Skip to content

Commit

Permalink
adding autocli options for parameter module (#971)
Browse files Browse the repository at this point in the history
* adding autocli options for parameter module

* adding autocli options for assetprofile

* Migrate CLI query commands to autocli

Replaced custom CLI query commands implementation with auto-generated CLI options using autocli. This includes support for Params and BorrowRatio queries, streamlining the codebase and reducing manual maintenance.

* fixing pulsar issue

---------

Co-authored-by: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com>
  • Loading branch information
avkr003 and cosmic-vagabond authored Nov 21, 2024
1 parent 52612ca commit 001425f
Show file tree
Hide file tree
Showing 153 changed files with 347,031 additions and 664 deletions.
1,038 changes: 1,038 additions & 0 deletions api/elys/accountedpool/accounted_pool.pulsar.go

Large diffs are not rendered by default.

655 changes: 655 additions & 0 deletions api/elys/accountedpool/genesis.pulsar.go

Large diffs are not rendered by default.

2,220 changes: 2,220 additions & 0 deletions api/elys/accountedpool/query.pulsar.go

Large diffs are not rendered by default.

139 changes: 139 additions & 0 deletions api/elys/accountedpool/query_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 83 additions & 0 deletions api/elys/accountedpool/tx.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 61 additions & 0 deletions api/elys/accountedpool/tx_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 001425f

Please sign in to comment.