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

**Describe the Issue** - We currently have one file per each e2e test runner while most share the same logic. We can remove most of these files and keep a...

E2E

![image](https://github.com/user-attachments/assets/df7c795a-be72-4d45-b76d-e65f0a87805b) ![image](https://github.com/user-attachments/assets/4eca9bfd-9c04-4695-a857-10885a95f534) ![image](https://github.com/user-attachments/assets/75b84bb2-c449-42e4-b6bb-2301e0f291d3)

zetacore
audit
trailofbits-august2024

We need to upgrade `btcsuite` in the node and in `go-tss` to enable Taproot scripts. Currently, we have several different `btcd` package versions, which creates a headache in BTC dependencies...

chain:bitcoin

**Describe the Issue** Currently `IsEVMChain` is used to check the consensus while it should be used to check the VM (consensus is used for consensus related functionalities like block header)

bug

This EPIC lists issues for different improvement regarding Bitcoin reliability and usability ```[tasklist] ### Tasks - [ ] https://github.com/zeta-chain/node/issues/2880 - [ ] https://github.com/zeta-chain/node/issues/2478 - [ ] https://github.com/zeta-chain/node/issues/2155 - [ ]...

epic
chain:bitcoin

**Describe the Issue** We have a command in ZetaTool to report missed inbounds: https://github.com/zeta-chain/node/tree/develop/docs/cli/zetatool We should include this tooling in our nightly processes to periodically report missed inbounds. The reported...

zetatool

**Is your feature request related to a problem? Please describe.** Currently, ZetaChain supports passing data using the op_return opcode, which has an 80-byte limit. This limitation restricts the amount of...

feature:idea
epic
chain:bitcoin

**Describe the Issue** Depends on https://github.com/zeta-chain/node/issues/2728 As a follow-up for https://github.com/zeta-chain/node/pull/2727 Replacing the JS client to generate deposit with inscription with Go package that can be integrated in the E2E...

E2E

**Describe the Issue** Same idea as https://github.com/zeta-chain/node/issues/2754 but for governance. This can allow for example to have community managed vaults to participate in governance Allowing to create/vote/execute proposals (full interface...

feature:idea
feature:smart-contracts
stateful-precompile

**Describe the Issue** The staking stateful precompile contract allows to delegate ZETA for staking through the EVM. It should contains the basic integration of the staking module: ``` delegate() redelegate()...

feature:idea
feature:smart-contracts
stateful-precompile