Skip to content

Commit

Permalink
Generalize auth/types.StdSignature (cosmos#4507)
Browse files Browse the repository at this point in the history
New Signature interface available in the top level types package.
auth.StdSignature implements such interface. User defined auth
module can now define their own custom signature types.

Work carried out in the context of the following issues:
- cosmos#4488
- cosmos#4487
  • Loading branch information
Alessio Treglia authored Jun 7, 2019
1 parent 4b53403 commit eba8653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import (

"github.com/tendermint/tendermint/libs/log"

dbm "github.com/tendermint/tendermint/libs/db"

bam "github.com/cosmos/cosmos-sdk/baseapp"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/staking"
dbm "github.com/tendermint/tendermint/libs/db"
)

// NewSimAppUNSAFE is used for debugging purposes only.
Expand Down

0 comments on commit eba8653

Please sign in to comment.