Difference between revisions of "Op-node"

From wikieduonline
Jump to navigation Jump to search
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{lc}}<code>op-node</code> is the reference implementation of the [[rollup-node]] spec.
+
{{lc}}<code>op-node</code> is the reference implementation of the [[rollup-node]] spec. It can be thought of like the [[consensus layer client]] of an [[OP Stack]] chain.
 
* https://github.com/ethereum-optimism/optimism/tree/develop/op-node
 
* https://github.com/ethereum-optimism/optimism/tree/develop/op-node
  
  [[op-node networks]] dump-rollup-config --network=sepolia   
+
  [[op-node networks dump-rollup-config]] --network=sepolia   
 +
 
 +
== Example ==
 +
./bin/op-node \
 +
  --l1=ws://localhost:8546 \
 +
  --l1.beacon=http://localhost:4000 \
 +
  --l2=ws://localhost:9001 \
 +
  --rollup.config=./path-to-network-config/[[rollup.json]] \
 +
  --rpc.addr=127.0.0.1 \
 +
  --rpc.port=7000
 +
 
 +
 
  
 
  [[--p2p.static]]
 
  [[--p2p.static]]
Line 8: Line 19:
 
== Changelog ==
 
== Changelog ==
 
* The L1 [[beacon client]] in the [[op-node]] now better detects [[missing blobs]] and falls back to the <code>[[l1.beacon-archiver]]</code> endpoint, if configured
 
* The L1 [[beacon client]] in the [[op-node]] now better detects [[missing blobs]] and falls back to the <code>[[l1.beacon-archiver]]</code> endpoint, if configured
 +
 +
== [[op-node logs|logs]] ==
  
 
== Related ==
 
== Related ==
 
* [[Rollup Node Specification]]
 
* [[Rollup Node Specification]]
* <code>[[op-geth]]</code>
+
* <code>[[op-geth]]</code>, <code>[[l2-geth]]</code>
 
* <code>[[op-proposer]]</code>
 
* <code>[[op-proposer]]</code>
* <code>[[l2-geth]]</code>
+
* <code>[[p2p]]</code> [[9003]]
* <code>[[p2p]]</code>
+
* [[Consensus Layer Configuration Options]]
* <code>[[no peers ready to handle block requests for more P2P requests for L2 block histor]]</code>
+
* [[SingularBatch]]
 +
* [[Running an OP Mainnet Node from Source]]
 +
* <code>[[OP_NODE_P2P_PEERSTORE_PATH]]</code>
 +
* <code>[[OP_NODE_SEQUENCER_ENABLED]]</code>
 +
 
 +
* [[8545]]
 +
* [[Consensus layer configuration options (op-node)]]
  
 
== See also ==
 
== See also ==
Line 21: Line 40:
 
* {{rollup}}
 
* {{rollup}}
 
* {{op-}}
 
* {{op-}}
* {{Optimism}}
 
  
 
[[Category:Optimism]]
 
[[Category:Optimism]]

Latest revision as of 12:16, 25 October 2024

Advertising: