Skip to content

Commit

Permalink
chore: provide new data about the first epochs after chang
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann committed Sep 16, 2024
1 parent a6a1867 commit dec7020
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions report/statistics.csv
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,5 @@ total_rewards_pot,unspendable_earned_rewards,total_supply,unclaimed_refunds,epoc
22929964180819,72389773647,37143587993987289,0,504,7856412006012711,9618939418552,8725031926104,1514131702485276,1080,22810377476386927,20928,55252759780,0,
23307627113270,75804816571,37157110715033296,0,505,7842889284966704,9810245645029,8835856045587,1518869032724501,1075,22745376906060619,21314,50465238805,0,
22936122334677,75839094508,37170426657961216,0,506,7829573342038784,9645882816192,8703015051550,1523532096285944,1086,22781672667239782,21010,50135685073,0,
23089695520358,4912456603,37183748819455425,0,507,7816251180544575,9714745876891,8757010539396,1528154947846618,1071,22600556855956102,21180,57700605861,0,
23344321588481,5113541655,37197217287027456,0,508,7802782712972544,9821475354554,8853981916231,1532828925705969,1075,22600232613963850,21449,59492203551,0,
1 change: 1 addition & 0 deletions report/treasury_calculation_result.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion report/treasury_calculation_result.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ public void run(ApplicationArguments args) throws Exception {
} else if (runMode.equals("plot")) {
if (activeProfiles.contains("csv")) {
csvDataPlotter.plot(startEpoch, endEpoch, networkConfig);
} else {
}

if (activeProfiles.contains("json")) {
jsonDataPlotter.plot(startEpoch, endEpoch, networkConfig);
}
} else if (!runMode.equals("test")) {
Expand Down

0 comments on commit dec7020

Please sign in to comment.