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
!63
fix(gdev): add constant tx fees (2 cents by tx) to prevent
#62
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix(gdev): add constant tx fees (2 cents by tx) to prevent
#62
elois-fix-62
into
release/runtime-100
Overview
0
Commits
2
Pipelines
0
Changes
5
Merged
Éloïs
requested to merge
elois-fix-62
into
release/runtime-100
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
5
Expand
Fix
#62 (closed)
0
0
Merge request reports
Compare
release/runtime-100
version 1
eaf95719
2 years ago
release/runtime-100 (base)
and
latest version
latest version
2d2799e3
2 commits,
2 years ago
version 1
eaf95719
2 commits,
2 years ago
5 files
+
113
−
60
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
end2end-tests/cucumber-features/
balance_transfer
.feature
→
end2end-tests/cucumber-features/
account_creation
.feature
+
13
−
1
Options
@@ -25,4 +25,16 @@ Feature: Balance transfer
@@ -25,4 +25,16 @@ Feature: Balance transfer
The blockchain should automatically withdraw account creation tax (3 ĞD)
The blockchain should automatically withdraw account creation tax (3 ĞD)
"""
"""
Then
eve should have 2 ĞD
Then
eve should have 2 ĞD
@ignoreErrors
Scenario
:
Create a new account without any founds
Then
eve should have 0 ĞD
When
eve send 0 ĞD to alice
Then
alice should have 10 ĞD
When
alice send 5 ĞD to eve
Then
eve should have 5 ĞD
When
1 block later
"""
The blockchain should automatically withdraw account creation tax (3 ĞD)
"""
Then
eve should have 2 ĞD
Loading