Releases: sei-protocol/sei-cosmos
Releases · sei-protocol/sei-cosmos
v0.2.66-evm-9
add code hash key
v0.2.66-evm-8
add code hash key
send without account creation
v0.2.66-evm-7 send without acc creation
add new acl constants
v0.2.66-evm-6 make BuildDependencyGraph use typed tx
v0.2.66-evm-5
make BuildDependencyGraph use typed tx
use sdk.Tx in BuildDependencyGraph
v0.2.66-evm-4 make BuildDependencyGraph use typed tx
v0.2.66-evm-3
change DeliverTx to take typed tx
make txIndex available during dep gen
Set TxIndex before generating dependencies (#358) ## Describe your changes and provide context We need to make `TxIndex` available during dependency generation so that we can derive the corresponding temporary intermediate account and coinbase account for the message ## Testing performed to validate your change
v0.2.67
Seqno config disable (#354) ## Describe your changes and provide context Add an auth param to allow for disabling seqno checks. The purpose of this is to allow reusing txs which is helpful in testing. ## Testing performed to validate your change Tested on a chain. Also add unti tests
v0.2.66-evm
Add GetParent for CacheKV