node
node copied to clipboard
ZetaChain’s blockchain node and an observer validator client
If the ZRC20 is paused, the execution of `onAbort` when a CCTX aborts automatically fail. We should revisit if it is the right behavior and eventually authorize onAbort execution even...
The Solana E2E tests get constantly cancelled in the CI, example: https://github.com/zeta-chain/node/actions/runs/17635564375/job/50111095109 The tests works on my machine, so the issue might likely be in our CI setup.
In the file ``` x/fungible/keeper/deposits_test.go ``` and any other referenced by this issue link, some unit tests have been disabled since we have ZETA connected disabled at the smart contract...
Mostly for scripts located in https://github.com/zeta-chain/node/tree/develop/contrib/localnet/scripts but there might be other location. Shell scripts are generally good for small repetitive tasks but quickly become limited and hard to maintained. Since...
**Describe the Issue** Bump to cosmos evm 0.5 gradually from currently used version.
Couple of improvements (eg: https://github.com/zeta-chain/protocol-private/issues/182 https://github.com/zeta-chain/protocol-private/issues/186) would require extending `PDA` with new fields. Purpose of this issue is to investigate and create POC/e2e test for adding new fields to `PDA`...
Introduce a build for ZetaClient that simulate unstability. **Motivation** Localnet where we perform extended testing is a stable environment compared to live networks where you can have increased network usage...
**Describe the Issue** The following `sui` e2e tests needs to be included into upgrade test once we set `v36` as the base for upgrade test. These tests failed in upgrade...
This issue list the follow up tasks after Cosmos EVM migration completion. Different from #4069 where the purpose is to check fixed bugs.
Zetaclient creates a separate vote for each inbound and gas price We can consider batching them into 1 transaction. In this case, we would be able to make the verifications...