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 was trying to run the test_rlp_slice_mock on the latest cont_dev branch. However, it throws the following error:
thread 'test::test_rlp_slice::tests::test_rlp_slice_mock' panicked at 'attempt to subtract with overflow', crates/zkwasm/src/circuits/utils/image_table.rs:43:22
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
My command is: cargo test test_rlp_slice_mock --features continuation -- --show-output
The text was updated successfully, but these errors were encountered:
I was trying to run the
test_rlp_slice_mock
on the latest cont_dev branch. However, it throws the following error:My command is:
cargo test test_rlp_slice_mock --features continuation -- --show-output
The text was updated successfully, but these errors were encountered: