cosmos-sdk/x/params/keeper
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
..
common_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
consensus_params.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +00:00
grpc_query.go Protobuf audit: Queries (#6967) 2020-08-10 08:12:59 +00:00
grpc_query_test.go Protobuf audit: Queries (#6967) 2020-08-10 08:12:59 +00:00
keeper.go Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00
keeper_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
querier.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00