Skip to content

Commit

Permalink
Remove more references to jormungandr
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Nov 17, 2020
1 parent c665445 commit 6a1f9a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 69 deletions.
5 changes: 0 additions & 5 deletions .buildkite/bench-latency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cd `dirname $0`/..

echo "--- Build"
nix-build -A benchmarks.cardano-wallet.latency -o bench-latency-shelley
nix-build -A benchmarks.cardano-wallet-jormungandr.latency -o bench-latency-jormungandr

# Note: the tracing will not work if program output is piped
# to another process (e.g. "tee").
Expand All @@ -16,7 +15,3 @@ nix-build -A benchmarks.cardano-wallet-jormungandr.latency -o bench-latency-jorm
echo "+++ Run benchmark - shelley"

( cd lib/shelley && ../../bench-latency-shelley/bin/latency )

echo "+++ Run benchmark - jormungandr"

( cd lib/jormungandr && ../../bench-latency-jormungandr/bin/latency )
27 changes: 5 additions & 22 deletions .github/RELEASE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Short optional summary -->

Compatible with [`jormungandr@{{JORM_TAG}}`](https://github.com/input-output-hk/jormungandr/releases/tag/{{JORM_TAG}}) and [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/input-output-hk/cardano-node/releases/tag/{{CARDANO_NODE_TAG}}).
Compatible with [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/input-output-hk/cardano-node/releases/tag/{{CARDANO_NODE_TAG}}).

<!-- A CHANGELOG, organized in three sections:
Expand All @@ -20,11 +20,9 @@ Compatible with [`jormungandr@{{JORM_TAG}}`](https://github.com/input-output-hk/

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

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}})
[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}})
[Docker Manual](https://github.com/input-output-hk/cardano-wallet/wiki/Docker/{{WIKI_COMMIT}})

## Installation Instructions

Expand All @@ -51,22 +49,7 @@ $ docker run --rm inputoutput/cardano-wallet:{{CABAL_VERSION}} version

### ITN (jormungandr)

1. Install [`jormungandr@{{JORM_TAG}}`](https://github.com/input-output-hk/jormungandr/releases/tag/{{JORM_TAG}}).

2. Download the provided `cardano-wallet-jormungandr` 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 [jormungandr cli manual](https://github.com/input-output-hk/cardano-wallet/wiki/Wallet-Command-Line-Interface/{{JORM_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}}-jormungandr
$ docker run --rm inputoutput/cardano-wallet:{{CABAL_VERSION}}-jormungandr version
```
See [cardano-wallet-jormungandr](https://github.com/input-output-hk/cardano-wallet-jormungandr).

## Signatures

Expand Down
40 changes: 0 additions & 40 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
- npm install --no-save [email protected] [email protected]
- node --tls-min-v1.2 scripts/travis-download-builds.js

############################
# cardano-node
############################

# Unpack and rename stuff for the Linux archive
- "tar xzf cardano-wallet-20*-linux64.tar.gz"
- "mv cardano-wallet-20*/ cardano-wallet-linux64"
Expand All @@ -82,36 +78,6 @@ jobs:
- "zip -r cardano-wallet-$TRAVIS_TAG-win64.zip cardano-wallet-win64"
- "rm -rf cardano-wallet-win64 cardano-wallet-win64.zip"

############################
# jörmungandr
############################

# Unpack and rename stuff for the Linux archive
- "tar xzf cardano-wallet-jormungandr-*-linux64.tar.gz"
- "mv cardano-wallet-jormungandr-*/ cardano-wallet-jormungandr-linux64"
- "mv cardano-wallet-jormungandr-linux64/cardano-wallet-jormungandr cardano-wallet-jormungandr-linux64/cardano-wallet"
- "./cardano-wallet-jormungandr-linux64/cardano-wallet --bash-completion-script cardano-wallet > auto-completion/bash/cardano-wallet.sh"
- "./cardano-wallet-jormungandr-linux64/cardano-wallet --zsh-completion-script cardano-wallet > auto-completion/zsh/_cardano-wallet"
- "./cardano-wallet-jormungandr-linux64/cardano-wallet --fish-completion-script cardano-wallet > auto-completion/fish/cardano-wallet.fish"
- "cp -r auto-completion cardano-wallet-jormungandr-linux64"
- "./cardano-wallet-jormungandr-linux64/cardano-wallet version | grep -q $TRAVIS_COMMIT"
- "tar czf cardano-wallet-itn-$TRAVIS_TAG-linux64.tar.gz cardano-wallet-jormungandr-linux64"
- "rm -rf cardano-wallet-jormungandr-linux64 cardano-wallet-jormungandr-*-linux64.tar.gz"

# Unpack and rename stuff for the MacOS archive
- "tar xzf cardano-wallet-jormungandr-*-macos64.tar.gz"
- "mv cardano-wallet-jormungandr-*/ cardano-wallet-jormungandr-macos64"
- "mv cardano-wallet-jormungandr-macos64/cardano-wallet-jormungandr cardano-wallet-jormungandr-macos64/cardano-wallet"
- "cp -r auto-completion cardano-wallet-jormungandr-macos64"
- "tar czf cardano-wallet-itn-$TRAVIS_TAG-macos64.tar.gz cardano-wallet-jormungandr-macos64"
- "rm -rf cardano-wallet-jormungandr-macos64 cardano-wallet-jormungandr-*-macos64.tar.gz"

# Unpack and rename stuff for the Windows archive
- "unzip -d cardano-wallet-jormungandr-win64 cardano-wallet-jormungandr-*-win64.zip"
- "mv cardano-wallet-jormungandr-win64/cardano-wallet-jormungandr.exe cardano-wallet-jormungandr-win64/cardano-wallet.exe"
- "zip -r cardano-wallet-itn-$TRAVIS_TAG-win64.zip cardano-wallet-jormungandr-win64"
- "rm -rf cardano-wallet-jormungandr-win64 cardano-wallet-jormungandr-*-win64.zip"

# Deploy documentation snapshot
- mkdir -p api/$TRAVIS_TAG
- cp -Rv specifications/api/* api/$TRAVIS_TAG
Expand All @@ -126,15 +92,9 @@ jobs:
draft: true # Allow editing the release before publishing it officially on GitHub
skip_cleanup: true # Make sure that files from the previous stages aren't cleaned up
file:
# cardano-node
- cardano-wallet-$TRAVIS_TAG-linux64.tar.gz
- cardano-wallet-$TRAVIS_TAG-macos64.tar.gz
- cardano-wallet-$TRAVIS_TAG-win64.zip

# Jörmungandr / ITN
- cardano-wallet-itn-$TRAVIS_TAG-linux64.tar.gz
- cardano-wallet-itn-$TRAVIS_TAG-macos64.tar.gz
- cardano-wallet-itn-$TRAVIS_TAG-win64.zip
on:
repo: input-output-hk/cardano-wallet
branch: master
Expand Down
2 changes: 0 additions & 2 deletions scripts/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ OLD_CABAL_VERSION="2020.10.13"
GIT_TAG="v2020-11-3"
CABAL_VERSION="2020.11.3"

JORM_TAG="v0.9.0"
CARDANO_NODE_TAG="1.21.1"
################################################################################
OLD_DATE="${OLD_GIT_TAG//v}"
Expand All @@ -46,7 +45,6 @@ echo "Generating changelog..."
echo ""
echo "Filling in template..."
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/{{WIKI_COMMIT}}/$WIKI_COMMIT/g" \
Expand Down

0 comments on commit 6a1f9a9

Please sign in to comment.