You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Call store tracer in writes (#585)
## Describe your changes and provide context
Call store tracer in Set/Delete
## Testing performed to validate your change
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
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
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