Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 10:02
· 70 commits to a28148f5cc19308475be65962774190b05a37759 since this release

0.1.0 (2023-09-25)

Features

  • add a json data provider to use local files for the computation (03f361f)
  • add data fetcher to provide static files for the json data provider (2752aef)
  • add pool calculation (f3a3db0)
  • add pool leader and member reward calculation (a315188)
  • add pool reap transition rule (3bd9765)
  • add reporting and export the report to GH pages (2696bd3)
  • adding a mermaid graph to explain the reward calculation, perform the calculation a test with parameters (25b62f9)
  • align apparent pool perofmance calculation with mkApparentPerformance from the Haskell cardano-ledger implementation (c23ff41)
  • create an abstract data provider and use double instead of BigDecimals (ed461bc)
  • implement using the non obft blocks for the treasury calculation (9f173c5)
  • take care about mir certificates (33f6113)

Bug Fixes

  • adjust epochs, subtract pool fees, calculate ada in circulation with reserve from next epoch (014bbea)
  • increase version (d5457d0)
  • move actual business logic into pool rewards calculation class (f0791a9)

Miscellaneous Chores