This repository was archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
feat: transfer tx fees to treasury #42
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
dba9965
initial implementation
Roznovjak 22f0310
add tests
Roznovjak 9c2f3ff
remove unused stuff
Roznovjak 56b7065
add previous implementation
Roznovjak abefdde
rename fallback_account to fee_receiver
Roznovjak 995dc22
enable existential deposit in tests
Roznovjak 07117da
rename converted_fee to refund
Roznovjak 72221b0
replace transfers with withdraws/deposits
Roznovjak e4895fe
Merge branch 'main' into tx_payment_fee
Roznovjak 71236e4
formatting
Roznovjak 4d2be81
add DepositFee trait
Roznovjak 60259e1
formatting
Roznovjak 328f86d
move fee_receiver from GenesisConfig to Config
Roznovjak 9f78c9c
formatting
Roznovjak 84c1e10
move DepositAll from mock to pallet
Roznovjak 0a3fe4b
formatting
Roznovjak 1d7f215
bump crate version
Roznovjak d8ed820
Update transaction-multi-payment/src/lib.rs
Roznovjak 9c64989
Merge branch 'tx_payment_fee' of github.com:galacticcouncil/warehouse…
Roznovjak 614fe2d
various small adjustments
Roznovjak d15eec6
update DepositFee interface
Roznovjak c2cd0ea
Merge branch 'main' into tx_payment_fee
Roznovjak 4455be8
Merge branch 'main' into tx_payment_fee
Roznovjak 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
There are no files selected for viewing
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.
No need for migration to delete the storage ? only if upgraded after it is already in use.