Skip to content

Commit d598fed

Browse files
author
allen.wu
committed
fix: update tendermint to 200f21adf with blocksync and consensus fixes
- fix(blocksync): fix handleTheLastTMBlock panic on block sync at upgrade height - fix(consensus): skip reconstructLastCommit after upgrade to sequencer mode
1 parent 29db6e5 commit d598fed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

node/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module morph-l2/node
22

33
go 1.24.0
44

5-
replace github.com/tendermint/tendermint => github.com/morph-l2/tendermint v0.3.3-0.20260226075902-3692a2a2889c
5+
replace github.com/tendermint/tendermint => github.com/morph-l2/tendermint v0.3.3-0.20260312100548-200f21adfb60
66

77
require (
88
github.com/cenkalti/backoff/v4 v4.1.3

node/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ
363363
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
364364
github.com/morph-l2/go-ethereum v1.10.14-0.20260122094524-88d3d86e4291 h1:NB82XxKvwcGjWd+qsiaDulh9Snv65sT+YRGXBMY/IXg=
365365
github.com/morph-l2/go-ethereum v1.10.14-0.20260122094524-88d3d86e4291/go.mod h1:tiFPeidxjoCmLj18ne9H3KQdIGTCvRC30qlef06Fd9M=
366-
github.com/morph-l2/tendermint v0.3.3-0.20260226075902-3692a2a2889c h1:CzaQ/rK3nrqylN8JVr2htAsnu2xlg4u99SjzudzxrpM=
367-
github.com/morph-l2/tendermint v0.3.3-0.20260226075902-3692a2a2889c/go.mod h1:TtCzp9l6Z6yDUiwv3TbqKqw8Q8RKp3fSz5+adO1/Y8w=
366+
github.com/morph-l2/tendermint v0.3.3-0.20260312100548-200f21adfb60 h1:4cNTiiHzcI5cpkjAIJV7aMs5uWH3wq7uaW7xHk8ZwdQ=
367+
github.com/morph-l2/tendermint v0.3.3-0.20260312100548-200f21adfb60/go.mod h1:TtCzp9l6Z6yDUiwv3TbqKqw8Q8RKp3fSz5+adO1/Y8w=
368368
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
369369
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
370370
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=

0 commit comments

Comments
 (0)