Skip to content

Releases: sei-protocol/sei-cosmos

v0.3.66: Add upgrade helper (#596)

11 Aug 07:53
a633e3a

Choose a tag to compare

## Describe your changes and provide context
Add helper & context field to explicitly set upgrade at the beginning of
tracer calls, to allow for versioned behaviors

## Testing performed to validate your change
unit test

v0.3.64: Add legacy UnpackAny (#587)

14 Jul 05:05
571d289

Choose a tag to compare

## Describe your changes and provide context
Add back interfaceRegistry implementation which was removed in
https://github.com/sei-protocol/sei-cosmos/pull/574/files for historical
queries.

## Testing performed to validate your change
integration with sei-chain

v0.3.63: Call store tracer in writes (#585)

13 Jun 13:59
07a2206

Choose a tag to compare

## Describe your changes and provide context
Call store tracer in Set/Delete

## Testing performed to validate your change

v0.3.61: Add store tracer (#579)

02 Jun 03:12
5772e15

Choose a tag to compare

## Describe your changes and provide context
Add a tracer that can dump all relevant prestate in the db for a traced
tx, which can then be used to construct past-scenario test cases.

## Testing performed to validate your change
unit test

v0.3.60: Add nextMs to context (#580)

30 May 06:41
f575589

Choose a tag to compare

## Describe your changes and provide context
add MultiStore for the next height for to reduce replay needs during
tracing

## Testing performed to validate your change

v0.3.55-hotfix-6

30 May 06:35

Choose a tag to compare

v0.3.55-hotfix-6 Pre-release
Pre-release
Add nextMs to context

v0.3.55-hotfix-5

28 May 06:52

Choose a tag to compare

v0.3.55-hotfix-5 Pre-release
Pre-release
add Clear()

v0.3.55-hotfix-4

28 May 05:02

Choose a tag to compare

v0.3.55-hotfix-4 Pre-release
Pre-release
add mutex

v0.3.55-hotfix-3

27 May 14:56

Choose a tag to compare

v0.3.55-hotfix-3 Pre-release
Pre-release
Add store tracer

v0.3.55-hotfix

26 Apr 12:36

Choose a tag to compare

v0.3.55-hotfix Pre-release
Pre-release
skip upgrade BeginBlock for EVM tracer