Skip to content

Commit

Permalink
Release 8.23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed May 14, 2024
1 parent b0cfd78 commit ac57ca5
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 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 2024-05-02T11:03:23Z
, cardano-haskell-packages 2024-05-03T12:56:13Z
, cardano-haskell-packages 2024-05-14T04:43:46Z

packages:
cardano-cli
Expand All @@ -40,4 +40,4 @@ write-ghc-environment-files: always

-- IMPORTANT
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
6 changes: 6 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for cardano-cli

## 8.23.1.0

- Make `--prev-governance-action-tx-id` and `--prev-governance-action-tx-id` optional for `create-no-confidence` command
(feature, compatible)
[PR 753](https://github.com/IntersectMBO/cardano-cli/pull/753)

## 8.23.0.0

- Introduces the `governance action create-hardfork` cmd.
Expand Down
6 changes: 3 additions & 3 deletions cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4

name: cardano-cli
version: 8.23.0.0
version: 8.23.1.0
synopsis: The Cardano command-line interface
description: The Cardano command-line interface.
copyright: 2020-2023 Input Output Global Inc (IOG).
Expand Down Expand Up @@ -196,7 +196,7 @@ library
, binary
, bytestring
, canonical-json
, cardano-api ^>= 8.45.2.0
, cardano-api ^>= 8.46.0.0
, cardano-binary
, cardano-crypto
, cardano-crypto-class ^>= 2.1.2
Expand Down Expand Up @@ -226,7 +226,7 @@ library
, ouroboros-consensus >= 0.17
-- TODO: bump consensus back
, ouroboros-consensus-cardano >= 0.15
, ouroboros-consensus-protocol >= 0.8
, ouroboros-consensus-protocol >= 0.9
, ouroboros-network-api
, ouroboros-network-protocols ^>=0.8
, parsec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ pMinFeeRefScriptCostPerByte =
Opt.option (toNonNegativeIntervalOrErr <$> readRational) $ mconcat
[ Opt.long "ref-script-cost-per-byte"
, Opt.metavar "RATIONAL"
, Opt.help "Reference script cost per byte for free calculation"
, Opt.help "Reference script cost per byte for the minimum fee calculation."
]

convertToLedger :: (a -> b) -> Parser (Maybe a) -> Parser (L.StrictMaybe b)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ Available options:
--drep-deposit LOVELACE DRep deposit amount.
--drep-activity WORD32 DRep activity period, in epochs.
--ref-script-cost-per-byte RATIONAL
Reference script cost per byte for free calculation
Reference script cost per byte for the minimum fee
calculation.
--cost-model-file FILE Filepath of the JSON formatted cost model
--out-file FILE The output file.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dRepDeposit": 0,
"dRepActivity": 0,
"minFeeRefScriptCostPerByte": 0,
"plutusV3CostModel": [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
"constitution": {
"anchor": {
"url": "",
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.

0 comments on commit ac57ca5

Please sign in to comment.