Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(x/circuit)!: Use collections, KVStoreService, and context.Context #16415

Merged
merged 17 commits into from
Jun 7, 2023
Prev Previous commit
Next Next commit
upgrading
  • Loading branch information
facundomedica committed Jun 5, 2023
commit bf427f602d0f625c6f379d201b833565249ebef9
2 changes: 2 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ The following modules `NewKeeper` function now take a `KVStoreService` instead o
* `x/auth`
* `x/authz`
* `x/bank`
* `x/circuit`
facundomedica marked this conversation as resolved.
Show resolved Hide resolved
* `x/consensus`
* `x/crisis`
* `x/distribution`
Expand All @@ -105,6 +106,7 @@ The following modules' `Keeper` methods now take in a `context.Context` instead

* `x/authz`
* `x/bank`
* `x/circuit`
* `x/mint`
* `x/crisis`
* `x/distribution`
Expand Down