Charlie
Charlie
**Is your feature request related to a problem? Please describe.** This feature would give us the ability to spin up new temporary environments which will help with protocol development and...
Each zetaclientd node needs a reliable RPC for each external chain and if that RPC fails it needs to connect a new one. If zetaclient can support multiple RPCs per...
# Description Adding "bug" label to any issue created using the syncing issue template. ## Summary by CodeRabbit - **New Features** - Improved issue categorization by adding the "bug" label...
https://www.notion.so/zetachain/Supporting-a-Solana-Chain-d93210f28c92431c90eaf7b0e59f660e
**Is your feature request related to a problem? Please describe.** When node operators attempt to start their node from block 1 they get an unclear error message like `panic: json:...
application.db seems to be growing too quickly. It's currently 29GB in size. ``` 29G ./application.db 1.3G ./snapshots 2.7G ./blockstore.db 3.8G ./state.db 22G ./tx_index.db 36K ./evidence.db 1021M ./cs.wal 59G . ```...
Is there a public audit report for version 2.0.0? It seems like you fixed a number of audit findings but there is no public report verifying the fixes or that...
Precompiles should be enabled in testnet so we can test them out on a real network and get feedback from network users. It also gives the web app team time...
We want to reduce the ZetaChain blocktime down to 2 or 3 seconds. This will make it easier for developer and users to submit data on-chain and reduces the wait...
**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...