0xPolygonZero / zk_evm

Apache License 2.0
68 stars 20 forks source link

Issues `prove_rpc.sh` has retrieving prover inputs #327

Closed atanmarko closed 1 day ago

atanmarko commented 5 days ago
  1. range 0x122AE10..0x122D520, or 0x122D981..0x122DAAD, or block 19265876

    Caused by:
    server returned an error response: error code -32602: Value cannot be null. (Parameter 'key')
  2. range 0x122D599..0x122D981 or 19061525..19061530

    .../zk_evm/zero_bin/rpc/src/native/txn.rs:82:14:
    internal error: entered unreachable code
    stack backtrace:
    0: rust_begin_unwind
    1: core::panicking::panic_fmt
    2: core::panicking::panic
    3: <S as futures_core::stream::TryStream>::try_poll_next
    4: <futures_util::stream::try_stream::try_fold::TryFold<St,Fut,T,F> as core::future::future::Future>::poll
    5: <futures_util::future::poll_fn::PollFn<F> as core::future::future::Future>::poll
    6: leader::main::{{closure}}
    7: tokio::runtime::context::runtime::enter_runtime
    8: leader::main
    note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Nashtare commented 5 days ago

Yeah I encountered it as well while testing Cancun. @frisitano is investigating

atanmarko commented 1 day ago

Closing this as duplicate of https://github.com/0xPolygonZero/zk_evm/issues/343