Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
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
Operate
Environments
Monitor
Incidents
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
This project is archived. Its data is
read-only
.
Show more breadcrumbs
nodes
rust
Dunitrust
Merge requests
!109
Resolve "Fork resolution algorithm"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Fork resolution algorithm"
elois/81-fork-resolution-algorithm
into
dev
Overview
0
Commits
31
Pipelines
0
Changes
115
Merged
Resolve "Fork resolution algorithm"
Éloïs
requested to merge
elois/81-fork-resolution-algorithm
into
dev
Feb 3, 2019
Overview
0
Commits
31
Pipelines
0
Changes
115
Closes
#81 (closed)
Edited
Feb 24, 2019
by
Éloïs
0
0
Merge request reports
Compare
dev
version 23
495b4703
Feb 24, 2019
version 22
f3e24ef1
Feb 24, 2019
version 21
0a3b0d37
Feb 24, 2019
version 20
d1b0b803
Feb 24, 2019
version 19
1b7689c7
Feb 24, 2019
version 18
3a8a14c6
Feb 23, 2019
version 17
fef6bfd8
Feb 23, 2019
version 16
fb2895a8
Feb 23, 2019
version 15
fea5b808
Feb 23, 2019
version 14
b5c74854
Feb 23, 2019
version 13
9e2419c8
Feb 22, 2019
version 12
ec33f0e0
Feb 22, 2019
version 11
69345866
Feb 22, 2019
version 10
35af9d80
Feb 22, 2019
version 9
5f001e39
Feb 22, 2019
version 8
d5777e34
Feb 17, 2019
version 7
90f45688
Feb 17, 2019
version 6
0c6d9ef4
Feb 17, 2019
version 5
0bf3a979
Feb 17, 2019
version 4
7efae2d6
Feb 16, 2019
version 3
769c438d
Feb 16, 2019
version 2
14100728
Feb 16, 2019
version 1
266db04a
Feb 3, 2019
dev (base)
and
latest version
latest version
1f0d06bf
31 commits,
Feb 24, 2019
version 23
495b4703
29 commits,
Feb 24, 2019
version 22
f3e24ef1
27 commits,
Feb 24, 2019
version 21
0a3b0d37
24 commits,
Feb 24, 2019
version 20
d1b0b803
23 commits,
Feb 24, 2019
version 19
1b7689c7
23 commits,
Feb 24, 2019
version 18
3a8a14c6
20 commits,
Feb 23, 2019
version 17
fef6bfd8
19 commits,
Feb 23, 2019
version 16
fb2895a8
18 commits,
Feb 23, 2019
version 15
fea5b808
18 commits,
Feb 23, 2019
version 14
b5c74854
18 commits,
Feb 23, 2019
version 13
9e2419c8
17 commits,
Feb 22, 2019
version 12
ec33f0e0
16 commits,
Feb 22, 2019
version 11
69345866
15 commits,
Feb 22, 2019
version 10
35af9d80
14 commits,
Feb 22, 2019
version 9
5f001e39
13 commits,
Feb 22, 2019
version 8
d5777e34
13 commits,
Feb 17, 2019
version 7
90f45688
13 commits,
Feb 17, 2019
version 6
0c6d9ef4
13 commits,
Feb 17, 2019
version 5
0bf3a979
13 commits,
Feb 17, 2019
version 4
7efae2d6
11 commits,
Feb 16, 2019
version 3
769c438d
10 commits,
Feb 16, 2019
version 2
14100728
8 commits,
Feb 16, 2019
version 1
266db04a
1 commit,
Feb 3, 2019
115 files
+
4235
−
2446
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
115
bin/durs-server/src/main.rs
+
0
−
1
View file @ 1f0d06bf
Edit in single-file editor
Open in Web IDE
Show full file
@@ -15,7 +15,6 @@
//! Main function for classic duniter-rust nodes (no specialization).
#![cfg_attr(feature
=
"strict"
,
deny(warnings))]
#![deny(
missing_docs,
missing_debug_implementations,
Loading