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
!178
feat: time-based UD
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: time-based UD
tuxmain/time-ud
into
master
Overview
29
Commits
1
Pipelines
14
Changes
22
Merged
Pascal Engélibert
requested to merge
tuxmain/time-ud
into
master
1 year ago
Overview
24
Commits
1
Pipelines
14
Changes
22
Expand
0
0
Merge request reports
Compare
master
version 6
37c45d2e
1 year ago
version 5
789c4cf3
1 year ago
version 4
49bb7063
1 year ago
version 3
3c300c73
1 year ago
version 2
de897ccc
1 year ago
version 1
9852dedd
1 year ago
master (base)
and
latest version
latest version
0728b9df
1 commit,
1 year ago
version 6
37c45d2e
1 commit,
1 year ago
version 5
789c4cf3
1 commit,
1 year ago
version 4
49bb7063
1 commit,
1 year ago
version 3
3c300c73
1 commit,
1 year ago
version 2
de897ccc
1 commit,
1 year ago
version 1
9852dedd
1 commit,
1 year ago
22 files
+
315
−
131
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
end2end-tests/cucumber-features/monetary_mass.feature
+
1
−
1
Options
@@ -3,7 +3,7 @@ Feature: Balance transfer
@@ -3,7 +3,7 @@ Feature: Balance transfer
Scenario
:
After 10 blocks, the monetary mass should be 60 ĞD
Scenario
:
After 10 blocks, the monetary mass should be 60 ĞD
Then
Monetary mass should be 30.00 ĞD
Then
Monetary mass should be 30.00 ĞD
Then
Current UD amount should be 10.00 ĞD
Then
Current UD amount should be 10.00 ĞD
When
1
0
blocks later
When
1
5
blocks later
Then
Monetary mass should be 60.00 ĞD
Then
Monetary mass should be 60.00 ĞD
When
10 blocks later
When
10 blocks later
Then
Monetary mass should be 90.00 ĞD
Then
Monetary mass should be 90.00 ĞD
Loading