feat: extra checks on signatures/pubkeys + check the signature first in antehandle (#18194)

This commit is contained in:
Carlos Santiago Yanzon
2023-11-07 13:15:11 +00:00
committed by GitHub
parent 5d83f92ecd
commit 346044afd0
20 changed files with 295 additions and 105 deletions
+4 -3
View File
@@ -6,6 +6,10 @@ package testdata
import (
context "context"
fmt "fmt"
io "io"
math "math"
math_bits "math/bits"
_ "github.com/cosmos/cosmos-sdk/types/msgservice"
_ "github.com/cosmos/cosmos-sdk/types/tx/amino"
_ "github.com/cosmos/gogoproto/gogoproto"
@@ -14,9 +18,6 @@ import (
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
io "io"
math "math"
math_bits "math/bits"
)
// Reference imports to suppress errors if they are not otherwise used.