Skip to content

Releases: sei-protocol/sei-cosmos

v0.2.66-evm-9

28 Nov 11:47
Compare
Choose a tag to compare
v0.2.66-evm-9 Pre-release
Pre-release
add code hash key

v0.2.66-evm-8

28 Nov 10:59
Compare
Choose a tag to compare
v0.2.66-evm-8 Pre-release
Pre-release
add code hash key

send without account creation

28 Nov 05:43
Compare
Choose a tag to compare
Pre-release
v0.2.66-evm-7

send without acc creation

add new acl constants

27 Nov 12:34
Compare
Choose a tag to compare
add new acl constants Pre-release
Pre-release
v0.2.66-evm-6

make BuildDependencyGraph use typed tx

v0.2.66-evm-5

27 Nov 12:17
Compare
Choose a tag to compare
v0.2.66-evm-5 Pre-release
Pre-release
make BuildDependencyGraph use typed tx

use sdk.Tx in BuildDependencyGraph

27 Nov 05:40
Compare
Choose a tag to compare
Pre-release
v0.2.66-evm-4

make BuildDependencyGraph use typed tx

v0.2.66-evm-3

22 Nov 16:13
Compare
Choose a tag to compare
v0.2.66-evm-3 Pre-release
Pre-release
change DeliverTx to take typed tx

make txIndex available during dep gen

22 Nov 05:16
a8f569a
Compare
Choose a tag to compare
Pre-release
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

21 Nov 22:41
5f04ca7
Compare
Choose a tag to compare
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

16 Nov 07:26
Compare
Choose a tag to compare
v0.2.66-evm Pre-release
Pre-release
Add GetParent for CacheKV