Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
55c532a1
Unverified
Commit
55c532a1
authored
2 months ago
by
Xavier Lau
Browse files
Options
Downloads
Patches
Plain Diff
Remove experimental feature
parent
d794f711
No related merge requests found
Pipeline
#513062
waiting for manual action with stages
in 54 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
substrate/frame/nis/Cargo.toml
+15
-15
15 additions, 15 deletions
substrate/frame/nis/Cargo.toml
substrate/frame/src/lib.rs
+1
-4
1 addition, 4 deletions
substrate/frame/src/lib.rs
with
16 additions
and
19 deletions
substrate/frame/nis/Cargo.toml
+
15
−
15
View file @
55c532a1
[package]
name
=
"pallet-nis"
version
=
"28.0.0"
authors.workspace
=
true
edition.workspace
=
true
license
=
"Apache-2.0"
homepage.workspace
=
true
authors.workspace
=
true
description
=
"FRAME pallet for rewarding account freezing."
edition.workspace
=
true
homepage.workspace
=
true
license
=
"Apache-2.0"
name
=
"pallet-nis"
readme
=
"README.md"
repository.workspace
=
true
description
=
"FRAME pallet for rewarding account freezing."
readme
=
"README.md"
version
=
"28.0.0"
[lints]
workspace
=
true
...
...
@@ -16,25 +16,25 @@ workspace = true
targets
=
[
"x86_64-unknown-linux-gnu"
]
[dependencies]
codec
=
{
features
=
[
"derive"
],
workspace
=
true
}
codec
=
{
features
=
[
"derive"
],
workspace
=
true
}
frame
=
{
workspace
=
true
,
features
=
[
"runtime"
]
}
scale-info
=
{
features
=
[
"derive"
],
workspace
=
true
}
frame
=
{
workspace
=
true
,
features
=
[
"experimental"
,
"runtime"
]
}
[dev-dependencies]
pallet-balances
=
{
workspace
=
true
,
default-features
=
true
}
sp-io
=
{
workspace
=
true
,
default-features
=
true
}
sp-io
=
{
workspace
=
true
,
default-features
=
true
}
[features]
default
=
[
"std"
]
runtime-benchmarks
=
[
"frame/runtime-benchmarks"
,
"pallet-balances/runtime-benchmarks"
,
]
std
=
[
"codec/std"
,
"frame/std"
,
"scale-info/std"
,
]
runtime-benchmarks
=
[
"frame/runtime-benchmarks"
,
"pallet-balances/runtime-benchmarks"
,
]
try-runtime
=
[
"frame/try-runtime"
,
"pallet-balances/try-runtime"
,
...
...
This diff is collapsed.
Click to expand it.
substrate/frame/src/lib.rs
+
1
−
4
View file @
55c532a1
...
...
@@ -546,10 +546,7 @@ pub mod arithmetic {
/// All token related types and traits.
pub
mod
token
{
pub
use
frame_support
::
traits
::{
tokens
::
*
,
OnUnbalanced
,
};
pub
use
frame_support
::
traits
::{
tokens
::
*
,
OnUnbalanced
};
}
/// All derive macros used in frame.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment