Tiago Carvalho

Results 115 comments of Tiago Carvalho

@cpp-phoenix looks like https://github.com/nodersteam/namada/pull/3 had already partially completed this work. you can pick it up from there. there might exist a cleaner way to implement this though. I think `clap`...

tag this issue if you open a pr @cpp-phoenix cheers

unwraps/panics in replica code should be fine, except when validating user input. it's been a hot topic of debate in the interop team, whether we should straight up panic, or...

I did a sweep over [`v0.35.1`](https://github.com/anoma/namada/tree/v0.35.1), and couldn't find any major issues. Here are the notable findings: - The `tx_ibc_execute` host function is using a reference counted object with `Rc`,...

I don't know, but afaik there has been no effort towards fixing this bug

#2598 indirectly patches up this problem, but doesn't necessarily fix it. this is because while the broadcaster will still be executing, it won't be receiving any txs to broadcast. at...

Closed in favor of #3385

gaia is missing in this branch -.-