Henry de Valence

Results 229 comments of Henry de Valence

I'd be happy to wrap this up, but I don't really know what the "good" design would be -- the current PR is just what worked for my needs. But,...

Those things are all possible using the existing retry trait, right? And, if they're not, that's an issue with the trait itself, not with any default policies, correct? My goal...

@davidpdrsn I think I've lost context on this one, so feel free to push it over the finish line.

Hey! As mentioned on Discord, sorry that this got overrun by the backport from Tendermint 0.35 to 0.34. It seems like doing this well will require some changes to `tendermint-rs`...

A few points to consider: - Having memos attached to a transaction rather than an output seems conceptually clearer: the transaction is a bundle of actions accomplishing some purpose, and...

I think it would make sense for us to have per-transaction `Memo`s. What would this look like, exactly? - We'd lift the `Memo` to the transaction level. This memo would...

You'd get that anyways, I think, because the key used for note encryption is already encrypted to the OVK (that's the `ovk_wrapped_key`).

We should also try *updating* a validator definition to include someone else's consensus key

After a bit of reflection, I think the original suggestion I made to put the FMD bits in the `ChainParams` was a mistake: https://github.com/penumbra-zone/penumbra/pull/1217#issuecomment-1197377796 > Currently, we don't have any...