node
node copied to clipboard
ZetaChain’s blockchain node and an observer validator client
**Describe the Issue** This task would require some more research The idea is to make as much visual as possible the state transition the cctx goes through. This can be...
**Describe the Issue** When Zetahub user sends a small amount of Bitcoin to TSS address, the deposit could fail due to `less than depositor fee` error, and currently in ZetaHub...
**Describe the Issue** In the https://github.com/zeta-chain/node/pull/2118 PR, a `add_v17_message_authorizations` method is used in `start-zetacored.sh` in order to support upgrade tests. In upgrade tests, the zetacored binary v16 will generate genesis...
**Describe the Issue** Update the process playbook from new infra processes for sending upgrade governance proposal
**Describe the Issue** In `zetae2e`, `performance.go` currently only includes tests with Ethereum withdraws and deposits. We should test and include it for Bitcoin as well using `test_stress_btc_deposit.go` and `test_stress_btc_withdraw.go`
# Description Updates: - Updated the e2e container tests for release pipeline to observe exit status of test orchestration container. Closes: FIX ## Type of change - [ ] Bug...
**Describe the Issue** Right now the test use the same local evm chain which is not representation of live environment and don't allow running the test in a live network...
Three gosec entries reported recently: ``` [/github/workspace/zetaclient/evm/evm_client.go:809] - G301 (CWE-276): Expect directory permissions to be 0750 or less (Confidence: HIGH, Severity: MEDIUM) 808: if _, err := os.Stat(dbPath); os.IsNotExist(err) {...
This EPIC includes issues or a list of issues for ZetaClient revamp. This includes: - Test coverage - Modularity and better maintainability ```[tasklist] ### Tasks - [ ] https://github.com/zeta-chain/node/issues/2503 -...
**Is your feature request related to a problem? Please describe.** This feature would give us the ability to spin up new temporary environments which will help with protocol development and...