Skip to content

Commit

Permalink
feat: Add PrepareCheckState and Precommit callbacks (#14860)
Browse files Browse the repository at this point in the history
Co-authored-by: dydxwill <119354122+dydxwill@users.noreply.github.com>
  • Loading branch information
prettymuchbryce and dydxwill committed Apr 23, 2023
1 parent be081b1 commit 93d64cc
Show file tree
Hide file tree
Showing 18 changed files with 925 additions and 69 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (runtime) [#15547](https://github.com/cosmos/cosmos-sdk/pull/15547) Allow runtime to pass event core api service to modules
* (telemetry) [#15657](https://github.com/cosmos/cosmos-sdk/pull/15657) Emit more data (go version, sdk version, upgrade height) in prom metrics
* (modulemanager) [#15829](https://github.com/cosmos/cosmos-sdk/pull/15829) add new endblocker interface to handle valset updates
* (core) [#14860](https://github.com/cosmos/cosmos-sdk/pull/14860) Add `Precommit` and `PrepareCheckState` AppModule callbacks.

### Improvements

Expand Down
Loading

0 comments on commit 93d64cc

Please sign in to comment.