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
I cannot run the era_test_node command and prompts the error 'thread 'main' panicked at 'Could not find block #12557044 (0xed782a8be6382299e84178fe5b5ef39582091c5db1a6291bb7c8bee142c72114) in "https://testnet.era.zksync.dev:443"', src/fork.rs:295:17 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace' on my server
#172
Closed
crazytang opened this issue
Oct 12, 2023
· 3 comments
· Fixed by #173
thread 'main' panicked at 'Could not find block #12557044 (0xed782a8be6382299e84178fe5b5ef39582091c5db1a6291bb7c8bee142c72114) in "https://testnet.era.zksync.dev:443"', src/fork.rs:295:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
crazytang
changed the title
I cannot run the era_test_node command and prompts the error 'xxxxx' on my server
I cannot run the era_test_node command and prompts the error 'thread 'main' panicked at 'Could not find block #12557044 (0xed782a8be6382299e84178fe5b5ef39582091c5db1a6291bb7c8bee142c72114) in "https://testnet.era.zksync.dev:443"', src/fork.rs:295:17 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace' on my server
Oct 12, 2023
This issue is caused by matter-labs/zksync-era#167 updating the transaction chainId type, which is not being decoded properly. Should be fixed once we update the upstream dependencies.
🐛 Bug Report for zkSync Era In-Memory Node
📝 Description
I ran the command
and I got the error
🖥️ Environment
The text was updated successfully, but these errors were encountered: