You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improve Docker e2e test framework and implement sequencer switching in the test (#315)
* feat: add CLAUDE.md file
* fix: use correct function to recover signer
* enable gossip to all on l2geth nodes and make gaslimit the same as RN sequencer
* do not statically connect peers, disable discovery and make block time 500ms for both sequencers
* dump logs before cleanup and provide convenience functions for nodes to connect to each other via RPC
* fix: use sig_encode_hash to calculate block hash
* Revert "fix: use sig_encode_hash to calculate block hash"
This reverts commit 8bbc5e2.
* fix: use sig_encode_hash to calculate block hash
* fix: ci
* rename value
* fix using wrong hash when computing signature and loading signature from database in header transform
* add caching to Dockerfile.test to speed up consecutive builds
* add test_heterogeneous_client_sync_and_sequencer_handoff
* fix: correctly encode signature when handling block import
* move all reth dependencies to workspace Cargo.toml and reference fix branch in reth
* restore initial network topology after reth broadcast to all is enabled
* add more verbose logs
* update reth dependency
* fix issues after merge
* fix issues after merge
* build docker image by default
* fix typo
* adjust run scripts after merging changes to flags
* remove sscache
* add Deref for NamedProvider
---------
Co-authored-by: Morty <[email protected]>
Co-authored-by: Morty <[email protected]>
0 commit comments