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
c64bd61e
Commit
c64bd61e
authored
1 year ago
by
Hugo Trentesaux
Browse files
Options
Downloads
Patches
Plain Diff
review
parent
d7171819
No related branches found
No related tags found
1 merge request
!219
automatically claim membership
Pipeline
#35395
passed
1 year ago
Stage: labels
Stage: quality
Stage: build
Stage: tests
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
end2end-tests/tests/common/membership.rs
+0
-17
0 additions, 17 deletions
end2end-tests/tests/common/membership.rs
end2end-tests/tests/common/mod.rs
+0
-1
0 additions, 1 deletion
end2end-tests/tests/common/mod.rs
runtime/gdev/tests/xt_tests.rs
+1
-1
1 addition, 1 deletion
runtime/gdev/tests/xt_tests.rs
with
1 addition
and
19 deletions
end2end-tests/tests/common/membership.rs
deleted
100644 → 0
+
0
−
17
View file @
d7171819
// Copyright 2021 Axiom-Team
//
// This file is part of Substrate-Libre-Currency.
//
// Substrate-Libre-Currency is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, version 3 of the License.
//
// Substrate-Libre-Currency is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>.
// no more membership calls
This diff is collapsed.
Click to expand it.
end2end-tests/tests/common/mod.rs
+
0
−
1
View file @
c64bd61e
...
...
@@ -20,7 +20,6 @@ pub mod balances;
pub
mod
cert
;
pub
mod
distance
;
pub
mod
identity
;
pub
mod
membership
;
pub
mod
oneshot
;
#[subxt::subxt(
...
...
This diff is collapsed.
Click to expand it.
runtime/gdev/tests/xt_tests.rs
+
1
−
1
View file @
c64bd61e
...
...
@@ -15,7 +15,7 @@
// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>.
// these integration tests aim to test fees and extrinsic-related externalities
// they
do not work with runtim-benchmark because it has a different fees model
// they
need constant-fees feature to work
mod
common
;
...
...
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