Aaron Craelius
|
7de8ef75b3
|
Require proto.Message in client.Context.PrintOutput (#6999)
* Enable proto JSON json for cli tx & query
* WIP on tests
* Test fixes, cleanup
* Cleanup
* Address review comments
* Update client/context.go
Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
* Fixes
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
|
2020-08-11 03:19:49 -04:00 |
atheeshp
|
3322e269a1
|
Add pagination response for commands (#6825)
* migrated auth cli to use grpc query client
* unpacker added for account command
* fxed tests
* added grpc register in module.go
* fixed grpc failing issue
* page resonse added for console
* added reference
* paginations res added for commands
* Fix auth cli tests
Co-authored-by: SaReN <sahithnarahari@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
2020-08-07 10:20:22 +00:00 |
Anil Kumar Kammari
|
e906c012a0
|
add page flag for CLI queries (#6824)
* add page flag for CLI queries
* fix review suggestions
* Fix `page` flag default value
* fix offset calc
* Apply suggestions from code review
Co-authored-by: Aaron Craelius <aaron@regen.network>
* fix review suggestions
* refactor
* fix returning error
Co-authored-by: SaReN <sahithnarahari@gmail.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
2020-07-24 08:17:11 +00:00 |
atheeshp
|
9ee14ee985
|
Add pagination flags to x{ibc, bank} (#6804)
* updated pagination flags
* updated all balances pagination flags
* updated all balances
* some doc updates
Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
|
2020-07-21 15:36:45 +00:00 |
Alexander Bezobchuk
|
e7554bb3b0
|
Fix Gas Flag Usage + CLI Flag APIs (#6685)
* Use new APIs
* fix usage
* fix usage of gas flag
* tests: TestParseGasSetting
|
2020-07-11 08:13:46 +00:00 |
Alexander Bezobchuk
|
33decc9779
|
Remove context param (#6645)
|
2020-07-08 14:25:02 +00:00 |
Alexander Bezobchuk
|
8670a10564
|
Merge PR #6595: Single Binary & Command Refactor
|
2020-07-07 11:40:46 -04:00 |
Federico Kunze
|
f35e3b2c02
|
x/ibc: gRPC query service (#6466)
* x/ibc: gRPC query service
* fixes
* connection updates
* register channel query service
* update clients
* change proofs to bytes
* implement additional channel grpc queries
* unrelayed packets query
* query.proto files
* move next sequence recv query to channel client
* update REST
* wip test
* add missing cli queries
* install the right tools
* fixes
* build
* lint
* use gRPC when query proof is not requested
* connection gRPC tests
* IBC query server interface
* more gRPC channel tests
* pagination tests
* connection use query server
* connection pagination tests
* channel pagination tests
* typo
* remove buf
* Update x/ibc/03-connection/keeper/grpc_query_test.go
Co-authored-by: colin axner <25233464+colin-axner@users.noreply.github.com>
* address comments from review
* fix tests
* unrelayed packet sequences flag
* remove ClientsConnections query
* fix
Co-authored-by: colin axner <25233464+colin-axner@users.noreply.github.com>
|
2020-07-06 15:35:35 -04:00 |
Alexander Bezobchuk
|
d5049413ef
|
Merge PR #6525: x/bank: Refactor CLI & Tests
|
2020-06-30 16:59:21 -04:00 |
SaReN
|
4b0c66982a
|
Add pagination (#6452)
* Add pagination types and helper func
* Update API
* Add pagination to queryBalance
* Add QueryBalance to use Paginate
* Update GetAllBalances usage
* Add tests for QueryAllBalances
* Fix bank get balance querier tests
* Add pagination test setup
* revert simapp changes
* Fix pagenation tests
* Add more tests for pagination
* Add offset nullable
* Add more tests
* Fix paginate for offset
* Add grpc queryconn for query
* Fix paginate
* Fix maxlimit
* Fix queryClient
* Fix pagination tests
* refacor
* Fix grpc tests
* Revert
* review changes
* Fix lint
* Update types/query/pagination.go
* Fix review suggestions
* Remove maxLimit and use defaultLimit
* change example paginate as a testable fun
* Fix review comments
* Merge master
* Add bank query.pb.go
* Add missing import
* Add pageReq to queryBalance
* Add example for pagenate
* Fix cli tests
* Remove example for pagination
* Update paginate example
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: anilCSE <anil@vitwit.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
|
2020-06-20 23:44:04 +00:00 |
Aaron Craelius
|
257354dbff
|
x/bank: convert query CLI commands to use gRPC query client (#6367)
* Convert x/bank query cli methods to use gRPC query client
* WIP on x/bank cli query migration
* lint
* Fix integration tests
* Remove Println in favor of updated PrintOutput
* Add PrintOutput tests
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
|
2020-06-18 03:36:25 -04:00 |
Alexander Bezobchuk
|
35312d098e
|
JSON Codec Updates (#6444)
* Initial commit
* More updates
* Fix tests
* CLI test updates
* Updates
* Updates
|
2020-06-16 00:20:50 +00:00 |
Aaron Craelius
|
72925fa9ee
|
Add basic x/bank gRPC query service (#6343)
* Add basic x/bank gRPC query server
* proto lint
* Add pb.go file
* cleanup
* add separate grpc query tests
* Add request validation
* Use gRPC status errors
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
|
2020-06-05 18:10:04 +00:00 |
SaReN
|
39f53ac22f
|
client: rename CliContext to Context (#6290)
* Refactor CliContext as Context
* Fix lint issues
* Fix goimports
* Fix gov tests
* Resolved ci-lint issues
* Add changelog
* Rename cliCtx to clientCtx
* Fix mocks and routes
* Add changelog
* Update changelog
* Apply suggestions from code review
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
* merge client/rpc/ro{ot,utes}.go
* Update docs
* client/rpc: remove redundant client/rpc.RegisterRPCRoutes
* regenerate mocks
* Update ADRs
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
2020-06-01 12:46:03 +00:00 |
Alexander Bezobchuk
|
1083fa948e
|
Merge PR #6010: Merge x/supply into x/bank
|
2020-04-20 11:22:12 -04:00 |
Aleksandr Bezobchuk
|
7310a0cca9
|
Fix build
|
2020-03-25 15:21:20 -04:00 |
Aleksandr Bezobchuk
|
d21020e0f8
|
Update x/bank CLI query commands
|
2020-03-25 12:27:03 -04:00 |
Marko
|
ebbfaf2a47
|
Merge PR #5681: proto: migrate bank to hybridcodec
|
2020-02-20 15:24:26 +01:00 |
Alexander Bezobchuk
|
6890feb3d2
|
Merge PR #5572: ADR 004 Implementation
|
2020-01-30 16:31:16 -05:00 |