Henry de Valence
Henry de Valence
First, `cargo asm` is a really wonderful addition to the Rust tooling ecosystem -- thanks so much for making it. I'm wondering whether it would make sense to integrate it...
https://github.com/cosmos/ibc/blob/master/spec/client/ics-007-tendermint-client/README.md says that > The Tendermint light client uses the generalised Merkle proof format as defined in ICS 8. but https://github.com/cosmos/ibc/tree/master/spec/client/ics-008-wasm-client doesn't say anything about merkle proof formats; @jackzampolin suggested...
While using the streaming API I occasionally get panics like ``` thread 'main' panicked at 'byte index 140 is out of bounds of `Woo! 🙌 CC Search now includes openly...
Currently the `ProveAssignments` and `VerifyAssignments` force redundant compressions / decompressions because they require that all assignments are either compressed or uncompressed. Instead, they should use an enum to allow either...
For instance, `CompactProof` does not implement `Debug`.
These are lifted out of the test and example code. Two policies are provided: * `RetryLimit`, with a bounded number of retry attempts; * `RetryError`, with unbounded retry attempts. Both...
I'd like to be able to compose two `Service`s, `S1` and `S2`, such that requests are sent to `S1` and then retried on `S2` if the first request fails. @hawkw...
**Is your feature request related to a problem? Please describe.** Currently, we include FMD keys in the key hierarchy and in addresses, but don't include `Clue`s in transactions, so it's...
In order to relay IBC packets into Penumbra, we need a way to include the packets in transactions (#464), but we also need software that relayers can run to actually...
**Is your feature request related to a problem? Please describe.** In #1116, we added code to the view service that downloads and records extended transaction info. However, we don't currently...