Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
project: cardano-cli
pr: 1424
kind:
- compatible
description: |
Bump cardano-api to 11.6.0.0.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2026-07-30T07:30:12Z
, cardano-haskell-packages 2026-08-17T09:19:44Z
, cardano-haskell-packages 2026-08-25T14:04:50Z

packages:
cardano-cli
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ library
binary,
bytestring,
canonical-json,
cardano-api ^>=11.5,
cardano-api ^>=11.6,
Comment thread
carbolymer marked this conversation as resolved.
cardano-binary,
cardano-crypto,
cardano-crypto-class ^>=2.5,
Expand Down
11 changes: 11 additions & 0 deletions cardano-cli/src/Cardano/CLI/Compatible/Transaction/TxOut.hs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@ mkTxOut sbe addr val' mDatumAnyEra refScriptFp = do
)
, suppl
)
ShelleyBasedEraDijkstra -> do
(dat, suppl) <- babbageDatumFields mDatumAnyEra
refScript <- readRefScript sbe refScriptFp
pure
( Exp.TxOut
( L.mkBasicTxOut ledgerAddr ledgerVal
& L.datumTxOutL .~ dat
& L.referenceScriptTxOutL .~ refScript
)
, suppl
)

alonzoDatumFields
:: L.Era ledgerera
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ Usage: cardano-cli legacy genesis create
| --alonzo
| --babbage
| --conway
| --dijkstra
)
[ --key-output-bech32
| --key-output-text-envelope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Usage: cardano-cli legacy genesis create
| --alonzo
| --babbage
| --conway
| --dijkstra
)
[ --key-output-bech32
| --key-output-text-envelope
Expand All @@ -28,6 +29,7 @@ Available options:
--alonzo Specify the Alonzo era
--babbage Specify the Babbage era
--conway Specify the Conway era
--dijkstra Specify the Dijkstra era
--key-output-bech32 Format key output to BECH32.
--key-output-text-envelope
Format key output to TEXT_ENVELOPE (default).
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading