Skip to content

v0.3.37-log

Pre-release
Pre-release
Compare
Choose a tag to compare
@codchen codchen released this 29 Oct 02:52
· 5 commits to main since this release
c7e50a2
Only apply DeliverTx hooks if there is no error (#544)

## Describe your changes and provide context
Previously we only apply hooks if there is no error in DeliverTx
response, which is changed by the
[refactor](https://github.com/sei-protocol/sei-cosmos/pull/543/files).
This PR fixes it

## Testing performed to validate your change
integration test in sei-chain