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
!238
Remove account creation fee
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove account creation fee
187-remove-identity-creation-fee
into
master
Overview
2
Commits
3
Pipelines
5
Changes
12
Merged
Cédric Moreau
requested to merge
187-remove-identity-creation-fee
into
master
1 year ago
Overview
2
Commits
3
Pipelines
5
Changes
12
Expand
Closes
#187 (closed)
0
0
Merge request reports
Compare
master
version 1
3d6daf36
1 year ago
master (base)
and
latest version
latest version
f45ce043
3 commits,
1 year ago
version 1
3d6daf36
2 commits,
1 year ago
12 files
+
19
−
249
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
end2end-tests/cucumber-features/account_creation.feature
+
10
−
10
Options
@@ -5,26 +5,26 @@ Feature: Account creation
Then
dave should have 5 ĞD
When
1 block later
"""
The blockchain
should
automatically withdraw account creation tax (3 ĞD)
The blockchain
did not
automatically withdraw account creation tax (3 ĞD)
because this feature has been removed
"""
Then
dave should have
2
ĞD
Then
dave should have
5
ĞD
Scenario
:
Create a new account without enough funds then retry with enough funds
When
alice sends 2 ĞD to eve
Then
eve should have 2 ĞD
When
1 block later
"""
The blockchain
should
automatically destroy Eve account
b
ecause
Eve does not have enough funds to pay the new account tax
The blockchain
did not
automatically destroy Eve account
for Eve not having enough funds to pay the new account tax
B
ecause
this feature has been removed
"""
Then
eve should have
0
ĞD
Then
eve should have
2
ĞD
When
alice send 5 ĞD to eve
Then
eve should have
5
ĞD
Then
eve should have
7
ĞD
When
1 block later
"""
The blockchain
should
automatically withdraw account creation tax (3 ĞD)
The blockchain
did not
automatically withdraw account creation tax (3 ĞD)
because this feature has been removed
"""
Then
eve should have
2
ĞD
Then
eve should have
7
ĞD
@ignoreErrors
Scenario
:
Create a new account without any funds
@@ -37,6 +37,6 @@ Feature: Account creation
Then
eve should have 5 ĞD
When
1 block later
"""
The blockchain
should
automatically withdraw account creation tax (3 ĞD)
The blockchain
did not
automatically withdraw account creation tax (3 ĞD)
because this feature has been removed
"""
Then
eve should have
2
ĞD
Then
eve should have
5
ĞD
Loading