fix(unorderedtx): issues reported in audit (#21467) #46324
Annotations
7 errors
Go vulnerability check:
types/mempool/priority_nonce.go#L228
unordered.GetGasLimit undefined (type "github.com/cosmos/cosmos-sdk/types".TxWithUnordered has no field or method GetGasLimit)
|
Go vulnerability check:
types/mempool/priority_nonce.go#L473
unordered.GetGasLimit undefined (type "github.com/cosmos/cosmos-sdk/types".TxWithUnordered has no field or method GetGasLimit)
|
Go vulnerability check:
types/mempool/sender_nonce.go#L150
unordered.GetGasLimit undefined (type "github.com/cosmos/cosmos-sdk/types".TxWithUnordered has no field or method GetGasLimit)
|
Go vulnerability check:
types/mempool/sender_nonce.go#L241
unordered.GetGasLimit undefined (type "github.com/cosmos/cosmos-sdk/types".TxWithUnordered has no field or method GetGasLimit)
|
Go vulnerability check:
x/auth/tx/builder.go#L46
cannot use &wrapper{} (value of type *wrapper) as "github.com/cosmos/cosmos-sdk/x/auth/signing".Tx value in variable declaration: *wrapper does not implement "github.com/cosmos/cosmos-sdk/x/auth/signing".Tx (missing method GetTimeoutTimeStamp)
|
Go vulnerability check:
x/auth/tx/builder.go#L419
cannot use w (variable of type *wrapper) as "github.com/cosmos/cosmos-sdk/x/auth/signing".Tx value in return statement: *wrapper does not implement "github.com/cosmos/cosmos-sdk/x/auth/signing".Tx (missing method GetTimeoutTimeStamp)
|
Go vulnerability check
Process completed with exit code 2.
|
Loading