-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Tax 1.2% in all transactions #102
base: master
Are you sure you want to change the base?
Conversation
Implement part of the on chain proposal 3568
[{ |
@@ -0,0 +1 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This random file wouldn't be the right place for this. This needs to go in a new param change proposal.
Stop if max_supply =< 10000000
I think the solution can be found here: https://classic-docs.terra.money/docs/develop/module-specifications/spec-treasury.html#k-updatetaxpolicy |
Tks cool
…On Sat, 11 Jun 2022, 01:21 littlekira01, ***@***.***> wrote:
I think the solution can be found here:
https://classic-docs.terra.money/docs/develop/module-specifications/spec-treasury.html#k-updatetaxpolicy
—
Reply to this email directly, view it on GitHub
<#102 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWGC3YSWTM3ZS3HREJTLWDVOPLYNANCNFSM5YEEQUTQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
||
|
||
[{ | ||
“subspace”: “treasury”, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope you don't mind that I comment on this but these are non-standard double quotes.
Instead of “
shouldn't these be "
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good
A bola está no lado dela agora...a única coisa que precisamos é de fazer
pressão
…On Sat, 11 Jun 2022, 22:59 luncbrasil, ***@***.***> wrote:
eu não entend, a proposta já não estava definida para todas as transações?
se não, como faram a mudança para atualizar é só alterar ou precisa fazer
todo o processo de votação novamente? to confuso?
—
Reply to this email directly, view it on GitHub
<#102 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWGC33KWFZAD4IKIIZP6PDVOUD25ANCNFSM5YEEQUTQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@octalmage Can you merge this PR? |
It’s unfortunately invalid and not how param change proposals work. |
See this comment: #102 (comment) |
@octalmage Thank you to answer quickly. I think there are two possible options.
|
@holylance No problem!
This tax rate only effects Terra stablecoins though, and not Luna as can be seen here: https://github.com/terra-money/classic-core/blob/d6037b9a12c8bf6b09fe861c8ad93456aac5eebb/custom/auth/ante/tax.go#L154
So one process that could work is to have someone write and test the code, submit as a pull request, then have it reviewed. Once reviewed and merged, you'll need to start a SoftwareUpgradeProposal which you can learn about here: https://docs.cosmos.network/master/modules/gov/01_concepts.html#software-upgrade |
Very Thanks :> |
@octalmage thanks for your answers thanks in advance |
this can only be implemented after the code is merged,not before |
Implement part of the on chain proposal 3568