Skip to content

Commit

Permalink
Fees and vesting
Browse files Browse the repository at this point in the history
ERevert to MultiCurrency Vesting #682
Update OnPayment of TransactionFees to 50% to Treasury 50% Burn #677
  • Loading branch information
balqaasem committed Dec 22, 2021
1 parent 0524b14 commit a485bbd
Show file tree
Hide file tree
Showing 7 changed files with 721 additions and 250 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib-serml/vesting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ orml-traits = { path = "../../lib-orml/traits", default-features = false }
[dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate" , branch = "polkadot-v0.9.10" }
pallet-balances = { git = "https://github.com/paritytech/substrate" , branch = "polkadot-v0.9.10" }
orml-tokens = { path = "../../lib-orml/tokens" }

[features]
default = ["std"]
Expand All @@ -38,4 +39,4 @@ std = [
runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
]
]
Loading

0 comments on commit a485bbd

Please sign in to comment.