diff --git a/README.md b/README.md index 45d8e0014ed..067a26cbaf3 100644 --- a/README.md +++ b/README.md @@ -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.8.11 +WALLET_TAG=2024.9.3 ``` diff --git a/lib/address-derivation-discovery/address-derivation-discovery.cabal b/lib/address-derivation-discovery/address-derivation-discovery.cabal index 27b9fb5758a..f03b402130f 100644 --- a/lib/address-derivation-discovery/address-derivation-discovery.cabal +++ b/lib/address-derivation-discovery/address-derivation-discovery.cabal @@ -1,6 +1,6 @@ cabal-version: 3.8 name: address-derivation-discovery -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Address derivation and discovery. description: Please see README.md. homepage: https://github.com/cardano-foundation/cardano-wallet diff --git a/lib/api/cardano-wallet-api.cabal b/lib/api/cardano-wallet-api.cabal index 586d65c2a6b..4c0610818d0 100644 --- a/lib/api/cardano-wallet-api.cabal +++ b/lib/api/cardano-wallet-api.cabal @@ -1,6 +1,6 @@ cabal-version: 3.6 name: cardano-wallet-api -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Cardano wallet http api. description: Please see README.md homepage: https://github.com/cardano-foundation/cardano-wallet diff --git a/lib/application-extras/cardano-wallet-application-extras.cabal b/lib/application-extras/cardano-wallet-application-extras.cabal index e0954cb30d0..f08d2724107 100644 --- a/lib/application-extras/cardano-wallet-application-extras.cabal +++ b/lib/application-extras/cardano-wallet-application-extras.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: cardano-wallet-application-extras -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: modules to support applications for the cardano wallet license: Apache-2.0 license-file: LICENSE diff --git a/lib/balance-tx/cardano-balance-tx.cabal b/lib/balance-tx/cardano-balance-tx.cabal index 0eb58db3890..7f05b39e250 100644 --- a/lib/balance-tx/cardano-balance-tx.cabal +++ b/lib/balance-tx/cardano-balance-tx.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: cardano-balance-tx -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Balancing transactions for the Cardano blockchain. description: Please see README.md. homepage: https://github.com/cardano-foundation/cardano-wallet diff --git a/lib/benchmarks/cardano-wallet-benchmarks.cabal b/lib/benchmarks/cardano-wallet-benchmarks.cabal index 89cf1c5cf80..b1961288526 100644 --- a/lib/benchmarks/cardano-wallet-benchmarks.cabal +++ b/lib/benchmarks/cardano-wallet-benchmarks.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: cardano-wallet-benchmarks -version: 2024.8.11 +version: 2024.9.3 synopsis: Benchmarks of the cardano-wallet. homepage: https://github.com/cardano-foundation/cardano-wallet license: Apache-2.0 diff --git a/lib/cardano-api-extra/cardano-api-extra.cabal b/lib/cardano-api-extra/cardano-api-extra.cabal index f510b9e19c3..93a58bdb791 100644 --- a/lib/cardano-api-extra/cardano-api-extra.cabal +++ b/lib/cardano-api-extra/cardano-api-extra.cabal @@ -1,6 +1,6 @@ cabal-version: 3.4 name: cardano-api-extra -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Useful extensions to the Cardano API. description: Please see README.md. homepage: https://github.com/cardano-foundation/cardano-wallet diff --git a/lib/coin-selection/cardano-coin-selection.cabal b/lib/coin-selection/cardano-coin-selection.cabal index 382a88ac1a7..0dbc0cc61f4 100644 --- a/lib/coin-selection/cardano-coin-selection.cabal +++ b/lib/coin-selection/cardano-coin-selection.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: cardano-coin-selection -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Coin selection algorithms for the Cardano blockchain. description: Please see README.md. homepage: https://github.com/cardano-foundation/cardano-wallet diff --git a/lib/crypto-primitives/crypto-primitives.cabal b/lib/crypto-primitives/crypto-primitives.cabal index bc14fa9bf96..6f7421d8e7a 100644 --- a/lib/crypto-primitives/crypto-primitives.cabal +++ b/lib/crypto-primitives/crypto-primitives.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: crypto-primitives -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Cryptographic primitives license: Apache-2.0 author: Cardano Foundation (High Assurance Lab) diff --git a/lib/customer-deposit-wallet/customer-deposit-wallet.cabal b/lib/customer-deposit-wallet/customer-deposit-wallet.cabal index 58a304c0474..9f5544c1e84 100644 --- a/lib/customer-deposit-wallet/customer-deposit-wallet.cabal +++ b/lib/customer-deposit-wallet/customer-deposit-wallet.cabal @@ -1,7 +1,7 @@ cabal-version: 3.6 build-type: Simple name: customer-deposit-wallet -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: A wallet for the Cardano blockchain. description: Please see README.md homepage: https://github.com/cardano-foundation/cardano-wallet diff --git a/lib/delta-store/delta-store.cabal b/lib/delta-store/delta-store.cabal index 03ef37d3cfa..5703530ed40 100644 --- a/lib/delta-store/delta-store.cabal +++ b/lib/delta-store/delta-store.cabal @@ -1,5 +1,5 @@ name: delta-store -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Facility for storing a Haskell value, using delta types. homepage: https://github.com/cardano-foundation/cardano-wallet author: Cardano Foundation (High Assurance Lab) diff --git a/lib/delta-types/delta-types.cabal b/lib/delta-types/delta-types.cabal index 4cf667ca316..0b60f9619ae 100644 --- a/lib/delta-types/delta-types.cabal +++ b/lib/delta-types/delta-types.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: delta-types -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Delta types, also known as change actions. description: A __delta type__ @da@ for a __base type__ @a@ is a collection diff --git a/lib/exe/cardano-wallet-exe.cabal b/lib/exe/cardano-wallet-exe.cabal index 4b954c89b8b..c2779149004 100644 --- a/lib/exe/cardano-wallet-exe.cabal +++ b/lib/exe/cardano-wallet-exe.cabal @@ -1,6 +1,6 @@ cabal-version: 3.4 name: cardano-wallet-exe -version: 2024.8.11 +version: 2024.9.3 synopsis: cardano-wallet executable -- description: diff --git a/lib/faucet/faucet.cabal b/lib/faucet/faucet.cabal index c989dd66bc6..fd737ffbd78 100644 --- a/lib/faucet/faucet.cabal +++ b/lib/faucet/faucet.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: faucet -version: 2024.8.11 +version: 2024.9.3 synopsis: Faucet for the local Cardano cluster. homepage: https://github.com/cardano-foundation/cardano-wallet license: Apache-2.0 diff --git a/lib/integration/cardano-wallet-integration.cabal b/lib/integration/cardano-wallet-integration.cabal index 148036b0564..214063628b1 100644 --- a/lib/integration/cardano-wallet-integration.cabal +++ b/lib/integration/cardano-wallet-integration.cabal @@ -1,6 +1,6 @@ cabal-version: 3.6 name: cardano-wallet-integration -version: 2024.8.11 +version: 2024.9.3 synopsis: Cardano wallet integration tests and DSL description: Please see README.md homepage: https://github.com/cardano-foundation/cardano-wallet diff --git a/lib/iohk-monitoring-extra/iohk-monitoring-extra.cabal b/lib/iohk-monitoring-extra/iohk-monitoring-extra.cabal index 58682ef26c3..96d6d61f627 100644 --- a/lib/iohk-monitoring-extra/iohk-monitoring-extra.cabal +++ b/lib/iohk-monitoring-extra/iohk-monitoring-extra.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: iohk-monitoring-extra -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Extra functionality extending the iohk-monitoring package license: Apache-2.0 license-file: LICENSE diff --git a/lib/launcher/cardano-wallet-launcher.cabal b/lib/launcher/cardano-wallet-launcher.cabal index c08ac989b6c..efe2d49245d 100644 --- a/lib/launcher/cardano-wallet-launcher.cabal +++ b/lib/launcher/cardano-wallet-launcher.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-launcher -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Utilities for a building commands launcher homepage: https://github.com/cardano-foundation/cardano-wallet author: Cardano Foundation (High Assurance Lab) diff --git a/lib/local-cluster/local-cluster.cabal b/lib/local-cluster/local-cluster.cabal index e92e5e5fb5d..764384c3530 100644 --- a/lib/local-cluster/local-cluster.cabal +++ b/lib/local-cluster/local-cluster.cabal @@ -1,6 +1,6 @@ cabal-version: 3.6 name: local-cluster -version: 2024.8.11 +version: 2024.9.3 synopsis: Local cluster of cardano nodes homepage: https://github.com/cardano-foundation/cardano-wallet license: Apache-2.0 diff --git a/lib/network-layer/cardano-wallet-network-layer.cabal b/lib/network-layer/cardano-wallet-network-layer.cabal index 02149aedded..e584b46b4a4 100644 --- a/lib/network-layer/cardano-wallet-network-layer.cabal +++ b/lib/network-layer/cardano-wallet-network-layer.cabal @@ -1,6 +1,6 @@ cabal-version: 3.6 name: cardano-wallet-network-layer -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Node communication layer functionality. -- description: diff --git a/lib/primitive/cardano-wallet-primitive.cabal b/lib/primitive/cardano-wallet-primitive.cabal index a7101cee9b0..3f620bc574f 100644 --- a/lib/primitive/cardano-wallet-primitive.cabal +++ b/lib/primitive/cardano-wallet-primitive.cabal @@ -1,6 +1,6 @@ cabal-version: 3.6 name: cardano-wallet-primitive -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Selected primitive types for Cardano Wallet. description: Please see README.md. homepage: https://github.com/cardano-foundation/cardano-wallet diff --git a/lib/secrets/cardano-wallet-secrets.cabal b/lib/secrets/cardano-wallet-secrets.cabal index 6e4b2c459b7..988df474256 100644 --- a/lib/secrets/cardano-wallet-secrets.cabal +++ b/lib/secrets/cardano-wallet-secrets.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: cardano-wallet-secrets -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Utilities for storing private keys and passphrases license: Apache-2.0 homepage: https://github.com/cardano-foundation/cardano-wallet diff --git a/lib/std-gen-seed/std-gen-seed.cabal b/lib/std-gen-seed/std-gen-seed.cabal index 3200b15587c..aebd75657d4 100644 --- a/lib/std-gen-seed/std-gen-seed.cabal +++ b/lib/std-gen-seed/std-gen-seed.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: std-gen-seed -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Support for standard random number generator seeds license: Apache-2.0 author: Cardano Foundation (High Assurance Lab) diff --git a/lib/temporary-extra/temporary-extra.cabal b/lib/temporary-extra/temporary-extra.cabal index 1d8440dc1dc..10cac914f63 100644 --- a/lib/temporary-extra/temporary-extra.cabal +++ b/lib/temporary-extra/temporary-extra.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: temporary-extra -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Extra functionality extending the temporary package license: Apache-2.0 license-file: LICENSE diff --git a/lib/test-utils/cardano-wallet-test-utils.cabal b/lib/test-utils/cardano-wallet-test-utils.cabal index d4db30d2e36..05c3b5ef31d 100644 --- a/lib/test-utils/cardano-wallet-test-utils.cabal +++ b/lib/test-utils/cardano-wallet-test-utils.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-test-utils -version: 0.2024.8.11 +version: 0.2024.9.3 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 diff --git a/lib/text-class/text-class.cabal b/lib/text-class/text-class.cabal index 46c3b5eabee..ce432050a20 100644 --- a/lib/text-class/text-class.cabal +++ b/lib/text-class/text-class.cabal @@ -1,5 +1,5 @@ name: text-class -version: 0.2024.8.11 +version: 0.2024.9.3 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) diff --git a/lib/ui/cardano-wallet-ui.cabal b/lib/ui/cardano-wallet-ui.cabal index 4648da4369c..cddacc30eb4 100644 --- a/lib/ui/cardano-wallet-ui.cabal +++ b/lib/ui/cardano-wallet-ui.cabal @@ -1,6 +1,6 @@ cabal-version: 3.6 name: cardano-wallet-ui -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: web ui for the cardano-wallet license: Apache-2.0 license-file: LICENSE diff --git a/lib/unit/cardano-wallet-unit.cabal b/lib/unit/cardano-wallet-unit.cabal index 5b5c26a73f9..68346a39a80 100644 --- a/lib/unit/cardano-wallet-unit.cabal +++ b/lib/unit/cardano-wallet-unit.cabal @@ -1,6 +1,6 @@ cabal-version: 3.6 name: cardano-wallet-unit -version: 2024.8.11 +version: 2024.9.3 synopsis: Cardano wallet unit tests description: Please see README.md homepage: https://github.com/cardano-foundation/cardano-wallet diff --git a/lib/wai-middleware-logging/wai-middleware-logging.cabal b/lib/wai-middleware-logging/wai-middleware-logging.cabal index 1380c3bf118..e83072ea28c 100644 --- a/lib/wai-middleware-logging/wai-middleware-logging.cabal +++ b/lib/wai-middleware-logging/wai-middleware-logging.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: wai-middleware-logging -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: WAI Middleware for Logging homepage: https://github.com/cardano-foundation/cardano-wallet author: Cardano Foundation (High Assurance Lab) diff --git a/lib/wallet-benchmarks/cardano-wallet-blackbox-benchmarks.cabal b/lib/wallet-benchmarks/cardano-wallet-blackbox-benchmarks.cabal index c32567588c3..d944069162e 100644 --- a/lib/wallet-benchmarks/cardano-wallet-blackbox-benchmarks.cabal +++ b/lib/wallet-benchmarks/cardano-wallet-blackbox-benchmarks.cabal @@ -1,6 +1,6 @@ cabal-version: 3.6 name: cardano-wallet-blackbox-benchmarks -version: 2024.8.11 +version: 2024.9.3 synopsis: Benchmarks for the `cardano-wallet` exectuable. description: This package is a collection of benchmarks for the `cardano-wallet` exectuable. diff --git a/lib/wallet-e2e/cardano-wallet-e2e.cabal b/lib/wallet-e2e/cardano-wallet-e2e.cabal index b1d9429eec1..37463ffc4a8 100644 --- a/lib/wallet-e2e/cardano-wallet-e2e.cabal +++ b/lib/wallet-e2e/cardano-wallet-e2e.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: cardano-wallet-e2e -version: 2024.8.11 +version: 2024.9.3 synopsis: End-to-end test suite for the cardano-wallet. description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/wallet/cardano-wallet.cabal b/lib/wallet/cardano-wallet.cabal index 5698a45cec1..2f424cb4bce 100644 --- a/lib/wallet/cardano-wallet.cabal +++ b/lib/wallet/cardano-wallet.cabal @@ -1,6 +1,6 @@ cabal-version: 3.6 name: cardano-wallet -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: The Wallet Backend for a Cardano node. description: Please see README.md homepage: https://github.com/cardano-foundation/cardano-wallet diff --git a/prototypes/light-mode-test/light-mode-test.cabal b/prototypes/light-mode-test/light-mode-test.cabal index b7ef9442717..ef69e9c02c2 100644 --- a/prototypes/light-mode-test/light-mode-test.cabal +++ b/prototypes/light-mode-test/light-mode-test.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: light-mode-test -version: 0.2024.8.11 +version: 0.2024.9.3 synopsis: Explore feasability of light mode description: This prototype explores whether we can implement a "light mode" diff --git a/scripts/buildkite/main/linux-e2e.sh b/scripts/buildkite/main/linux-e2e.sh index b2d543e01f8..2febf72996e 100755 --- a/scripts/buildkite/main/linux-e2e.sh +++ b/scripts/buildkite/main/linux-e2e.sh @@ -11,7 +11,7 @@ export TESTS_LOGDIR CARDANO_NODE_CONFIGS="$(pwd)/configs/cardano" export CARDANO_NODE_CONFIGS -CURRENT_VERSION=v2024-08-11 +CURRENT_VERSION=v2024-09-03 VERSION=$(buildkite-agent meta-data get "release-version" --default "$CURRENT_VERSION") diff --git a/specifications/api/swagger.yaml b/specifications/api/swagger.yaml index 31c3858d207..c52a4996d88 100644 --- a/specifications/api/swagger.yaml +++ b/specifications/api/swagger.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: Cardano Wallet Backend API - version: v2024-08-11 + version: v2024-09-03 license: name: Apache-2.0 url: https://raw.githubusercontent.com/cardano-foundation/cardano-wallet/master/LICENSE