cosmos-sdk/x/auth/tx
Aaron Craelius 9e85e81e0e
Remove GetSignatures from SigVerifiableTx (#6550)
* Remove GetSignatures from SigVerifiableTx

* Fix conflicts

* update client tests

* fix x/auth tests

* add MultiSignatureData test case for ConsumeTxSizeGasDecorator test

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: sahith-narahari <sahithnarahari@gmail.com>
Co-authored-by: Cory Levinson <cjlevinson@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-09-02 20:41:13 +00:00
..
builder.go Remove GetSignatures from SigVerifiableTx (#6550) 2020-09-02 20:41:13 +00:00
builder_test.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +00:00
config.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +00:00
config_test.go
decoder.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +00:00
direct.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +00:00
direct_test.go Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00
encode_decode_test.go
encoder.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +00:00
legacy_amino_json.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +00:00
legacy_amino_json_test.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +00:00
mode_handler.go
sigs.go Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00
sigs_test.go