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

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...

m:crosschain

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.

ci
E2E

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...

m:fungible
test

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...

E2E

**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...

zetaclient
epic

**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...

test
chain:sui
SUI_TESTS

This issue list the follow up tasks after Cosmos EVM migration completion. Different from #4069 where the purpose is to check fixed bugs.

epic
m:evm

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...

feature:idea
zetaclient
purpose:gas-optimization