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

# Description The PR tries to fix this E2E test `crosschain_swap` failure: https://github.com/zeta-chain/node/issues/2089 The failure can't be easily replicated and the reason remains unknown. Let's see if it happen again...

**Describe the Bug** The Bitcoin local e2e Crosschain Swap sometimes fails with the error ``` bitcoin tests failed: crosschain_swap failed: btc transaction not signed, stack trace goroutine 119 [running]: ```...

bug
E2E

# Description Refactor MsgUpdateZRC20 into MsgPauseZrc20 and MsgUnPauseZRC20 MsgPauseZRC20 : PolicyType_groupEmergency MsgUnPauseZRC20 PolicyType_groupOperational Closes: https://github.com/zeta-chain/node/issues/2244 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue)...

breaking:proto
breaking:cli

# Description Enable restarting the e2e orchestrator by: - always use the `--setup-only` option followed by running with the `--skip-setup` option - skip setup if the `deployed.yml` (created by setup)...

breaking:cli
no-changelog

# Description - Add the following chains in static chain data - Optimism mainnet - Optimism sepolia - Base mainnet - Base sepolia Add `op-stack` as a consensus type Perform...

breaking:proto
breaking:cli

We iterate over a list of ZRC20 coins and pause /unpause them. If a coin is not found, we return an error, discarding the state changes. This can be modified...

Add a make command that does the following. - Download the latest Genesis snapshot from https://snapshots.zetachain.com/latest-state-export. - Start a network with the previous version of the binary and import data....

E2E

Add a make command that does the following - Download the latest Genesis snapshot from `https://snapshots.zetachain.com/latest-state-export` - Import the required data into the genesis file for e2e test network -...

E2E

- Remove legacy types used for importing v14 data into the v16 binary. ```[tasklist] ### Tasks - [ ] https://github.com/zeta-chain/node/issues/2259 - [ ] https://github.com/zeta-chain/node/issues/2261 ```

E2E

# Description This is more for discussion purposes to get your thoughts about this approach. Transaction tracing works as following: - tx info is pulled out from cosmos events and...

nosec