Christopher Goes
Christopher Goes
Should be fixed by https://github.com/anoma/namada/pull/3681.
A few misc notes: - We should definitely not be using Comet RPC APIs for this - Network sync and decryption should be decoupled - User data should be incorporated...
We can do this during the red-teaming period.
Fixed by https://github.com/anoma/namada/pull/3681.
The balance command has been reworked; this should be fixed. Thank you for the reports.
Hmm, how exactly would we enforce this on the protocol side? We'd have to require that transactions include a recent block hash, or something (so the protocol can know a...
> I believe we can just use the expiration field of the transaction. This is currently an Option (and I believe it should remain so because protocol transaction don't expire)....
Thanks for the priority input - we've mostly finished implementing state sync.
Just a few quick clarifications on your summary: > Precommit or drop the changes of an inner tx before launching the next one to ensure that every tx sees the...
@jackzampolin Should this be closed or moved to https://github.com/iqlusioninc/relayer?