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
Merge requests
!75
doc(use): add ipv6 to nginx config
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
doc(use): add ipv6 to nginx config
hugo-ipv6
into
master
Overview
4
Commits
1
Pipelines
0
Changes
2
Merged
Hugo Trentesaux
requested to merge
hugo-ipv6
into
master
2 years ago
Overview
4
Commits
1
Pipelines
0
Changes
4
Expand
I added IPv6 to my RPC node so I'm sharing.
Edited
2 years ago
by
Hugo Trentesaux
0
0
Merge request reports
Compare
version 2
version 4
d1e39202
2 years ago
version 3
583e830b
2 years ago
version 2
5deee121
2 years ago
version 1
c16103db
2 years ago
master (base)
and
version 3
latest version
5a34d1df
1 commit,
2 years ago
version 4
d1e39202
1 commit,
2 years ago
version 3
583e830b
1 commit,
2 years ago
version 2
5deee121
1 commit,
2 years ago
version 1
c16103db
1 commit,
2 years ago
Show latest version
4 files
+
22
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
end2end-tests/cucumber-features/account_creation.feature
+
7
−
7
Options
Feature
:
Balance transfer
Scenario
:
Create a new account with enough f
o
unds
When
alice send 5 ĞD to dave
Scenario
:
Create a new account with enough funds
When
alice send
s
5 ĞD to dave
Then
dave should have 5 ĞD
When
1 block later
"""
@@ -9,13 +9,13 @@ Feature: Balance transfer
"""
Then
dave should have 2 ĞD
Scenario
:
Create a new account without enough f
o
unds then retry with enough f
o
unds
When
alice send 2 ĞD to eve
Scenario
:
Create a new account without enough funds then retry with enough funds
When
alice send
s
2 ĞD to eve
Then
eve should have 2 ĞD
When
1 block later
"""
The blockchain should automatically destroy Eve
c
account
because Eve not have enough f
o
unds to pay the new account tax
The blockchain should automatically destroy Eve account
because Eve
does
not have enough funds to pay the new account tax
"""
Then
eve should have 0 ĞD
When
alice send 5 ĞD to eve
@@ -27,7 +27,7 @@ Feature: Balance transfer
Then
eve should have 2 ĞD
@ignoreErrors
Scenario
:
Create a new account without any f
o
unds
Scenario
:
Create a new account without any funds
Then
eve should have 0 ĞD
When
eve send 0 ĞD to alice
Then
alice should have 10 ĞD
Loading