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
!62
feat(gdev): add transaction bytes fees (1 cent per byte)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
feat(gdev): add transaction bytes fees (1 cent per byte)
elois-byte-fees
into
master
Overview
0
Commits
2
Pipelines
0
Changes
7
Closed
Éloïs
requested to merge
elois-byte-fees
into
master
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
7
Expand
Closes
#61 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c8ca0471
2 commits,
2 years ago
7 files
+
20
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
end2end-tests/cucumber-features/monetary_mass.feature
+
6
−
6
Options
Feature
:
Balance transfer
Scenario
:
After 10 blocks, the monetary mass should be 60 ĞD
Then
Monetary mass should be 30.00 ĞD
Then
Current UD amount should be 10.00 ĞD
Scenario
:
After 10 blocks, the monetary mass should be 60
0
ĞD
Then
Monetary mass should be 30
0
.00 ĞD
Then
Current UD amount should be 10
0
.00 ĞD
When
10 blocks later
Then
Monetary mass should be 60.00 ĞD
Then
Monetary mass should be 60
0
.00 ĞD
When
10 blocks later
Then
Monetary mass should be 90.00 ĞD
Then
Current UD amount should be 10.00 ĞD
Then
Monetary mass should be 90
0
.00 ĞD
Then
Current UD amount should be 10
0
.00 ĞD
Loading