Skip to content

Commit

Permalink
Release candidate v2024-07-27 (#4708)
Browse files Browse the repository at this point in the history
<!--
Detail in a few bullet points the work accomplished in this PR.

Before you submit, don't forget to:

* Make sure the GitHub PR fields are correct:
   ✓ Set a good Title for your PR.
   ✓ Assign yourself to the PR.
   ✓ Assign one or more reviewer(s).
   ✓ Link to a Jira issue, and/or other GitHub issues or PRs.
   ✓ In the PR description delete any empty sections
     and all text commented in <!--, so that this text does not appear
     in merge commit messages.

* Don't waste reviewers' time:
   ✓ If it's a draft, select the Create Draft PR option.
✓ Self-review your changes to make sure nothing unexpected slipped
through.

* Try to make your intent clear:
   ✓ Write a good Description that explains what this PR is meant to do.
   ✓ Jira will detect and link to this PR once created, but you can also
     link this PR in the description of the corresponding Jira ticket.
   ✓ Highlight what Testing you have done.
   ✓ Acknowledge any changes required to the Documentation.
-->

- [x] Bumping package versions

### Comments

<!-- Additional comments, links, or screenshots to attach, if any. -->

### Issue Number

<!-- Reference the Jira/GitHub issue that this PR relates to, and which
requirements it tackles.
  Note: Jira issues of the form ADP- will be auto-linked. -->
  • Loading branch information
paweljakubas authored Jul 29, 2024
2 parents 1770cb2 + cc2bca5 commit d31fa7a
Show file tree
Hide file tree
Showing 35 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ WALLET_DB=./my-databases/wallet-db
NODE_DB=./my-databases/node-db
NODE_SOCKET_DIR=/tmp/cardano-node-socket
NODE_CONFIGS=./my-configs-i-just-copied-from-a-malicious-site
WALLET_TAG=2024.7.19
WALLET_TAG=2024.7.27

```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.8
name: address-derivation-discovery
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Address derivation and discovery.
description: Please see README.md.
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/api/cardano-wallet-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.6
name: cardano-wallet-api
version: 2024.7.19
version: 2024.7.27
synopsis: Cardano wallet http api.
description: Please see README.md
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-wallet-application-extras
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: modules to support applications for the cardano wallet
license: Apache-2.0
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion lib/balance-tx/cardano-balance-tx.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-balance-tx
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Balancing transactions for the Cardano blockchain.
description: Please see README.md.
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/benchmarks/cardano-wallet-benchmarks.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-wallet-benchmarks
version: 2024.7.19
version: 2024.7.27
synopsis: Benchmarks of the cardano-wallet.
homepage: https://github.com/cardano-foundation/cardano-wallet
license: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/cardano-api-extra/cardano-api-extra.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: cardano-api-extra
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Useful extensions to the Cardano API.
description: Please see README.md.
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/coin-selection/cardano-coin-selection.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: cardano-coin-selection
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Coin selection algorithms for the Cardano blockchain.
description: Please see README.md.
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/crypto-primitives/crypto-primitives.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: crypto-primitives
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Cryptographic primitives
license: Apache-2.0
author: Cardano Foundation (High Assurance Lab)
Expand Down
2 changes: 1 addition & 1 deletion lib/customer-deposit-wallet/customer-deposit-wallet.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6
build-type: Simple
name: customer-deposit-wallet
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: A wallet for the Cardano blockchain.
description: Please see README.md
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/delta-store/delta-store.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: delta-store
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Facility for storing a Haskell value, using delta types.
homepage: https://github.com/cardano-foundation/cardano-wallet
author: Cardano Foundation (High Assurance Lab)
Expand Down
2 changes: 1 addition & 1 deletion lib/delta-types/delta-types.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: delta-types
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Delta types, also known as change actions.
description:
A __delta type__ @da@ for a __base type__ @a@ is a collection
Expand Down
2 changes: 1 addition & 1 deletion lib/faucet/faucet.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: faucet
version: 2024.7.19
version: 2024.7.27
synopsis: Faucet for the local Cardano cluster.
homepage: https://github.com/cardano-foundation/cardano-wallet
license: Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions lib/integration/cardano-wallet-integration.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.6
name: cardano-wallet-integration
version: 2024.7.19
version: 2024.7.27
synopsis: Cardano wallet integration tests and DSL
description: Please see README.md
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand All @@ -17,7 +17,7 @@ common language
NoImplicitPrelude
OverloadedStrings
ghc-options: -Wunused-packages -Wall -Wcompat -Wredundant-constraints
-Wunused-imports
-Wunused-imports


common opts-lib
Expand Down
2 changes: 1 addition & 1 deletion lib/iohk-monitoring-extra/iohk-monitoring-extra.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: iohk-monitoring-extra
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Extra functionality extending the iohk-monitoring package
license: Apache-2.0
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion lib/launcher/cardano-wallet-launcher.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-launcher
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Utilities for a building commands launcher
homepage: https://github.com/cardano-foundation/cardano-wallet
author: Cardano Foundation (High Assurance Lab)
Expand Down
2 changes: 1 addition & 1 deletion lib/local-cluster/local-cluster.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.6
name: local-cluster
version: 2024.7.19
version: 2024.7.27
synopsis: Local cluster of cardano nodes
homepage: https://github.com/cardano-foundation/cardano-wallet
license: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/network-layer/cardano-wallet-network-layer.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.6
name: cardano-wallet-network-layer
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Node communication layer functionality.

-- description:
Expand Down
2 changes: 1 addition & 1 deletion lib/primitive/cardano-wallet-primitive.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.6
name: cardano-wallet-primitive
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Selected primitive types for Cardano Wallet.
description: Please see README.md.
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/read/cardano-wallet-read.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.6
name: cardano-wallet-read
version: 0.2024.7.19
version: 0.2024.7.27
synopsis:
Primitive era-dependent operations to read the cardano blocks and transactions

Expand Down
2 changes: 1 addition & 1 deletion lib/secrets/cardano-wallet-secrets.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-wallet-secrets
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Utilities for storing private keys and passphrases
license: Apache-2.0
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/std-gen-seed/std-gen-seed.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: std-gen-seed
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Support for standard random number generator seeds
license: Apache-2.0
author: Cardano Foundation (High Assurance Lab)
Expand Down
2 changes: 1 addition & 1 deletion lib/temporary-extra/temporary-extra.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: temporary-extra
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Extra functionality extending the temporary package
license: Apache-2.0
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion lib/test-utils/cardano-wallet-test-utils.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-test-utils
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Shared utilities for writing unit and property tests.
description: Shared utilities for writing unit and property tests.
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/text-class/text-class.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: text-class
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Extra helpers to convert data-types to and from Text
homepage: https://github.com/cardano-foundation/cardano-wallet
author: Cardano Foundation (High Assurance Lab)
Expand Down
2 changes: 1 addition & 1 deletion lib/unit/cardano-wallet-unit.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.6
name: cardano-wallet-unit
version: 2024.7.19
version: 2024.7.27
synopsis: Cardano wallet unit tests
description: Please see README.md
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/wai-middleware-logging/wai-middleware-logging.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: wai-middleware-logging
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: WAI Middleware for Logging
homepage: https://github.com/cardano-foundation/cardano-wallet
author: Cardano Foundation (High Assurance Lab)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.6
name: cardano-wallet-blackbox-benchmarks
version: 2024.7.19
version: 2024.7.27
synopsis: Benchmarks for the `cardano-wallet` exectuable.
description: This package is a collection of benchmarks
for the `cardano-wallet` exectuable.
Expand Down
2 changes: 1 addition & 1 deletion lib/wallet-e2e/cardano-wallet-e2e.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-wallet-e2e
version: 2024.7.19
version: 2024.7.27
synopsis: End-to-end test suite for the cardano-wallet.
description: Please see README.md
homepage: https://github.com/input-output-hk/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/wallet/cardano-wallet.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.6
name: cardano-wallet
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: The Wallet Backend for a Cardano node.
description: Please see README.md
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion prototypes/light-mode-test/light-mode-test.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: light-mode-test
version: 0.2024.7.19
version: 0.2024.7.27
synopsis: Explore feasability of light mode
description:
This prototype explores whether we can implement a "light mode"
Expand Down
2 changes: 1 addition & 1 deletion run/common/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
source .env

# Define and export wallet and node version tags
RELEASE_WALLET_TAG=2024.7.7
RELEASE_WALLET_TAG=2024.7.27

WALLET_TAG=${WALLET_TAG:=$RELEASE_WALLET_TAG}
export WALLET_TAG
Expand Down
2 changes: 1 addition & 1 deletion scripts/buildkite/main/linux-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export TESTS_LOGDIR
CARDANO_NODE_CONFIGS="$(pwd)/configs/cardano"
export CARDANO_NODE_CONFIGS

VERSION=$(buildkite-agent meta-data get "release-version" --default "v2024-07-07")
VERSION=$(buildkite-agent meta-data get "release-version" --default "v2024-07-27")
echo "VERSION=$VERSION"

buildkite-agent artifact \
Expand Down
2 changes: 1 addition & 1 deletion scripts/buildkite/main/macos-silicon-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export TESTS_LOGDIR
CARDANO_NODE_CONFIGS="$(pwd)/configs/cardano"
export CARDANO_NODE_CONFIGS

VERSION=$(buildkite-agent meta-data get "release-version" --default "v2024-07-07")
VERSION=$(buildkite-agent meta-data get "release-version" --default "v2024-07-27")
echo "VERSION=$VERSION"

buildkite-agent artifact \
Expand Down
2 changes: 1 addition & 1 deletion specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Cardano Wallet Backend API
version: v2024-07-19
version: v2024-07-27
license:
name: Apache-2.0
url: https://raw.githubusercontent.com/cardano-foundation/cardano-wallet/master/LICENSE
Expand Down

0 comments on commit d31fa7a

Please sign in to comment.