Incentivized Testnet Phase 1: Balance Check - Hotfix
Overview
Compatible with Jörmungandr@v0.7.0
Artifact | Platform | Description |
---|---|---|
cardano-wallet-jormungandr@v2019-11-18.linux64.sha256 |
Linux 64-bit |
Checksum for the Linux executable. |
cardano-wallet-jormungandr@v2019-11-18.linux64.tar.gz |
Linux 64-bit |
Linux executable with auto-completion script for bash shell. |
cardano-wallet-jormungandr@v2019-11-18.macos64.sha256 |
MacOs 64-bit |
Checksum for the MacOS executable. |
cardano-wallet-jormungandr@v2019-11-18.macos64.tar.gz |
MacOs 64-bit |
MacOS executable with necessary system libraries. |
cardano-wallet-jormungandr@v2019-11-18.win64.sha256 |
Windows 64-bit |
Checksum for Windows executable. |
cardano-wallet-jormungandr@v2019-11-18.win64.zip |
Windows 64-bit |
Windows executable with necessary DLLs. |
Main Features
cardano-wallet
-
A command-line interface which exposes the following features (see CLI manual):
- Create and Delete wallet
- Get details of a particular wallet
- List all known wallets
- Generate BIP-39 mnemonic sentence (English) of various sizes
- Update wallet metadata
- Create and submit transactions from a single wallet
- List known (used or unused) addresses of a wallet
- Estimate transaction fee
- Visualize wallet's UTxO distribution
- Update wallet encryption passphrase
- List transaction history
- Submit already signed transactions
- Serve wallet against
Jörmungandr
--sync-tolerance
option for tweaking server tolerance regarding network syncing.
- Launch wallet against
Jörmungandr
--sync-tolerance
option passed down to the server.
- Get network information
- List available stake pools, ordered by apparent performance
-
A web server which exposes the following features (see API Documentation below):
- Create and delete wallet
- Get details of a particular wallet
- List all known wallets
- Update wallet metadata & wallet encryption passphrase
- Create and submit transactions from a single wallet
- List known (used or unused) addresses of a wallet
- API and server logs
- Estimate transaction fee
- Visualize wallet's UTxO distribution
- List transaction history
- Submit already signed transactions
- Get network information
- Create Byron wallets
- Delete Byron wallets
- Get and List Byron wallets
- Forget pending transaction of Shelley wallets
- List transaction history of Byron wallets
- Forget pending transaction of a Byron wallet
- Migrate Byron wallets to Shelley wallets
- List available stake pools, ordered by apparent performance
-
Node.js-compatible IPC server with custom protocol
-
Data-persistence to disk via SQLite
-
Support for Ouroboros Genesis/Praos and proper chain following in the events of chain switches
Known Limitations
⚠️ Only Jörmungandr Genesis/Praos node is supported.
Bug Fixes
- Byron addresses have derivation indexes that are not only hardened. #1041
- Daedalus IPC working intermittently on windows #1036
Known Issues
- CentOS, RHEL 6+ and SuSe Linux defect for libcrypto.so.1.0.0 #923
- --logging-config FILE.YAML more info and tests #961
Installation Instructions
Linux 64-bit
-
Install jormungandr@0.7.0 from the official repository.
-
Download
cardano-wallet-jormungandr@v2019-11-18.linux64.tar.gz
and uncompress it in a directory that is on your$PATH
, e.g./usr/local/bin
.
$ curl -L https://github.com/input-output-hk/cardano-wallet/releases/download/v2019-11-18/cardano-wallet-jormungandr@v2019-11-18.linux64.tar.gz | tar xz -C $HOME/.local/bin
- (optional) Install the bash/zsh auto-completion script:
$ mv $HOME/.local/bin/cardano-wallet.sh > /etc/bash_completion.d/cardano-wallet.sh
$ source /etc/bash_completion.d/cardano-wallet.sh
- Start
cardano-wallet --help
and see available parameters.
Mac OS 64-bit
-
Install jormungandr@0.7.0 from the official repository.
-
Download
cardano-wallet-jormungandr@v2019-11-18.macos64.tar.gz
and uncompress it in a directory that is on your$PATH
, e.g./usr/local/bin
.
Note: Make sure all *.dylib
files are in the same directory as cardano-wallet
binary.
Windows 64-bit
-
Install jormungandr@0.7.0 from the official repository.
-
Download
cardano-wallet-jormungandr@v2019-11-18.win64.zip
and uncompress it in a directory that is on your%PATH%
.
Documentation
Link | Audience |
---|---|
API Documentation | Users of the Cardano Wallet API |
Haddock Documentation | Haskell Developers using the cardano-wallet as a library |
CLI Manual | Users of the Cardano Wallet API |
Weekly Reports
Changelog
Bug fixes
PR | Description |
---|---|
#1044 | Fix DaedalusIPC startup issue on Windows |
#1042 | use a special 'WholeDomain' index with range going from 0 to 2^32 |
Usability & Compatibility
PR | Description |
---|---|
#1045 | Bump version to 2019.11.18 |
Signatures
Name | Role | Approval |
---|---|---|
Matthias Benkort @KtorZ | Technical Team Lead | ⌛ |
Piotr Stachyra @piotr-iohk | QA Engineer | ✔️ |
Tatyana Valkevych @tatyanavych | Release Manager | ⌛ |