cosmos-sdk/x/params/types
atheeshp f87624e9de
Add Grpc gateway annotations (#6918)
* grpc for bank module

* edit module.go

* added annotations for x/auth query proto

* generated gw file

* added grpc gateway for x/staking query proto

* added annotations for evidence

* added annotations for gov query proto

* added annotations

* added annotations for slashing module

* updated annotations

* added annotations for staking module

* added annotations for upgrade query

* annotations added for x/ibc/channel query proto

* added annotations for ibc/connection query proto

* updated annotations

* updated annotations

* annotation changes

* ommitted ibc module

* updated go.mod

* fixed lint issue

* review changes

* review changes

* review changes

* review changes

* go sum changes

* updated annotations

* annotation changes

* Fix proto lint issues

* review changes

* review changes

* review changes

* discussion changes

* review changes

* grpc for bank module

* edit module.go

* added annotations for x/auth query proto

* generated gw file

* added grpc gateway for x/staking query proto

* added annotations for evidence

* added annotations for gov query proto

* added annotations

* added annotations for slashing module

* updated annotations

* added annotations for staking module

* added annotations for upgrade query

* annotations added for x/ibc/channel query proto

* added annotations for ibc/connection query proto

* updated annotations

* updated annotations

* annotation changes

* ommitted ibc module

* updated go.mod

* fixed lint issue

* review changes

* review changes

* review changes

* review changes

* go sum changes

* updated annotations

* annotation changes

* Fix proto lint issues

* review changes

* review changes

* review changes

* discussion changes

* review changes

* fixed conflicts

* review changes

* updated gw files

* lint

* lint

* lint

* added missing annotations

* review changes

* review changes

* review changes

* review changes

Co-authored-by: SaReN <sahithnarahari@gmail.com>
Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
2020-08-14 10:05:35 +00:00
..
proposal Add Grpc gateway annotations (#6918) 2020-08-14 10:05:35 +00:00
common_test.go Merge PR #5649: Update x/params to follow module standards 2020-02-19 12:52:20 +01:00
deref_test.go x/params/types: make KeyTable.RegisterType fully dereference pointers (#6915) 2020-08-02 20:18:28 +00:00
doc.go Merge PR #5649: Update x/params to follow module standards 2020-02-19 12:52:20 +01:00
keys.go Merge PR #6005: x/params: Raw Parameter Querying 2020-04-16 12:22:58 -04:00
paramset.go Merge PR #5649: Update x/params to follow module standards 2020-02-19 12:52:20 +01:00
querier.go Merge PR #6005: x/params: Raw Parameter Querying 2020-04-16 12:22:58 -04:00
subspace.go Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00
subspace_test.go Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00
table.go x/params/types: make KeyTable.RegisterType fully dereference pointers (#6915) 2020-08-02 20:18:28 +00:00
table_test.go Exclude proto files from format (#5706) 2020-02-27 07:53:22 -03:00