Skip to content

Commit

Permalink
feat: implement token Balances api (#404)
Browse files Browse the repository at this point in the history
* fix init genesis

* implement Balances api

* add balances subcommand to root

* fix bug

* remove  unfinished test code

* fix automerge
  • Loading branch information
dreamer-zq authored Apr 18, 2024
1 parent 9cacc3f commit 44011b7
Show file tree
Hide file tree
Showing 22 changed files with 2,269 additions and 339 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/automerge-action@v0.12.0"
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.16.3"
permissions:
contents: write
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3 changes: 2 additions & 1 deletion api/irismod/token/module/v1/module.pulsar.go

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

Loading

0 comments on commit 44011b7

Please sign in to comment.