Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing field coinbase startL1QueueIndex #226

Open
abel-byte opened this issue Aug 18, 2023 · 2 comments
Open

missing field coinbase startL1QueueIndex #226

abel-byte opened this issue Aug 18, 2023 · 2 comments

Comments

@abel-byte
Copy link

When I use the latest code to run chunk_tests, it failed. How to get the correct traces file to solve this error?

`test test_chunk_prove_verify ... FAILED

failures:

---- test_chunk_prove_verify stdout ----
thread 'test_chunk_prove_verify' panicked at 'unable to load BlockTrace from "./tests/traces/erc20/10_transfer.json", Error("missing field coinbase", line: 69137, column: 1), Error("missing field startL1QueueIndex", line: 69136, column: 3)', prover/src/utils.rs:87:17
stack backtrace:
0: rust_begin_unwind
at /rustc/dfe3fe710181738a2cb3060c23ec5efb3c68ca09/library/std/src/panicking.rs:575:5
1: core::panicking::panic_fmt
at /rustc/dfe3fe710181738a2cb3060c23ec5efb3c68ca09/library/core/src/panicking.rs:64:14
2: prover::utils::get_block_trace_from_file
3: <alloc::vec::Vec as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter
4: prover::test_util::load_block_traces_for_test
5: core::ops::function::FnOnce::call_once
6: core::ops::function::FnOnce::call_once
at /rustc/dfe3fe710181738a2cb3060c23ec5efb3c68ca09/library/core/src/ops/function.rs:507:5
note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.

failures:
test_chunk_prove_verify

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s

error: test failed, to rerun pass `-p prover --test chunk_tests``

@silathdiir
Copy link
Contributor

The traces are outdated. We will provide new traces later.

@abel-byte
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants