Merge pull request #1174 from IntersectMBO/release/cardano-api-10.26.0.0
Release cardano-api-10.26.0.0
Release cardano-api-10.26.0.0
Signed-off-by: Allain Magyar <[email protected]>
Signed-off-by: Matthieu Pizenberg <[email protected]>
Signed-off-by: Matthieu Pizenberg <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Matthieu Pizenberg <[email protected]>
Co-authored-by: sg-doc-holiday[bot] <219201796+sg-doc-holiday[bot]@users.noreply.github.com>
Cart.elm: - Add hlabsIncentiveScriptAddress and hlabsScriptHash as top-level constants - Export hlabsIncentiveScriptAddress and hlabsReferenceScriptRef for reuse in Main - Change Found variant lovelace field from Int to Natural - Preserve hlabsIncentive state in addVote instead of resetting to NotChecked - Only reset hlabsIncentive in deleteVote when the HLabs action is removed or cart is emptied - Preserve hlabsIncentive state on cart import error recovery - Use cardContainer/cardContent in viewHlabsIncentive for consistent styling - Fix "HLabs" spelling in user-facing strings Main.elm: - Replace Debug.toString calls with a local httpErrToString helper - Use Page.Cart.hlabsIncentiveScriptAddress and Page.Cart.hlabsReferenceScriptRef instead of duplicated local constants - Extract findHlabsIncentiveOutput as a top-level tail-recursive function - Extract outputMatchesHlabsDatum as a top-level helper - Pass lovelace as Natural directly instead of converting via N.toInt Signed-off-by: Matthieu Pizenberg <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>