Tiago Carvalho

Results 89 issues of 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...

enhancement
ethereum-bridge

bug
ledger
ethereum-bridge

- should check token caps of the transferred assets, among performing other client validations - potentially check erc20 balances in ethereum

prio:low
SDK
ethereum-bridge
post-mainnet

- [ ] Check the smart contract code - [ ] Check the corresponding ledger code

ethereum-bridge

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...

ledger
prio:medium
ethereum-bridge
brainstorming

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

bug
prio:low
ethereum-bridge

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...

cli
client
SDK
prio:medium
ethereum-bridge

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...

enhancement
ledger
storage
post-mainnet

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...

enhancement
good first issue
UX
prio:low
client