node
node copied to clipboard
ZetaChain’s blockchain node and an observer validator client
Users are currently unable to perform Cosmos send, staking, and other operations with Ledger. The root cause appears to be a mismatch in the EIP712 ante handler: * The chain...
The fee paid by the user is recorded on the CCTX struct, using `UserGasFeePaid` For EVM chains we also include the values of `GasUsed` and `EffectiveGasPrice`, which can then be...
**Describe the Issue** One of the unit tests is failing non-deterministically (very rare). ``` fee_test.go:432: Error Trace: /node/zetaclient/chains/bitcoin/common/fee_test.go:432 Error: Not equal: expected: 527 actual : 528 Test: TestOutputSizeP2SH ``` **Expected...
**Describe the Issue** Will track the checks https://github.com/zeta-chain/node/issues/3912 so the initial issue remains for the v33 milestone. Some checks are to be done in mainnet/
The CI might currently add trackers for transactions that have already been added. While it can be trivial to check a tx before adding the tracker. We should explore possible...
For example, https://rpc-archive.athens.zetachain.com:1317/openapi.swagger.yaml is 32K lines long, but [the YAML in the source](https://github.com/zeta-chain/zeta-node/blob/06c86d73021bb02b2353292ea128fca7abb91141/docs/openapi/openapi.swagger.yaml) is 56K lines long.
**Describe the Issue** From this PR: https://github.com/zeta-chain/node/pull/2282 nonce is now part of cosmos events for synthetic ethermint txs, but it would still be 0 for all transactions before this is...
**Describe the Issue** The task is to track the code cleaning work once Sui authenticated call feature goes alive in mainnet. - [X] Remove the `MigrateCursorForAuthenticatedCallUpgrade` function. - [ ]...
Research optimal values. In the context of cross-chain transactions processing there are different notions and usages for gas and gas limit. This document tries to clarify the different usage. There...
**Describe the Issue** In `MsgVoteInbound` for a deposit and call on ZetaChain a CallOptions containing a gas limit of 1.5M is added by the observer. This value is unused since...