@@ -54,7 +54,7 @@ services:
5454 - timeboost
5555 rollup-creator :
5656 pid : host
57- image : ghcr.io/espressosystems/timeboost/rollup-creator:rollup-creator-round2
57+ image : ghcr.io/espressosystems/timeboost/rollup-creator:pr-529
5858 volumes :
5959 - " config:/config"
6060 environment :
@@ -90,8 +90,10 @@ services:
9090 /app/mkconfig -n 4 --committee-id 0 \
9191 --bind "node:8000" \
9292 --bind-mode "docker-dns" \
93+ --seed 42 \
9394 --nitro "nitro:55000" \
9495 --nitro-mode "docker-dns" \
96+ --batch-poster-api "http://host.docker.internal:8547" \
9597 --chain-namespace 412346 \
9698 --parent-rpc-url "http://demo-l1-network:8545" \
9799 --parent-ws-url "ws://demo-l1-network:8546" \
@@ -125,7 +127,7 @@ services:
125127 condition : service_completed_successfully
126128 nitro0 :
127129 pid : host
128- image : ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:feat-timeboost-integration-3-6-7
130+ image : ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:li-sequencer-catchup
129131 entrypoint : /usr/local/bin/nitro
130132 ports :
131133 - " 127.0.0.1:8547:8547"
@@ -141,13 +143,14 @@ services:
141143 - --conf.file=/nitro-config/sequencer_config.json
142144 - --node.feed.output.enable
143145 - --node.feed.output.port=9642
144- - --http.api=net,web3,eth,txpool,debug,timeboost,auctioneer
146+ - --http.api=net,web3,eth,txpool,debug,timeboost,auctioneer,batcher
145147 - --node.seq-coordinator.my-url=http://nitro0:8547
146148 - --graphql.enable
147149 - --graphql.vhosts=*
148150 - --graphql.corsdomain=*
149151 - --node.decentralized-timeboost-sequencer.block-retry-duration=0s
150152 - --node.decentralized-timeboost-sequencer.decentralized-timeboost-bridge-config.internal-timeboost-grpc-url=node0:8003
153+ - --node.batch-poster.parent-chain-wallet.private-key=2837b8532d9be65995b377eae666b386143f1f211999a05444d395203640ef0f
151154 networks :
152155 - timeboost
153156 depends_on :
@@ -172,11 +175,11 @@ services:
172175 retries : 12
173176 nitro1 :
174177 pid : host
175- image : ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:feat-timeboost-integration-3-6-7
178+ image : ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:li-sequencer-catchup
176179 entrypoint : /usr/local/bin/nitro
177180 ports :
178- - " 127.0.0.1:8647 :8547"
179- - " 127.0.0.1:8648 :8548"
181+ - " 127.0.0.1:8557 :8547"
182+ - " 127.0.0.1:8558 :8548"
180183 - " 127.0.0.1:9742:9642"
181184 - " 127.0.0.1:55010:55000"
182185 volumes :
@@ -187,9 +190,10 @@ services:
187190 command :
188191 - --conf.file=/nitro-config/sequencer_config.json
189192 - --node.seq-coordinator.my-url=http://nitro1:8547
190- - --http.api=net,web3,eth,txpool,debug,timeboost,auctioneer
193+ - --http.api=net,web3,eth,txpool,debug,timeboost,auctioneer,batcher
191194 - --node.decentralized-timeboost-sequencer.block-retry-duration=0s
192195 - --node.decentralized-timeboost-sequencer.decentralized-timeboost-bridge-config.internal-timeboost-grpc-url=node1:8003
196+ - --node.batch-poster.parent-chain-wallet.private-key=d785ccfe237647fca51042e2083e085ec29201d5a39f5a61f0da5cab315799ac
193197 networks :
194198 - timeboost
195199 depends_on :
@@ -214,11 +218,11 @@ services:
214218 retries : 12
215219 nitro2 :
216220 pid : host
217- image : ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:feat-timeboost-integration-3-6-7
221+ image : ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:li-sequencer-catchup
218222 entrypoint : /usr/local/bin/nitro
219223 ports :
220- - " 127.0.0.1:8747 :8547"
221- - " 127.0.0.1:8748 :8548"
224+ - " 127.0.0.1:8567 :8547"
225+ - " 127.0.0.1:8568 :8548"
222226 - " 127.0.0.1:9842:9642"
223227 - " 127.0.0.1:55020:55000"
224228 volumes :
@@ -229,9 +233,10 @@ services:
229233 command :
230234 - --conf.file=/nitro-config/sequencer_config.json
231235 - --node.seq-coordinator.my-url=http://nitro2:8547
232- - --http.api=net,web3,eth,txpool,debug,timeboost,auctioneer
236+ - --http.api=net,web3,eth,txpool,debug,timeboost,auctioneer,batcher
233237 - --node.decentralized-timeboost-sequencer.block-retry-duration=0s
234238 - --node.decentralized-timeboost-sequencer.decentralized-timeboost-bridge-config.internal-timeboost-grpc-url=node2:8003
239+ - --node.batch-poster.parent-chain-wallet.private-key=1d55854a220011ecdf322f44a14e9f9961fa2f8f4e37587ef7645ccda713507f
235240 networks :
236241 - timeboost
237242 depends_on :
@@ -256,11 +261,11 @@ services:
256261 retries : 12
257262 nitro3 :
258263 pid : host
259- image : ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:feat-timeboost-integration-3-6-7
264+ image : ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:li-sequencer-catchup
260265 entrypoint : /usr/local/bin/nitro
261266 ports :
262- - " 127.0.0.1:8847 :8547"
263- - " 127.0.0.1:8848 :8548"
267+ - " 127.0.0.1:8577 :8547"
268+ - " 127.0.0.1:8578 :8548"
264269 - " 127.0.0.1:9942:9642"
265270 - " 127.0.0.1:55030:55000"
266271 volumes :
@@ -271,9 +276,10 @@ services:
271276 command :
272277 - --conf.file=/nitro-config/sequencer_config.json
273278 - --node.seq-coordinator.my-url=http://nitro3:8547
274- - --http.api=net,web3,eth,txpool,debug,timeboost,auctioneer
279+ - --http.api=net,web3,eth,txpool,debug,timeboost,auctioneer,batcher
275280 - --node.decentralized-timeboost-sequencer.block-retry-duration=0s
276281 - --node.decentralized-timeboost-sequencer.decentralized-timeboost-bridge-config.internal-timeboost-grpc-url=node3:8003
282+ - --node.batch-poster.parent-chain-wallet.private-key=aa913b27299e7ae7c3fe9ff721faa9d2ba436257a253e1f823940d5effd25ea1
277283 networks :
278284 - timeboost
279285 depends_on :
@@ -506,6 +512,8 @@ services:
506512 - http://nitro0:8547
507513 - --max-nodes
508514 - " 4"
515+ - --tps
516+ - ' 1'
509517 volumes :
510518 - " config:/config"
511519 environment :
0 commit comments