forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 117
feat(dex-fee): update fee rate, migrate fee addresses and default netid #2710
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
073a618
feat(dex-fee): update DEX fee pubkeys
shamardy 70b4370
feat(dex-fee): update Z-addresses for ZCash/ARRR
shamardy 25c1f55
feat(dex-fee): disable burn feature
shamardy 591d411
feat(dex-fee): change fee rate to 2% and disable KMD exemption
shamardy 6cf8a8c
feat(dex-fee): ignore obsolete KMD discount tests
shamardy c7cf52f
feat(dex-fee): update test fixtures for new DEX fee pubkey
shamardy c20b2aa
refactor(dex-fee): remove unused ticker parameters from fee functions
shamardy ea8a87c
fix(clippy): remove #[test] attr from doctest example
shamardy dc48908
test(dex-fee): fix tests for 2% fee rate and new pubkey
shamardy 87fdafb
test(dex-fee): update WithBurn tests for uniform 2% rate
shamardy c8595b0
chore(dex-fee): restore TODO about negotiation version for burn
shamardy e1736b5
fix(dex-fee): fix failing unit and docker tests
shamardy d0f12ec
feat(dex-fee): restore GLEEC fee discount (1% vs 2% standard rate)
shamardy e1d7a53
fix(dex-fee): correct test_max_taker_vol_swap expected value for 1% d…
shamardy 3f0bfde
feat(p2p): change default netid from 8762 to 6133
shamardy 9185bfa
docs(common): fix markdown code block in AGENTS.md
shamardy 90a4779
refactor(dex-fee): address review comments on fee tests
shamardy 6bfe2f7
fix(clippy): suppress new Rust 1.94.0 clippy lints
shamardy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 think discounting more than
50%(e.g.70%) would incentives more ppl to perform the trades with GLEEC as an intermediate coin.currently there is no incentive to do such a thing since that requires two swaps each costing
1%fee, so still2%total (+ more chain fees).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.
Agree, let's discuss this when the time comes for implementing swaps through Gleec chain.
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.
can the discount be changed without a "hardfork"?