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
c1238b64
Unverified
Commit
c1238b64
authored
4 months ago
by
Bastian Köcher
Committed by
GitHub
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
pallet-revive: The fixtures are only required for benchmarking (#6385)
parent
86e1e386
Branches
gh-readonly-queue/master/pr-3843-40677b64c5f15f0bdeb30e9d0a2037c0eec2447d
Branches containing commit
No related merge requests found
Pipeline
#504505
waiting for manual action with stages
in 47 minutes and 47 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/frame/revive/Cargo.toml
+3
-2
3 additions, 2 deletions
substrate/frame/revive/Cargo.toml
with
3 additions
and
2 deletions
substrate/frame/revive/Cargo.toml
+
3
−
2
View file @
c1238b64
...
...
@@ -40,7 +40,7 @@ frame-benchmarking = { optional = true, workspace = true }
frame-support
=
{
workspace
=
true
}
frame-system
=
{
workspace
=
true
}
pallet-balances
=
{
optional
=
true
,
workspace
=
true
}
pallet-revive-fixtures
=
{
workspace
=
true
,
default-features
=
false
}
pallet-revive-fixtures
=
{
workspace
=
true
,
default-features
=
false
,
optional
=
true
}
pallet-revive-uapi
=
{
workspace
=
true
,
default-features
=
true
}
pallet-revive-proc-macro
=
{
workspace
=
true
,
default-features
=
true
}
pallet-transaction-payment
=
{
workspace
=
true
}
...
...
@@ -91,7 +91,7 @@ std = [
"log/std"
,
"pallet-balances?/std"
,
"pallet-proxy/std"
,
"pallet-revive-fixtures/std"
,
"pallet-revive-fixtures
?
/std"
,
"pallet-timestamp/std"
,
"pallet-transaction-payment/std"
,
"pallet-utility/std"
,
...
...
@@ -121,6 +121,7 @@ runtime-benchmarks = [
"pallet-balances/runtime-benchmarks"
,
"pallet-message-queue/runtime-benchmarks"
,
"pallet-proxy/runtime-benchmarks"
,
"pallet-revive-fixtures"
,
"pallet-timestamp/runtime-benchmarks"
,
"pallet-transaction-payment/runtime-benchmarks"
,
"pallet-utility/runtime-benchmarks"
,
...
...
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