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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
dc4f80d2
Commit
dc4f80d2
authored
2 years ago
by
bgallois
Committed by
Hugo Trentesaux
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix cargo files
parent
771df7ef
No related branches found
No related tags found
1 merge request
!161
Offences management
Pipeline
#32138
passed
2 years ago
Stage: labels
Stage: quality
Stage: build
Stage: tests
Stage: deploy
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Cargo.lock
+1
-1
1 addition, 1 deletion
Cargo.lock
pallets/offences/Cargo.toml
+6
-6
6 additions, 6 deletions
pallets/offences/Cargo.toml
runtime/g1/Cargo.toml
+1
-1
1 addition, 1 deletion
runtime/g1/Cargo.toml
runtime/gtest/Cargo.toml
+1
-1
1 addition, 1 deletion
runtime/gtest/Cargo.toml
with
9 additions
and
9 deletions
Cargo.lock
+
1
−
1
View file @
dc4f80d2
...
...
@@ -5305,7 +5305,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "
4
.0.0
-dev
"
version = "
3
.0.0"
dependencies = [
"frame-support",
"frame-system",
...
...
This diff is collapsed.
Click to expand it.
pallets/offences/Cargo.toml
+
6
−
6
View file @
dc4f80d2
[package]
name
=
"pallet-offences"
version
=
"4.0.0-dev"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
authors
=
[
"Parity Technologies <admin@parity.io>"
,
"Axiom-Team Developers <https://axiom-team.fr>"
]
description
=
'FRAME pallet to handle offences.'
edition
=
"2021"
license
=
"Apache-2.0"
homepage
=
"https://substrate.io"
repository
=
"
https://git
hub.com/paritytech/substrate/"
description
=
"FRAME offences pallet"
homepage
=
'https://duniter.org'
license
=
'AGPL-3.0'
repository
=
'
https://git
.duniter.org/nodes/rust/duniter-v2s'
version
=
'3.0.0'
readme
=
"README.md"
[package.metadata.docs.rs]
...
...
This diff is collapsed.
Click to expand it.
runtime/g1/Cargo.toml
+
1
−
1
View file @
dc4f80d2
...
...
@@ -123,6 +123,7 @@ pallet-provide-randomness = { path = '../../pallets/provide-randomness', default
pallet-universal-dividend
=
{
path
=
'../../pallets/universal-dividend'
,
default-features
=
false
}
pallet-upgrade-origin
=
{
path
=
'../../pallets/upgrade-origin'
,
default-features
=
false
}
sp-membership
=
{
path
=
'../../primitives/membership'
,
default-features
=
false
}
pallet-offences
=
{
path
=
'../../pallets/offences'
,
default-features
=
false
}
# crates.io
codec
=
{
package
=
"parity-scale-codec"
,
version
=
"3.1.5"
,
features
=
[
"derive"
],
default-features
=
false
}
...
...
@@ -147,7 +148,6 @@ pallet-balances = { git = 'https://github.com/duniter/substrate', branch = 'duni
pallet-collective
=
{
git
=
'https://github.com/duniter/substrate'
,
branch
=
'duniter-substrate-v0.9.32'
,
default-features
=
false
}
pallet-grandpa
=
{
git
=
'https://github.com/duniter/substrate'
,
branch
=
'duniter-substrate-v0.9.32'
,
default-features
=
false
}
pallet-im-online
=
{
git
=
'https://github.com/duniter/substrate'
,
branch
=
'duniter-substrate-v0.9.32'
,
default-features
=
false
}
pallet-offences
=
{
path
=
'../../pallets/offences'
,
default-features
=
false
}
pallet-multisig
=
{
git
=
'https://github.com/duniter/substrate'
,
branch
=
'duniter-substrate-v0.9.32'
,
default-features
=
false
}
pallet-preimage
=
{
git
=
'https://github.com/duniter/substrate'
,
branch
=
'duniter-substrate-v0.9.32'
,
default-features
=
false
}
pallet-proxy
=
{
git
=
'https://github.com/duniter/substrate'
,
branch
=
'duniter-substrate-v0.9.32'
,
default-features
=
false
}
...
...
This diff is collapsed.
Click to expand it.
runtime/gtest/Cargo.toml
+
1
−
1
View file @
dc4f80d2
...
...
@@ -146,6 +146,7 @@ pallet-universal-dividend = { path = '../../pallets/universal-dividend', default
pallet-session-benchmarking
=
{
path
=
'../../pallets/session-benchmarking'
,
default-features
=
false
}
pallet-upgrade-origin
=
{
path
=
'../../pallets/upgrade-origin'
,
default-features
=
false
}
sp-membership
=
{
path
=
'../../primitives/membership'
,
default-features
=
false
}
pallet-offences
=
{
path
=
'../../pallets/offences'
,
default-features
=
false
}
# crates.io
codec
=
{
package
=
"parity-scale-codec"
,
version
=
"3.1.5"
,
features
=
[
"derive"
],
default-features
=
false
}
...
...
@@ -169,7 +170,6 @@ pallet-balances = { git = 'https://github.com/duniter/substrate', branch = 'duni
pallet-collective
=
{
git
=
'https://github.com/duniter/substrate'
,
branch
=
'duniter-substrate-v0.9.32'
,
default-features
=
false
}
pallet-grandpa
=
{
git
=
'https://github.com/duniter/substrate'
,
branch
=
'duniter-substrate-v0.9.32'
,
default-features
=
false
}
pallet-im-online
=
{
git
=
'https://github.com/duniter/substrate'
,
branch
=
'duniter-substrate-v0.9.32'
,
default-features
=
false
}
pallet-offences
=
{
path
=
'../../pallets/offences'
,
default-features
=
false
}
pallet-multisig
=
{
git
=
'https://github.com/duniter/substrate'
,
branch
=
'duniter-substrate-v0.9.32'
,
default-features
=
false
}
pallet-preimage
=
{
git
=
'https://github.com/duniter/substrate'
,
branch
=
'duniter-substrate-v0.9.32'
,
default-features
=
false
}
pallet-proxy
=
{
git
=
'https://github.com/duniter/substrate'
,
branch
=
'duniter-substrate-v0.9.32'
,
default-features
=
false
}
...
...
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