Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily use metadata revision branch of cardano-api #2131

Merged
merged 9 commits into from
Sep 11, 2020
2 changes: 1 addition & 1 deletion lib/cli/cardano-wallet-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-cli
version: 2020.9.9
version: 2020.9.11
synopsis: Utilities for a building Command-Line Interfaces
homepage: https://github.com/input-output-hk/cardano-wallet
author: IOHK Engineering Team
Expand Down
2 changes: 1 addition & 1 deletion lib/core-integration/cardano-wallet-core-integration.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-core-integration
version: 2020.9.9
version: 2020.9.11
synopsis: Core integration test library.
description: Shared core functionality for our integration test suites.
homepage: https://github.com/input-output-hk/cardano-wallet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ errMsg400WronglyEncodedTxPayload =

errMsg400TxMetadataStringTooLong :: String
errMsg400TxMetadataStringTooLong =
"Error in $.metadata: JSON string is longer than 64 bytes"
"Error in $.metadata: JSON string or bytestring is longer than 64 bytes"

errMsg400TxTooLarge :: String
errMsg400TxTooLarge =
Expand Down
2 changes: 1 addition & 1 deletion lib/core/cardano-wallet-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-core
version: 2020.9.9
version: 2020.9.11
synopsis: The Wallet Backend for a Cardano node.
description: Please see README.md
homepage: https://github.com/input-output-hk/cardano-wallet
Expand Down
Loading