Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/plmc 229 implement new vesting pallet on plmc bond #64

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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