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 Adding: new stateful-data import e2e test into the advanced e2e testing pipeline. I'm using a new format for invoking the step that follows another PR that reformats existing...

ci

This epic tracks the progress for the `WithdrawAndCall` functionality. Tasks for its completion are not tracked yet. We create this issue so a link can already be given to track...

epic

**Describe the Issue** Add E2E tests for the withdrawAndCall functionality List of test that I think we can consider: - Call a smart contract with gas token withdraw - Call...

E2E

**Describe the Issue** Depends on https://github.com/zeta-chain/protocol-contracts/issues/149 The potential solution is to update the interface of the Custody contract that expose a new function to send the asset and calling the...

zetaclient

The gas token outbound would call the function defined in https://github.com/zeta-chain/protocol-contracts/issues/148 and send the gas token as value for the call

zetaclient

**Describe the Issue** Allow in `evm_hook` to read from the new event introduced for the WithdrawAndCall functionality and create new outbound for it

m:crosschain

**Describe the Issue** Related to `WithdrawAndCall` functionality Adding logic to handle revert for Gas and ERC20 CCTXs from zevm. - Mint back the amount to the sender address - If...

m:crosschain
m:fungible

Refactor ``` func MockIsAuthorized(m *mock.Mock, _ string, _ types.PolicyType, isAuthorized bool) ``` to ``` func MockIsAuthorized(m *mock.Mock, ,err error) ```

**Describe the Issue** The current documentation is lacking info about how ZetaChain and external chain interact (on the protocol level, not user interactions) and how the state of a cctx...

docs

**Describe the Issue** Some context: https://github.com/zeta-chain/node/pull/2154#discussion_r1598333070 Enable the querier for the module once we add queries in the module

m:ibc-crosschain