node
node copied to clipboard
ZetaChain’s blockchain node and an observer validator client
There is no reason to even try to submit the transaction until the nonce is in the expected range. Update: that would not be true if we enabled skipping the...
Track issues to implement first BLS PoC - Implement BLS at the smart contract level - Allow different signer module in ZetaClient EVM client (TSS, now BLS) - Implement a...
# Description - Adds a make command to setup dry node ``` make zetaclient-dry ZETACORE_HOST= ``` The host needs the following ports open ``` 1317: "Cosmos REST API", 9090: "Cosmos...
# Description **Remaining work**: - [ ] unit tests **This PR implements a sequential batch TSS keysign scheduler for EVM chain, improving outbound speed by `4~5X`.** 1. Decouple CCTX process...
# Description The new version of Go has been optimized, and variables do not need to be reassigned. For more info: https://tip.golang.org/wiki/LoopvarExperiment#does-this-mean-i-dont-have-to-write-x--x-in-my-loops-anymore # How Has This Been Tested? - [x]...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.40.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...
Required ports - "6656" # P2P - "26657" # COMET - "317" # REST API - "9190" # gRPC - "8645" # EVM RPC - "26760" # Prometheus
We can first try to connect a zetaclient running in dry mode, which connects to a dockerized testnet node instead of a rpc. We do not have an rpc node...
One of the main benefice of the ZetaClient dry-mode is to run it against live networks directly with binary built from local branch to quickly experiment new features. Since bootstrapping...