diff --git a/.github/RELEASE_TEMPLATE.md b/.github/RELEASE_TEMPLATE.md index 15d8ab5f0c5..368004a3019 100644 --- a/.github/RELEASE_TEMPLATE.md +++ b/.github/RELEASE_TEMPLATE.md @@ -20,12 +20,11 @@ Compatible with [`jormungandr@{{JORM_TAG}}`](https://github.com/input-output-hk/ -| Link | Audience | -| --- | --- | -| [API Documentation](https://input-output-hk.github.io/cardano-wallet/api/{{GIT_TAG}}) | Users of the Cardano Wallet API | -| CLI Manual: [ITN](https://github.com/input-output-hk/cardano-wallet/wiki/Wallet-Command-Line-Interface/{{JORM_CLI_WIKI_COMMIT}}) / [Byron](https://github.com/input-output-hk/cardano-wallet/wiki/Wallet-Command-Line-Interface-(cardano-wallet-byron)/{{BYRON_CLI_WIKI_COMMIT}}) | Users of the Cardano Wallet API | -| [Docker Manual](https://github.com/input-output-hk/cardano-wallet/wiki/Docker/{{DOCKER_WIKI_COMMIT}}) | Users of the Cardano Wallet API | -| [Haddock Documentation](https://input-output-hk.github.io/cardano-wallet/haddock/{{GIT_TAG}}) | Haskell Developers using the `cardano-wallet` as a library | +Cardano (cardano-node) | ITN (Jörmungandr) +--- | --- +[API Documentation](https://input-output-hk.github.io/cardano-wallet/api/{{GIT_TAG}}) | [API Documentation](https://input-output-hk.github.io/cardano-wallet/api/{{GIT_TAG}}) +[CLI Manual](https://github.com/input-output-hk/cardano-wallet/wiki/Wallet-command-line-interface/{{WIKI_COMMIT}}) | [CLI Manual](https://github.com/input-output-hk/cardano-wallet/wiki/Wallet-command-line-interface-jormungandr/{{WIKI_COMMIT}}) +[Docker Manual](https://github.com/input-output-hk/cardano-wallet/wiki/Docker/{{WIKI_COMMIT}}) | [Docker Manual](https://github.com/input-output-hk/cardano-wallet/wiki/Docker-jormungandr/{{WIKI_COMMIT}}) ## Installation Instructions @@ -33,7 +32,7 @@ Compatible with [`jormungandr@{{JORM_TAG}}`](https://github.com/input-output-hk/ basically captures whatever is currently available on the repository at the moment of releasing. --> -### Shelley testnet (cardano-node) +### Cardano (cardano-node) 1. Install [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/input-output-hk/cardano-node/releases/tag/{{CARDANO_NODE_TAG}}). @@ -69,29 +68,6 @@ $ docker pull inputoutput/cardano-wallet:{{CABAL_VERSION}}-jormungandr $ docker run --rm inputoutput/cardano-wallet:{{CABAL_VERSION}}-jormungandr version ``` -### Byron (cardano-node) - -1. Install [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/input-output-hk/cardano-node/releases/tag/{{CARDANO_NODE_TAG}}). - -2. Download the provided `cardano-wallet-byron` for your platform, and uncompress it in a directory that is on your `$PATH`, e.g. `/usr/local/bin`. Or `%PATH%` on Windows. - -3. (optional) Install the bash/zsh auto-completion script according to the [byron cli manual](https://github.com/input-output-hk/cardano-wallet/wiki/Wallet-Command-Line-Interface-(cardano-wallet-byron)/{{BYRON_CLI_WIKI_COMMIT}}) - -4. Start `cardano-wallet --help` and see available parameters. - -#### Docker - -Pull from DockerHub and verify the version matches {{CABAL_VERSION}}. - -``` -$ docker pull inputoutput/cardano-wallet:{{CABAL_VERSION}}-byron -$ docker run --rm inputoutput/cardano-wallet:{{CABAL_VERSION}}-byron version -``` - -### Additional notes - -- On macOS: Make sure all `*.dylib` files are in the same directory as `cardano-wallet` binary. - ## Signatures diff --git a/lib/byron/cardano-wallet-byron.cabal b/lib/byron/cardano-wallet-byron.cabal index 013d9dcd0d2..d2aa8552e52 100644 --- a/lib/byron/cardano-wallet-byron.cabal +++ b/lib/byron/cardano-wallet-byron.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-byron -version: 2020.7.28 +version: 2020.8.3 synopsis: Wallet backend protocol-specific bits implemented using byron nodes description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/cli/cardano-wallet-cli.cabal b/lib/cli/cardano-wallet-cli.cabal index 5611e23d030..a10a5e9e60a 100644 --- a/lib/cli/cardano-wallet-cli.cabal +++ b/lib/cli/cardano-wallet-cli.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-cli -version: 2020.7.28 +version: 2020.8.3 synopsis: Utilities for a building Command-Line Interfaces homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/lib/core-integration/cardano-wallet-core-integration.cabal b/lib/core-integration/cardano-wallet-core-integration.cabal index a27a2b658fe..a01368e6133 100644 --- a/lib/core-integration/cardano-wallet-core-integration.cabal +++ b/lib/core-integration/cardano-wallet-core-integration.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-core-integration -version: 2020.7.28 +version: 2020.8.3 synopsis: Core integration test library. description: Shared core functionality for our integration test suites. homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/core/cardano-wallet-core.cabal b/lib/core/cardano-wallet-core.cabal index b5c90e6a66b..9e2dce04ba0 100644 --- a/lib/core/cardano-wallet-core.cabal +++ b/lib/core/cardano-wallet-core.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-core -version: 2020.7.28 +version: 2020.8.3 synopsis: The Wallet Backend for a Cardano node. description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/jormungandr/cardano-wallet-jormungandr.cabal b/lib/jormungandr/cardano-wallet-jormungandr.cabal index e8888322d73..c4edacf1679 100644 --- a/lib/jormungandr/cardano-wallet-jormungandr.cabal +++ b/lib/jormungandr/cardano-wallet-jormungandr.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-jormungandr -version: 2020.7.28 +version: 2020.8.3 synopsis: Wallet backend protocol-specific bits implemented using Jörmungandr description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/launcher/cardano-wallet-launcher.cabal b/lib/launcher/cardano-wallet-launcher.cabal index 0686d66ea68..d0b649a4172 100644 --- a/lib/launcher/cardano-wallet-launcher.cabal +++ b/lib/launcher/cardano-wallet-launcher.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-launcher -version: 2020.7.28 +version: 2020.8.3 synopsis: Utilities for a building commands launcher homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/lib/shelley/cardano-wallet-shelley.cabal b/lib/shelley/cardano-wallet-shelley.cabal index d3c2039f031..d5178621328 100644 --- a/lib/shelley/cardano-wallet-shelley.cabal +++ b/lib/shelley/cardano-wallet-shelley.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-shelley -version: 2020.7.28 +version: 2020.8.3 synopsis: Wallet backend protocol-specific bits implemented using Shelley nodes description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/test-utils/cardano-wallet-test-utils.cabal b/lib/test-utils/cardano-wallet-test-utils.cabal index 6d17164497f..fa366f70d22 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: 2020.7.28 +version: 2020.8.3 synopsis: Shared utilities for writing unit and property tests. description: Shared utilities for writing unit and property tests. homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/text-class/text-class.cabal b/lib/text-class/text-class.cabal index 64cd032536b..0637cdebee7 100644 --- a/lib/text-class/text-class.cabal +++ b/lib/text-class/text-class.cabal @@ -1,5 +1,5 @@ name: text-class -version: 2020.7.28 +version: 2020.8.3 synopsis: Extra helpers to convert data-types to and from Text homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/nix/.stack.nix/cardano-wallet-byron.nix b/nix/.stack.nix/cardano-wallet-byron.nix index 90faf67faa0..bb9e5f3ccc8 100644 --- a/nix/.stack.nix/cardano-wallet-byron.nix +++ b/nix/.stack.nix/cardano-wallet-byron.nix @@ -11,7 +11,7 @@ flags = { release = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-byron"; version = "2020.7.28"; }; + identifier = { name = "cardano-wallet-byron"; version = "2020.8.3"; }; license = "Apache-2.0"; copyright = "2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-cli.nix b/nix/.stack.nix/cardano-wallet-cli.nix index 983885bf597..5379013be73 100644 --- a/nix/.stack.nix/cardano-wallet-cli.nix +++ b/nix/.stack.nix/cardano-wallet-cli.nix @@ -11,7 +11,7 @@ flags = { release = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-cli"; version = "2020.7.28"; }; + identifier = { name = "cardano-wallet-cli"; version = "2020.8.3"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-core-integration.nix b/nix/.stack.nix/cardano-wallet-core-integration.nix index 7ec15bf04af..e81066e9b72 100644 --- a/nix/.stack.nix/cardano-wallet-core-integration.nix +++ b/nix/.stack.nix/cardano-wallet-core-integration.nix @@ -13,7 +13,7 @@ specVersion = "1.10"; identifier = { name = "cardano-wallet-core-integration"; - version = "2020.7.28"; + version = "2020.8.3"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; diff --git a/nix/.stack.nix/cardano-wallet-core.nix b/nix/.stack.nix/cardano-wallet-core.nix index 2eead7e8df3..d8fa4a3a199 100644 --- a/nix/.stack.nix/cardano-wallet-core.nix +++ b/nix/.stack.nix/cardano-wallet-core.nix @@ -11,7 +11,7 @@ flags = { release = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-core"; version = "2020.7.28"; }; + identifier = { name = "cardano-wallet-core"; version = "2020.8.3"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-jormungandr.nix b/nix/.stack.nix/cardano-wallet-jormungandr.nix index 63d8023d3ff..1359e943c43 100644 --- a/nix/.stack.nix/cardano-wallet-jormungandr.nix +++ b/nix/.stack.nix/cardano-wallet-jormungandr.nix @@ -13,7 +13,7 @@ specVersion = "1.10"; identifier = { name = "cardano-wallet-jormungandr"; - version = "2020.7.28"; + version = "2020.8.3"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; diff --git a/nix/.stack.nix/cardano-wallet-launcher.nix b/nix/.stack.nix/cardano-wallet-launcher.nix index dc05926dcdf..475314f8f9a 100644 --- a/nix/.stack.nix/cardano-wallet-launcher.nix +++ b/nix/.stack.nix/cardano-wallet-launcher.nix @@ -11,7 +11,7 @@ flags = { release = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-launcher"; version = "2020.7.28"; }; + identifier = { name = "cardano-wallet-launcher"; version = "2020.8.3"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-shelley.nix b/nix/.stack.nix/cardano-wallet-shelley.nix index 7e5d517c07a..f94905b5f55 100644 --- a/nix/.stack.nix/cardano-wallet-shelley.nix +++ b/nix/.stack.nix/cardano-wallet-shelley.nix @@ -11,7 +11,7 @@ flags = { release = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-shelley"; version = "2020.7.28"; }; + identifier = { name = "cardano-wallet-shelley"; version = "2020.8.3"; }; license = "Apache-2.0"; copyright = "2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-test-utils.nix b/nix/.stack.nix/cardano-wallet-test-utils.nix index 0b6682c28c2..3cf6bb75640 100644 --- a/nix/.stack.nix/cardano-wallet-test-utils.nix +++ b/nix/.stack.nix/cardano-wallet-test-utils.nix @@ -13,7 +13,7 @@ specVersion = "1.10"; identifier = { name = "cardano-wallet-test-utils"; - version = "2020.7.28"; + version = "2020.8.3"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; diff --git a/nix/.stack.nix/text-class.nix b/nix/.stack.nix/text-class.nix index c7fd3bdc40d..f60dfefc640 100644 --- a/nix/.stack.nix/text-class.nix +++ b/nix/.stack.nix/text-class.nix @@ -11,7 +11,7 @@ flags = { release = false; }; package = { specVersion = "1.10"; - identifier = { name = "text-class"; version = "2020.7.28"; }; + identifier = { name = "text-class"; version = "2020.8.3"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/scripts/make_release.sh b/scripts/make_release.sh index 8f5f5746bb8..e390ad4867b 100755 --- a/scripts/make_release.sh +++ b/scripts/make_release.sh @@ -17,11 +17,11 @@ set -euo pipefail ################################################################################ # Release-specific parameters (Change when you bump the version) -GIT_TAG="v2020-07-28" -CABAL_VERSION="2020.7.28" +OLD_GIT_TAG="v2020-07-28" +OLD_CABAL_VERSION="2020.7.28" -OLD_GIT_TAG="v2020-07-06" -OLD_CABAL_VERSION="2020.7.6" +GIT_TAG="v2020-08-03" +CABAL_VERSION="2020.8.3" JORM_TAG="v0.9.0" CARDANO_NODE_TAG="1.18.0" @@ -48,9 +48,7 @@ sed -e "s/{{GIT_TAG}}/$GIT_TAG/g" \ -e "s/{{JORM_TAG}}/$JORM_TAG/g" \ -e "s/{{CARDANO_NODE_TAG}}/$CARDANO_NODE_TAG/g" \ -e "s/{{CABAL_VERSION}}/$CABAL_VERSION/g" \ - -e "s/{{DOCKER_WIKI_COMMIT}}/$WIKI_COMMIT/g" \ - -e "s/{{JORM_CLI_WIKI_COMMIT}}/$WIKI_COMMIT/g" \ - -e "s/{{BYRON_CLI_WIKI_COMMIT}}/$WIKI_COMMIT/g" \ + -e "s/{{WIKI_COMMIT}}/$WIKI_COMMIT/g" \ -e "/{{CHANGELOG}}/r $CHANGELOG" \ -e "/{{CHANGELOG}}/d" \ .github/RELEASE_TEMPLATE.md > $OUT