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 newqueryLedgerState/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 toqueryLedgerState/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
- Mainnet cardanosolutions/cardano-node-ogmios:v6.13.0_10.1.4-mainnet
- Preprod cardanosolutions/cardano-node-ogmios:v6.13.0_10.1.4-preprod
- Preview cardanosolutions/cardano-node-ogmios:v6.13.0_10.1.4-preview
Details
Acknowledgement
Additional contributors through reports and suggestions: @xray-robot, @mpizenberg. Thank you ❤️.