node icon indicating copy to clipboard operation
node copied to clipboard

ZetaChain’s blockchain node and an observer validator client

Results 454 node issues
Sort by recently updated
recently updated
newest added

**Describe the Bug** Intermittent precision/rounding anomaly when staking via the precompile. Occasionally, staking an exact integer amount (e.g., 10 ZETA) results in the delegation being recorded as 9.999999999999999999 ZETA, followed...

**Describe the Bug** For some EVM RPC methods like `debug_traceBlockByNumber` there are no logs emitted from RPC about the request. This makes it difficult to track EVM RPC activity on...

**Describe the Bug** From slack discussion: When an incoming (connected chain -> ZetaChain) no-asset call fails and the call is aborted, does outbound_params[0].hash show the call to the universal contract...

Sherlock low severity finding ### Affected Code https://github.com/zeta-chain/node/blob/a32ffd88ea9957c8f3424466bb358b4197d41889/zetaclient/chains/solana/signer/execute.go#L88-L89 When creating Execute Function in Solana, The Account structure us making destination_program with no mut flag (non-writable), and destination_program_pda with mut flag...

zetacore
chain:solana

**Describe the Bug** When I run `docker build . -f Dockerfile` ``` [+] Building 1.2s (12/20) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 2.34kB 0.0s...

infra

**Describe the Bug** Try to get logs for block 6056351. Got error, but actually there are not so many results as in error **To Reproduce** `Request: {"jsonrpc": "2.0", "params": [{"topics":...

**Describe the Bug** Hello Zeta Chain team, I've encountered an issue when querying transaction receipts for block **1444795** on the Zeta Chain. Specifically, all transactions in this block are returning...

**Describe the Bug** It was reported that for 2 blocks on testnet, `eth_getTransactionReceipt` is returning null (eg. block https://athens.explorer.zetachain.com/block/911330) . Upon closer look, `tx_search` json rpc tendermint method is not...

PR: https://github.com/zeta-chain/node/pull/3734 There are some accounting check already in the sense that we check the supply with locked tokens which give some guarantee that no new tokens are minted. We...

E2E

**Describe the Issue** Currently it seems something is missing (eg. HistoryStorage preinstall from evm module not properly set up in migration) for this function to work correctly. Purpose of this...