Skip to content

Commit 40a8b5d

Browse files
authored
Merge pull request #1996 from input-output-hk/KtorZ/release/v2020-08-03
Bump version from 2020.7.28 to 2020.8.3
2 parents 03b7568 + 082127d commit 40a8b5d

20 files changed

+29
-55
lines changed

.github/RELEASE_TEMPLATE.md

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,19 @@ Compatible with [`jormungandr@{{JORM_TAG}}`](https://github.com/input-output-hk/
2020

2121
<!-- A snapshot of the documentation at the time of releasing. -->
2222

23-
| Link | Audience |
24-
| --- | --- |
25-
| [API Documentation](https://input-output-hk.github.io/cardano-wallet/api/{{GIT_TAG}}) | Users of the Cardano Wallet API |
26-
| 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 |
27-
| [Docker Manual](https://github.com/input-output-hk/cardano-wallet/wiki/Docker/{{DOCKER_WIKI_COMMIT}}) | Users of the Cardano Wallet API |
28-
| [Haddock Documentation](https://input-output-hk.github.io/cardano-wallet/haddock/{{GIT_TAG}}) | Haskell Developers using the `cardano-wallet` as a library |
23+
Cardano (cardano-node) | ITN (Jörmungandr)
24+
--- | ---
25+
[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}})
26+
[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}})
27+
[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}})
2928

3029
## Installation Instructions
3130

3231
<!-- Specific installation steps for this particular release. This should
3332
basically captures whatever is currently available on the repository at
3433
the moment of releasing. -->
3534

36-
### Shelley testnet (cardano-node)
35+
### Cardano (cardano-node)
3736

3837
1. Install [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/input-output-hk/cardano-node/releases/tag/{{CARDANO_NODE_TAG}}).
3938

@@ -69,29 +68,6 @@ $ docker pull inputoutput/cardano-wallet:{{CABAL_VERSION}}-jormungandr
6968
$ docker run --rm inputoutput/cardano-wallet:{{CABAL_VERSION}}-jormungandr version
7069
```
7170

72-
### Byron (cardano-node)
73-
74-
1. Install [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/input-output-hk/cardano-node/releases/tag/{{CARDANO_NODE_TAG}}).
75-
76-
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.
77-
78-
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}})
79-
80-
4. Start `cardano-wallet --help` and see available parameters.
81-
82-
#### Docker
83-
84-
Pull from DockerHub and verify the version matches {{CABAL_VERSION}}.
85-
86-
```
87-
$ docker pull inputoutput/cardano-wallet:{{CABAL_VERSION}}-byron
88-
$ docker run --rm inputoutput/cardano-wallet:{{CABAL_VERSION}}-byron version
89-
```
90-
91-
### Additional notes
92-
93-
- On macOS: Make sure all `*.dylib` files are in the same directory as `cardano-wallet` binary.
94-
9571
## Signatures
9672

9773
<!-- Signatures of people responsible for the release -->

lib/byron/cardano-wallet-byron.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-wallet-byron
2-
version: 2020.7.28
2+
version: 2020.8.3
33
synopsis: Wallet backend protocol-specific bits implemented using byron nodes
44
description: Please see README.md
55
homepage: https://github.com/input-output-hk/cardano-wallet

lib/cli/cardano-wallet-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-wallet-cli
2-
version: 2020.7.28
2+
version: 2020.8.3
33
synopsis: Utilities for a building Command-Line Interfaces
44
homepage: https://github.com/input-output-hk/cardano-wallet
55
author: IOHK Engineering Team

lib/core-integration/cardano-wallet-core-integration.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-wallet-core-integration
2-
version: 2020.7.28
2+
version: 2020.8.3
33
synopsis: Core integration test library.
44
description: Shared core functionality for our integration test suites.
55
homepage: https://github.com/input-output-hk/cardano-wallet

lib/core/cardano-wallet-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-wallet-core
2-
version: 2020.7.28
2+
version: 2020.8.3
33
synopsis: The Wallet Backend for a Cardano node.
44
description: Please see README.md
55
homepage: https://github.com/input-output-hk/cardano-wallet

lib/jormungandr/cardano-wallet-jormungandr.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-wallet-jormungandr
2-
version: 2020.7.28
2+
version: 2020.8.3
33
synopsis: Wallet backend protocol-specific bits implemented using Jörmungandr
44
description: Please see README.md
55
homepage: https://github.com/input-output-hk/cardano-wallet

lib/launcher/cardano-wallet-launcher.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-wallet-launcher
2-
version: 2020.7.28
2+
version: 2020.8.3
33
synopsis: Utilities for a building commands launcher
44
homepage: https://github.com/input-output-hk/cardano-wallet
55
author: IOHK Engineering Team

lib/shelley/cardano-wallet-shelley.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-wallet-shelley
2-
version: 2020.7.28
2+
version: 2020.8.3
33
synopsis: Wallet backend protocol-specific bits implemented using Shelley nodes
44
description: Please see README.md
55
homepage: https://github.com/input-output-hk/cardano-wallet

lib/test-utils/cardano-wallet-test-utils.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-wallet-test-utils
2-
version: 2020.7.28
2+
version: 2020.8.3
33
synopsis: Shared utilities for writing unit and property tests.
44
description: Shared utilities for writing unit and property tests.
55
homepage: https://github.com/input-output-hk/cardano-wallet

lib/text-class/text-class.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: text-class
2-
version: 2020.7.28
2+
version: 2020.8.3
33
synopsis: Extra helpers to convert data-types to and from Text
44
homepage: https://github.com/input-output-hk/cardano-wallet
55
author: IOHK Engineering Team

0 commit comments

Comments
 (0)