Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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