node
node copied to clipboard
ZetaChain’s blockchain node and an observer validator client
**Describe the Bug** When zetaclientd gets an HTTP error back from the BTC RPC it stops working and never retries until zetaclientd is restarted. **To Reproduce** Would need to replicate...
**Is your feature request related to a problem? Please describe.** Current EVM on ZetaChain testnet/mainnet does not appear to support PUSH0 opcode, introduced in [EIP3855](https://eips.ethereum.org/EIPS/eip-3855) as part of Ethereum Shanghai...
Extension of https://github.com/zeta-chain/node/issues/3221, this issue is for a bug while this one is for a general optimization of the stability pool mechanism (eventually both are completed in the same PR)...
This issue lists tests that don't constantly complete on live networks (testnet or mainnet) and might require some changes. This might involves: - Invalid deployed test contract - Tests depend...
**Describe the Issue** The Sui SDK interface `SuiDevInspectTransactionBlock` is buggy and always returning `Deserialization error`. We can do some experiment to find the correct json request format. Once fixed, we'll...
When your contract call is reverted inside `ZRC20` contracts, the revert reason will be entirely opaque. Typically you can switch to `eth_call` to get a detailed reason but that does...
We can remove the legacy fund stability pool function once the update version has been deployed ``` // FundGasStabilityPoolFromRemainingFees funds the gas stability pool with the remaining fees of an...
When paying for gas (for a call on connected chain ) We use a multiplier when the CoinType is Zeta ``` // overpays gas price const multiplier = 2 gasPrice...
```sh zq fungible list-foreign-coins --output json | jq '.foreignCoins[] | select(.symbol | contains("TON"))' { "zrc20_contract_address": "0x54Bf2B1E91FCb56853097BD2545750d218E245e1", "asset": "", "foreign_chain_id": "2015141", "decimals": 9, "name": "ZetaChain ZRC20 TON Testnet TON", "symbol": "TON.TON",...
# Description The main contents of this PR: - [x] Create a method `IsOutboundEligibleForFastConfirmation` to determine if an outbound can be fast confirmed. - [x] Add proper confirmation mode `FAST...