Skip to content
Snippets Groups Projects

feat(gdev): add transaction bytes fees (1 cent per byte)

Closed Éloïs requested to merge elois-byte-fees into master
7 files
+ 20
18
Compare changes
  • Side-by-side
  • Inline
Files
7
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 600 ĞD
Then Monetary mass should be 300.00 ĞD
Then Current UD amount should be 100.00 ĞD
When 10 blocks later
Then Monetary mass should be 60.00 ĞD
Then Monetary mass should be 600.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 900.00 ĞD
Then Current UD amount should be 100.00 ĞD
Loading