cosmos-sdk/x/auth/tx
Amaury Martiny 3d969a1ffd
Implement gRPC Simulate endpoint (#7035)
* Implement simulate endpoint

* Add GetProtoTx()

* Add signing in test

* Add txBuilderFromProto

* Remove stray println

* Update to master

* Merge master

* Fix tests

* Make tests pass

* Integrate in router

* Make proto-gen

* Fix lint

* Really fix lint

* Refactor to fix import cycles

* Rename builder -> wrapper

* Update proto/cosmos/base/reflection/v1beta1/reflection.proto

* Fix after merge

* t->w

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-08-24 14:41:08 +00:00
..
builder.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +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 Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00
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 Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00
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 Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00
sigs.go Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00
sigs_test.go