Steven Landers
Steven Landers
## Describe your changes and provide context - adds test for adding/decreasing approval ## Testing performed to validate your change - new test
## Describe your changes and provide context - This adds a safety behavior where pending nonces disappear if not addressed for a minute - Since transactions should expire after 30s...
## Describe your changes and provide context - EVM transactions populate sender with a pattern `{address}|{nonce}` - The sender is used to de-dupe in the mempool (sei-tendermint) - A replacement...
## Describe your changes and provide context ## Testing performed to validate your change
## Describe your changes and provide context - adds test to reproduce situation - todo: fix ## Testing performed to validate your change - new unit test
## Describe your changes and provide context - adds zlib compression for receipts - if we change algorithm later, we can do that without breaking ## Testing performed to validate...
## Describe your changes and provide context - this disables the limiter that prevents CW->EVM->CW and EVM->CW->EVM interaction ## Testing performed to validate your change - updated tests
## Describe your changes and provide context - any tx or contract logic should not add balances to blocked addrs ## Testing performed to validate your change - will be...
## Describe your changes and provide context Going forward, we will stop supporting address association based on pubkey derivation, but use direct casting for all accounts who haven't already established...