Releases: sei-protocol/sei-cosmos
Releases · sei-protocol/sei-cosmos
v0.3.66: Add upgrade helper (#596)
## 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)
## 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)
## 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)
## 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)
## 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
Add nextMs to context
v0.3.55-hotfix-5
add Clear()
v0.3.55-hotfix-4
add mutex
v0.3.55-hotfix-3
Add store tracer
v0.3.55-hotfix
skip upgrade BeginBlock for EVM tracer