Skip to content

Commit

Permalink
Revert vesting (#802)
Browse files Browse the repository at this point in the history
* feat:revert vesting

* feat:revert vesting
  • Loading branch information
hqwangningbo authored Oct 27, 2022
1 parent d6b0f03 commit f9974cc
Show file tree
Hide file tree
Showing 9 changed files with 731 additions and 2,119 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions pallets/vesting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ authors = ["Edwin Wang <[email protected]>"]
edition = "2021"

[dependencies]
log = { version = "0.4.17", default-features = false }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", default-features = false }
frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", default-features = false }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", default-features = false, optional = true }
try-runtime-cli = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.28", optional = true }

[dev-dependencies]
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28" }
Expand All @@ -24,14 +21,12 @@ pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "p
[features]
default = ["std"]
std = [
"log/std",
"codec/std",
"scale-info/std",
"sp-std/std",
"sp-runtime/std",
"frame-support/std",
"frame-system/std",
"frame-try-runtime/std",
]
runtime-benchmarks = ["frame-benchmarking"]
try-runtime = ["frame-support/try-runtime"]
Loading

0 comments on commit f9974cc

Please sign in to comment.