Skip to content

Commit

Permalink
Merge pull request #683 from Setheum-Labs/add-vesting
Browse files Browse the repository at this point in the history
Fees and vesting
  • Loading branch information
balqaasem authored Dec 22, 2021
2 parents b5254ac + a485bbd commit accb456
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 accb456

Please sign in to comment.