Skip to content

Commit

Permalink
#519 Query PAA certificates with subjectKeyId
Browse files Browse the repository at this point in the history
Enable querying certs with subjectKeyId
Add migration flow (from 2 to 3 version of `pki` module)

Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com>
Signed-off-by: Abdulbois <abdulbois123@gmail.com>
  • Loading branch information
Abdulbois committed Jan 11, 2024
1 parent b832e3c commit fce594f
Show file tree
Hide file tree
Showing 35 changed files with 1,393 additions and 175 deletions.
7 changes: 7 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,13 @@ func New(
},
)

app.UpgradeKeeper.SetUpgradeHandler(
"v1.3",
func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
return app.mm.RunMigrations(ctx, cfg, fromVM)
},
)

return app
}

Expand Down
Loading

0 comments on commit fce594f

Please sign in to comment.