Skip to content

Releases: cardano-foundation/cf-java-rewards-calculation

v0.1.0

25 Sep 10:02
Compare
Choose a tag to compare

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

v0.0.1

31 Aug 18:01
Compare
Choose a tag to compare

0.0.1 (2023-08-31)

Features

  • extract rewards calculation into an own repository (7021ce4)

Bug Fixes

  • jacoco does now produce a test report in the site folder (7d620b7)