Thane Thomson
Thane Thomson
Thanks @tony-iqlusion! That helps a lot, and makes sense. > If those dependencies were optional, it would reduce the baseline set of total dependencies (including transitive ones) by 48 crates...
Maybe @shonfeder can comment on this in more detail, but I think it's in the root of the project because it's a support library used during testing (i.e. it's compiled...
> Hey @thanethomson, I'd like to work on that. I was previous working on adding [wasm support for tendermint-rpc](https://github.com/heliaxdev/tendermint-rs/tree/celso/wasm-rpc) (as it was specified in the previous issue). Was there any...
One of the challenges with the approach of providing a constructor that validates its input is that our more complex domain types rely on other domain types (e.g. the `Block`...
@romac, when do you anticipate this will be needed in ibc-rs?
I haven't seen any of these nondeterministic failures in a few months now (I think due to increases in the timeout durations in the tests). @mzabaluev have you seen any...
Would the approach outlined in #661 be of use here?
Some of the endpoints we should aim to provide in the first iteration of our API should at least provide the same functionality as those exposed by Penumbra's `TendermintProxyService` here:...
It'd make things a lot easier just to name this `epoch` everywhere. It has a pretty clear meaning and is quite distinct as a variable name. Right now (from what...
The WAL stores a number of types of messages as we receive them that're critical for crash recovery. The 1GB limit is one that seems to have been deemed reasonable...