Henry de Valence
Henry de Valence
I think it would be good to focus this effort on the concrete goal of writing `App`-wide tests, which is the purpose of building the mock engine. We already have...
crossreferencing https://github.com/penumbra-zone/tower-abci/pull/41#issuecomment-1936860930 for visibility
Should this be done as part of InterchainTest, or via our own custom network integration tests? If the latter, how do we want to spin up a second chain to...
On the "go style enum" point, can we change the message to a proto `oneof` to have proper extensibility in the future? This is sometimes and sometimes not possible without...
Do we need to implement this prior to mainnet?
See https://github.com/penumbra-zone/web/pull/663 for reference on a new planning strategy
xref https://github.com/penumbra-zone/penumbra/pull/3938#issuecomment-1977323894 The deeper issue here is not just about the ICS-20 accounting but that there is a conflation of two different kinds of token supply: (a) tracking the _current_...
We should not aim to preserve API compatibility, we should instead just make it do the right thing, restricting to the list of validators above the minimum limit.
This sounds great. We should just ensure that there aren't loose ends left over with other work.
We concluded in discord that the TCT crate is doing the right thing, and that the fix is to use an upsert to avoid the constraint violation. It would be...