Skip to content

Commit

Permalink
Merge pull request #64 from Polimec/feature/plmc-229-implement-new-ve…
Browse files Browse the repository at this point in the history
…sting-pallet-on-plmc-bond

Feature/plmc 229 implement new vesting pallet on plmc bond
  • Loading branch information
JuaniRios authored Aug 10, 2023
2 parents d4b77c9 + ff13888 commit fbda822
Show file tree
Hide file tree
Showing 13 changed files with 1,126 additions and 349 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.

1 change: 0 additions & 1 deletion integration-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#![cfg(test)]


use frame_support::{assert_ok, pallet_prelude::Weight, traits::GenesisBuild};
use parity_scale_codec::Encode;
use polimec_parachain_runtime as polimec_runtime;
Expand Down
2 changes: 2 additions & 0 deletions pallets/funding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ sp-std.workspace = true
sp-runtime.workspace = true
sp-arithmetic.workspace = true
polimec-traits.workspace = true
parachains-common.workspace = true

[dev-dependencies]
sp-core.workspace = true
Expand All @@ -50,6 +51,7 @@ std = [
"frame-system/std",
"pallet-assets/std",
"pallet-balances/std",
"parachains-common/std",
"polimec-traits/std",
"pallet-linear-release/std",
"frame-benchmarking?/std",
Expand Down
Loading

0 comments on commit fbda822

Please sign in to comment.