Skip to content

Commit

Permalink
Merge branch 'mardizzone/POS-1956-auth' into mardizzone/POS-2129-gov
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Feb 22, 2024
2 parents d4fc81d + aedf199 commit 28f9940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/auth/ante/sigverify.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ func (svd SigVerificationDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simul
anyPk, _ := codectypes.NewAnyWithValue(pubKey)

/* TODO HV2: do we need to add here (and modify accordingly) the following code from heimdall?
// in that case, we need to implement the RecoverPubkey method
// This should be needed, and - most probably - since the `processSig` method disappeared, it should be done in SetPubKeyDecorator
// If that's the case, we need to implement the RecoverPubkey method
// see https://github.com/0xPolygon/cosmos-sdk/pull/3/#discussion_r1497996133
// see https://github.com/0xPolygon/cosmos-sdk/pull/3/#discussion_r1498023925
Expand Down

0 comments on commit 28f9940

Please sign in to comment.