cosmos-sdk/x/auth/client/rest
MD Aleem b6c8d5ea9f
Add tx broadcast gRPC endpoint (#7852)
* WIP tx/broadcast grpc endpoint

* fix lint

* fix proto lint

* Update service.proto

* resolve conflicts

* update service.proto

* Update service.proto

* review changes

* proto lint

* Switch to txraw

* Add check breaking at the end

* Fix broadcast

* Send Msg on SetupSuite

* Remove proto-check-breaking

* 1 validator in test

* Add grpc server tests for broadcast

* Fix grpc server tests

* Add some changes

* Add ress comments

* Add table tests for tx service

* Add test for mode

* Add simulate tests

* Add build flag back

* Revert custom stringer for enum

* Remove stray logs

* Use /txs/{hash}

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2020-12-02 17:50:40 +00:00
..
broadcast.go Robert/move amino stdtx (#7301) 2020-09-22 14:35:18 +00:00
decode.go Fix legacy querying tx ("unregistered type" bug) (#7992) 2020-11-25 12:02:31 +00:00
encode.go Robert/move amino stdtx (#7301) 2020-09-22 14:35:18 +00:00
query.go Add tx broadcast gRPC endpoint (#7852) 2020-12-02 17:50:40 +00:00
rest_test.go Add tx broadcast gRPC endpoint (#7852) 2020-12-02 17:50:40 +00:00
rest.go Add Deprecation headers for legacy rest endpoints (#7686) 2020-10-29 11:37:46 +00:00