node
node copied to clipboard
ZetaChain’s blockchain node and an observer validator client
Create the new messages with policy requirements ``` MsgUpdateGasPriceIncreaseFlags : PolicyType_groupOperational MsgEnableCCTXFlags : PolicyType_groupOperational MsgDisableCCTXFlags : PolicyType_groupEmergency ```
Create the two messages with policy requirements ``` MsgPauseZRC20 : PolicyType_groupEmergency MsgUnPauseZRC20 PolicyType_groupOperational ```
**Describe the Issue** Bitcoin testnet3 might become deprecated and is not optimal for Bitcoin testing (chain much faster than mainnet) This task is about finding alternative to Bitcoin testnet3 for...
This epic groups task to make the authorized actions from `authority` more flexible to manage: - Add the ability with a table to dynamically change authorization requirements for messages -...
https://github.com/zeta-chain/node/pull/1552#discussion_r1449091703 For simplicity and better maintainability, each message should have a single policy group requirement. We should change it for `MsgUpdateCrosschainFlags` and list other message with different policy group requirements
Download old version binary from github releases rather than compiling from source during upgrade tests. Relates to #2146 #2147
We need the ability to easily test upgrading from version A -> B -> C. I have some [hacky tools](https://gist.github.com/gartnera/a2c82a46053034c594e06312bd855b3d) to do it locally but we should refactor how the...
I'm using the localnet docker compose setup for developnet. Since developnet is public, we need to randomize the secrets we use. Use a depends_on container with `service_completed_successfully` condition to generate...
**Describe the Issue** Initalization function should only create a new CCTX object and not be opiniated to the processing logic of it (example, if a CCTX in invalid we could...
**Describe the Issue** We have inbound/outbound validation check in the voting messages. Failure on these check prevent the voting to be completed which might end in blocked inbound and stuck...