Skip to content

Commit

Permalink
MCA Tax (#94)
Browse files Browse the repository at this point in the history
* scaffold tax

* added allocateMcaTax

* use mantra-sdk with only the neutron bank module as a diff

* emit mca tax event + fix lint

* change to occur every block

* comment out genesis items that won't be needed

* remove mca tax from genesis

* reinstate connect test

* change update params message

* add genesis for tax

* make it work for cli update

* fix cli

* Update x/tax/types/msg_update_params.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Mantrachain Development Support <[email protected]>

* fix genesis test

* update api

* refactor app.go + update api order

* make matt admin for testing

* fix: rename to make the module more familiar and sytled after gov

* follow cosmos-sdk style for use of bare addresses

* add validation and tests

* fix: valid params test

* add tax module readme

* review: changes to the tax module (#98)

* add init function to set bech32

* fix lints

* tax module

* remove decimal places test

* Refine tax module (#102)

* add simpulation

* simulate

* remove starport annotations

* remove commented out code

---------

Signed-off-by: Mantrachain Development Support <[email protected]>

* rebuild protos and re-add signer (#104)

* add simpulation

* simulate

* remove starport annotations

* remove commented out code

* rebuild protos after re-adding signer

---------

Signed-off-by: Mantrachain Development Support <[email protected]>

* Update .github/workflows/simulate.yml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Mantrachain Development Support <[email protected]>

* fix authority implementation

* upgrade skip connect

* upgrade connect and its tests to v2

* bump docker image

* reinstate connect test

Signed-off-by: Mantrachain Development Support <[email protected]>

* slinky -> connect

* slinky -> connect

* put nolints and describe needed updates

* verify correct cosmos-sdk

* remove simulation test, as it is separate now

* Update genesis.json

Signed-off-by: Mantrachain Development Support <[email protected]>

* oracle -> sidecar

* update to correct image

* update api

---------

Signed-off-by: Mantrachain Development Support <[email protected]>
Signed-off-by: Mantrachain Development Support <[email protected]>
Co-authored-by: freeelancer <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 19, 2024
1 parent 98fdcf2 commit f9112f1
Show file tree
Hide file tree
Showing 75 changed files with 17,890 additions and 11,517 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/connect-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: main

name: Test
name: Skip Connect Integration Test
jobs:
connect-test:
strategy:
Expand All @@ -17,4 +17,4 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- run: echo "Replace me"
- run: make test-connect
Loading

0 comments on commit f9112f1

Please sign in to comment.