forked from cerc-io/laconicd-deprecated
Migrates gentx command to application (#144)
* Migrates gentx command to application for updated keybase * Remove cosmos keys commands * Fix genutil codec for key type * Remove relevant TODOs
This commit is contained in:
+5
-6
@@ -170,13 +170,12 @@ func TestSDKInvalidAcc(t *testing.T) {
|
||||
tx := newTestSDKTx(input.ctx, msgs, privKeys, accNums, accSeqs, fee)
|
||||
requireInvalidTx(t, input.anteHandler, input.ctx, tx, false, sdk.CodeUnauthorized)
|
||||
|
||||
// TODO: Reenable broken test when fixed inside cosmos SDK
|
||||
// // require validation failure with invalid sequence (nonce)
|
||||
// accNums = []uint64{acc1.GetAccountNumber()}
|
||||
// accSeqs = []uint64{1}
|
||||
// require validation failure with invalid sequence (nonce)
|
||||
accNums = []uint64{acc1.GetAccountNumber()}
|
||||
accSeqs = []uint64{1}
|
||||
|
||||
// tx = newTestSDKTx(input.ctx, msgs, privKeys, accNums, accSeqs, fee)
|
||||
// requireInvalidTx(t, input.anteHandler, input.ctx, tx, false, sdk.CodeUnauthorized)
|
||||
tx = newTestSDKTx(input.ctx, msgs, privKeys, accNums, accSeqs, fee)
|
||||
requireInvalidTx(t, input.anteHandler, input.ctx, tx, false, sdk.CodeUnauthorized)
|
||||
}
|
||||
|
||||
func TestEthInvalidSig(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user