codchen
codchen
## Describe your changes and provide context ## Testing performed to validate your change
## Describe your changes and provide context ## Testing performed to validate your change
## Describe your changes and provide context rebase evm-temp onto main ## Testing performed to validate your change
## Describe your changes and provide context We want to provide a way for developers to replay transactions based on remote state. Notably it entails two kinds of support sei...
## Describe your changes and provide context ## Testing performed to validate your change
## Describe your changes and provide context Go's builtin `append` does not always return a new slice, which might cause unexpected behavior like demonstrated below: ```go package main import "fmt"...
## Describe your changes and provide context Steps to test: ``` KEY=admin CHAIN_ID=sei-chain ~/go/bin/seid tx wasm store artifacts/renttest.wasm -y --from=$KEY --chain-id=$CHAIN_ID --gas=50000000 --fees=1000000usei --broadcast-mode=block ~/go/bin/seid tx wasm instantiate 1 '{}'...
## Describe your changes and provide context Add three simple contracts for loadtesting - one that's expensive (with a big loop) - one that'd panic - one that has an...
## Describe your changes and provide context Due to the way tendermint mempool works, it is possible for transactions that pass ante handlers during CheckTx to fail during DeliverTx. In...
## Describe your changes and provide context For EVM transactions that call the wasmd precompile (`0x1002`) directly, we want to allow the destination CW contract to be call back to...