-
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 …
-
### Rebuild the Agoric Pixel Demo as its own smart contract
### Prize Bounty
$500 ATOMs
### Challenge Description
We built the Agoric Pixel Demo in the earliest version of our APIs as an examp…
-
### Dynamic IBC
### Prize Bounty
$500 ATOMs
### Challenge Description
The Agoric chain now has early support for Dynamic IBC (dIBC). It enables smart contracts to be deployed that parse new IB…
-
`CrosschainFlags` are fully related to crosschain functionality, this should be moved to the crosschain module instead of the `observer` module
-
### New IBC app protocol
### Prize Bounty
$500 ATOMs
### Challenge Description
The Agoric chain now has early support for Dynamic IBC (dIBC). It enables smart contracts to be deployed that par…
-
One awkwardness in URA currently is that Quote objects (i.e. the main abstraction over responses) are conflated with internal work (i.e. the response from routing API, response from RFQ etc.). This ca…
-
# Lines of code
https://github.com/zeta-chain/node/blob/main/x/crosschain/keeper/evm_hooks.go#L287
# Vulnerability details
## Impact
There is a vulnerability in the `btcutil` https://github.com/b…
-
-
# Lines of code
https://github.com/code-423n4/2023-11-zetachain/blob/b237708ed5e86f12c4bddabddfd42f001e81941a/repos/node/zetaclient/evm_client.go#L610
https://github.com/code-423n4/2023-11-zetachain/…
-
When depositing ERC-20 tokens through the ERC-20 custody contract, ZetaChain incorrectly reads the recipient from the first 20 bytes of the message, instead of the `recipient` value from the `deposit`…