Skip to content
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

feat(oracle): remove tobin tax #816

Merged
merged 20 commits into from
Aug 15, 2022
Merged

Conversation

testinginprod
Copy link
Collaborator

closes: #806

@testinginprod testinginprod marked this pull request as ready for review August 10, 2022 12:31
@testinginprod testinginprod requested a review from a team as a code owner August 10, 2022 12:31
@testinginprod testinginprod changed the title feat(x/oracle): remove tobin tax feat(oracle): remove tobin tax Aug 10, 2022
CHANGELOG.md Outdated Show resolved Hide resolved
@@ -16,7 +16,7 @@ message GenesisState {
repeated MissCounter miss_counters = 4 [(gogoproto.nullable) = false];
repeated AggregateExchangeRatePrevote aggregate_exchange_rate_prevotes = 5 [(gogoproto.nullable) = false];
repeated AggregateExchangeRateVote aggregate_exchange_rate_votes = 6 [(gogoproto.nullable) = false];
repeated TobinTax tobin_taxes = 7 [(gogoproto.nullable) = false];
repeated Pair pairs = 7 [(gogoproto.nullable) = false];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Pair message only contains a string. Maybe it would be cleaner to get rid of the Pair message and just use repeated string here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather do this in a follow up PR just to keep PRs scope small in order to avoid having reviewability issues, I'll create a follow up issue.

x/oracle/abci.go Show resolved Hide resolved
@testinginprod testinginprod merged commit 5f42aac into master Aug 15, 2022
@testinginprod testinginprod deleted the mercilex/oracle-remove-tobin-tax branch August 15, 2022 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(x/oracle): get rid of tobin tax
3 participants