Christopher Goes

Results 299 comments of Christopher Goes

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.

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?