sei-chain
sei-chain copied to clipboard
## Describe your changes and provide context Usage: ` seid tx evm deploy ./artifacts/src/ERC20PreTransferWrapper.sol/ERC20PreTransferWrapper.bin "0000000000000000000000007d4b7b8ca7e1a24928bb96d59249c7a5bd1dfbe6" --from=admin` ## Testing performed to validate your change Manual deployment of constructor with argument(s).
## Describe your changes and provide context I had a spurious `\n` in my `.bin` EMV bytecode file and this was leading to decoding error but without printing the actual...
## Describe your changes and provide context This PR add a new command to migrate IAVL to SeiDB for the SC store. ## Testing performed to validate your change Tested...
## Describe your changes and provide context - adds test to reproduce situation - todo: fix ## Testing performed to validate your change - new unit test
**Seid version** seid version --long ``` maoueh@sei-devnet-reader-0:~$ seid version --long name: sei server_name: version: v5.5.2-fh3.0 commit: 16f73c4b9343cefae99ba56ab07b0ef233e68f42 build_tags: netgo ledger, go: go version go1.22.2 linux/amd64 build_deps: - cosmossdk.io/[email protected] - filippo.io/[email protected]...
## 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 Because accessLists are only used within the lifespan of its transaction, there is no need to serialize/deserialize it as it won't be transmitted...
## 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...