Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
41bdac4a
Unverified
Commit
41bdac4a
authored
1 year ago
by
bgallois
Browse files
Options
Downloads
Patches
Plain Diff
fix after merge
parent
6cec1103
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!187
Distance pallet benchmark
Pipeline
#34180
waiting for manual action
Stage: labels
Stage: quality
Stage: build
Stage: tests
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.lock
+1
-1
1 addition, 1 deletion
Cargo.lock
pallets/distance/src/mock.rs
+3
-4
3 additions, 4 deletions
pallets/distance/src/mock.rs
with
4 additions
and
5 deletions
Cargo.lock
+
1
−
1
View file @
41bdac4a
...
@@ -5773,7 +5773,7 @@ dependencies = [
...
@@ -5773,7 +5773,7 @@ dependencies = [
"frame-benchmarking",
"frame-benchmarking",
"frame-support",
"frame-support",
"frame-system",
"frame-system",
"getrandom 0.2.
10
",
"getrandom 0.2.
8
",
"pallet-authority-members",
"pallet-authority-members",
"pallet-authorship",
"pallet-authorship",
"pallet-balances",
"pallet-balances",
...
...
This diff is collapsed.
Click to expand it.
pallets/distance/src/mock.rs
+
3
−
4
View file @
41bdac4a
...
@@ -236,13 +236,12 @@ impl pallet_identity::Config for Test {
...
@@ -236,13 +236,12 @@ impl pallet_identity::Config for Test {
type
IdtyData
=
();
type
IdtyData
=
();
type
IdtyNameValidator
=
IdtyNameValidatorTestImpl
;
type
IdtyNameValidator
=
IdtyNameValidatorTestImpl
;
type
IdtyIndex
=
u32
;
type
IdtyIndex
=
u32
;
type
AccountLinker
=
();
type
IdtyRemovalOtherReason
=
();
type
IdtyRemovalOtherReason
=
();
type
NewOwnerKey
Signer
=
UintAuthorityId
;
type
Signer
=
UintAuthorityId
;
type
NewOwnerKey
Signature
=
TestSignature
;
type
Signature
=
TestSignature
;
type
OnIdtyChange
=
();
type
OnIdtyChange
=
();
type
RemoveIdentityConsumers
=
();
type
RemoveIdentityConsumers
=
();
type
RevocationSigner
=
UintAuthorityId
;
type
RevocationSignature
=
TestSignature
;
type
RuntimeEvent
=
RuntimeEvent
;
type
RuntimeEvent
=
RuntimeEvent
;
type
WeightInfo
=
();
type
WeightInfo
=
();
#[cfg(feature
=
"runtime-benchmarks"
)]
#[cfg(feature
=
"runtime-benchmarks"
)]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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