Skip to content

Tags: sei-protocol/sei-cosmos

Tags

v0.3.68

Toggle v0.3.68's commit message
Add additional error replacement versions

v0.3.67

Toggle v0.3.67's commit message
remove extra stuff

list

Toggle list's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add archive notice to README (#610)

Update readme with notice of archive/move to sei-chain.

Relates to:

* sei-protocol/sei-chain#2408

v0.3.66

Toggle v0.3.66's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.65

Toggle v0.3.65's commit message
chore: bump btcec to v2.3.2, x/crypto to v0.31.0

- fix CVE
- update lib api usage

v0.3.64

Toggle v0.3.64's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v0.3.63's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.62

Toggle v0.3.62's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add new config OnlyAllowExportOnSnapshotVersion for sc (#584)

## Describe your changes and provide context
Bumped SeiDB and add new config for OnlyAllowExportOnSnapshotVersion
## Testing performed to validate your change

v0.3.61

Toggle v0.3.61's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v0.3.60's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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