Skip to content

v6.13.0

Latest
Compare
Choose a tag to compare
@KtorZ KtorZ released this 13 Jun 09:34
· 4 commits to master since this release
v6.13.0
1603f7e

Photo: Pramod Tiwari

Added

  • A new query queryLedgerState/rewardsProvenance which now re-implements and exposes the intermediate rewards calculation. The query name already exists, but the schema is now different. The previous behaviour can be recovered by using the new queryLedgerState/stakePoolsPerformances instead. (🔨 @KtorZ)

Changed

  • ⚠️ BREAKING-CHANGE ⚠️: queryLedgerState/dump no longer return a hex-encoded CBOR dump as part of the JSON response, but instead, serialise directly to a specified on-disk location. (🔨 @jeluard, @KtorZ)

  • ⚠️ BREAKING-CHANGE ⚠️: queryLedgerState/rewardsProvenance has been renamed to queryLedgerState/stakePoolsPerformances. The schema remains otherwise unchanged. (🔨 @KtorZ)

  • ⚠️ BREAKING-CHANGE ⚠️: queryLedgerState/rewardAccountSummaries now returns a list of results instead of a map. While this is technically a breaking change, it is necessary to fix scenarios where a credential exist as both script and verification key and would therefore lead to conflict in the key space. The response is otherwise similar to its previous form. (🔨 @KtorZ)

Removed

N/A

Tested with

  • cardano-node == 10.1.3 (Mainnet, Preprod, Preview)
  • cardano-node == 10.1.4 (Mainnet, Preprod, Preview)

Docker image(s)

Standalone

With cardano-node

Details

v6.12.0...v6.13.0

Acknowledgement

Additional contributors through reports and suggestions: @xray-robot, @mpizenberg. Thank you ❤️.