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

Z2-Converter : eth_getBlockByNumber throws error panic error #1801

Open
chetan-zilliqa opened this issue Nov 13, 2024 · 2 comments
Open

Z2-Converter : eth_getBlockByNumber throws error panic error #1801

chetan-zilliqa opened this issue Nov 13, 2024 · 2 comments
Assignees
Labels
Aventurine Required for proto-mainnet launch bug Something isn't working

Comments

@chetan-zilliqa
Copy link
Contributor

chetan-zilliqa commented Nov 13, 2024

$ cargo build && ./target/debug/zilliqa --config-file config-single-node.toml 7adffb9ec4f17f6fd0aa7242bc75175341afe5c756327382bc2008b1df0479a7
Finished dev profile [unoptimized + debuginfo] target(s) in 0.41s
2024-11-13T07:01:41.214977Z ERROR zilliqa: 62: thread_name="tokio-runtime-worker" called Result::unwrap() on an Err value: InvalidData panic.file="zilliqa/src/exec.rs" panic.line=730 panic.column=18
2024-11-13T07:01:41.215233Z ERROR zilliqa::api::eth: 48: e=Unhandled panic in RPC handler eth_getBlockByNumber
2024-11-13T07:01:41.347521Z ERROR zilliqa: 62: thread_name="tokio-runtime-worker" called Result::unwrap() on an Err value: PoisonError { .. } panic.file="zilliqa/src/api/eth.rs" panic.line=330 panic.column=28
2024-11-13T07:01:41.347602Z ERROR zilliqa::api::eth: 48: e=Unhandled panic in RPC handler eth_getBlockByNumber
2024-11-13T07:01:41.349914Z ERROR zilliqa: 62: thread_name="tokio-runtime-worker" called Result::unwrap() on an Err value: PoisonError { .. } panic.file="/home/chetan_zilliqa_com/zq2/zilliqa/src/node_launcher.rs" panic.line=214 panic.column=38
2024-11-13T07:01:41.350253Z ERROR zilliqa::p2p_node: 456: e=task 11 panicked with message "called Result::unwrap() on an Err value: PoisonError { .. }"

@chetan-zilliqa chetan-zilliqa changed the title eth_getBlockByNumber throws error. eth_getBlockByNumber throws error panic error Nov 13, 2024
@chetan-zilliqa chetan-zilliqa changed the title eth_getBlockByNumber throws error panic error Z2-Converter : eth_getBlockByNumber throws error panic error Nov 13, 2024
@chetan-zilliqa chetan-zilliqa added bug Something isn't working Aventurine Required for proto-mainnet launch labels Nov 13, 2024
@bzawisto
Copy link
Contributor

bzawisto commented Nov 14, 2024

@chetan-zilliqa: What's the block number?

@bzawisto bzawisto self-assigned this Nov 14, 2024
@bzawisto
Copy link
Contributor

So the problem is caused by lack of stackers in deposit contract, please make sure you have entries in genesis.deposits in your config file for converter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Aventurine Required for proto-mainnet launch bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants