Tiago Carvalho
Tiago Carvalho
## Describe your changes Implement a hard-forking util to modify the funds of a given account in-place (i.e. directly writing to RocksDB). The current flow is something like: 1. Stop...
We sign ethereum events vote extensions with no events inside and broadcast them. Likewise, we broadcast signed bridge pool roots at every height, even if the merkle root hasn't changed...
- should check token caps of the transferred assets, among performing other client validations - potentially check erc20 balances in ethereum
- [ ] Check the smart contract code - [ ] Check the corresponding ledger code
To save storage space over time, it might be nice to remove processed Ethereum events from the current state at some block height $H$. Any Ethereum event whose processing is...
if the bridge is disabled through a governance vote, the Bridge pool may grow arbitrarily large. the Bridge pool VP should reject txs when the bridge is disabled
As of #2012, the relayer is able to read Ethereum private keys from an environment variable. Not only is this a somewhat impractical source to read the key from, it's...
Add a `Cached` type that replaces `Storage` in the shell. This new type would just be a wrapper for `S = Storage`, that would cache some frequently read fields. This...
Some CLI commands have huge help messages, with no line wrapping. For instance: It would be helpful to: - [ ] Wrap the output of help lines to 80 characters...