Skip to content

Commit

Permalink
Revert "added block end entry (#844)"
Browse files Browse the repository at this point in the history
This reverts commit 668603d.
  • Loading branch information
mandrigin committed Jul 25, 2024
1 parent f81e00f commit dcbe83d
Show file tree
Hide file tree
Showing 18 changed files with 623 additions and 464 deletions.
4 changes: 0 additions & 4 deletions eth/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,6 @@ func New(stack *node.Node, config *ethconfig.Config) (*Ethereum, error) {
}

seqVerSyncer := syncer.NewL1Syncer(
ctx,
ethermanClients,
seqAndVerifL1Contracts,
seqAndVerifTopics,
Expand All @@ -806,7 +805,6 @@ func New(stack *node.Node, config *ethconfig.Config) (*Ethereum, error) {
)

backend.l1Syncer = syncer.NewL1Syncer(
ctx,
ethermanClients,
l1Contracts,
l1Topics,
Expand All @@ -816,7 +814,6 @@ func New(stack *node.Node, config *ethconfig.Config) (*Ethereum, error) {
)

l1InfoTreeSyncer := syncer.NewL1Syncer(
ctx,
ethermanClients,
[]libcommon.Address{cfg.AddressGerManager},
[][]libcommon.Hash{{contracts.UpdateL1InfoTreeTopic}},
Expand Down Expand Up @@ -870,7 +867,6 @@ func New(stack *node.Node, config *ethconfig.Config) (*Ethereum, error) {
backend.txPool2.ForceUpdateLatestBlock(executionProgress)

l1BlockSyncer := syncer.NewL1Syncer(
ctx,
ethermanClients,
[]libcommon.Address{cfg.AddressZkevm, cfg.AddressRollup},
[][]libcommon.Hash{{
Expand Down
Loading

0 comments on commit dcbe83d

Please sign in to comment.