All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.
- Restore the
-p
short form of--public-key
arg forget-account-info
andaccount-address
subcommands.
1.4.3 - 2021-12-06
- Update dependencies, in particular
casper-types
to use fixed checksummed-hex format.
1.4.2 - 2021-11-13
- Support checksummed-hex encoding of various types like
PublicKey
andAccountHash
.
1.4.1 - 2021-10-23
No changes.
1.4.0 - 2021-10-21 [YANKED]
- RPM package build and publish.
- New client binary command
get-validator-changes
that returns status changes of active validators. - Add
keygen::generate_files
to FFI.
- Support building and testing using stable Rust.
- Support
URef
,PublicKey
andAccountHash
as transfer targets fortransfer
andmake-transfer
.
- Stop silently ignoring parse errors for
--session-args-complex
or--payment-args-complex
.
1.3.4 - 2021-10-14
No changes.
1.3.3 - 2021-10-14
No changes.
1.3.2 - 2021-08-02
No changes.
1.3.1 - 2021-07-25
No changes.
1.3.0 - 2021-07-20
- Add support for retrieving historical auction information via the addition of an optional
--block-identifier
arg in theget-auction-info
subcommand.
- Change
account-address
subcommand to output properly formatted string. - Change
put-deploy
andmake-deploy
subcommands to support transfers. - Change
make-deploy
,make-transfer
andsign-deploy
to not overwrite files unless--force
is passed. - Change
make-deploy
,make-transfer
andsign-deploy
to use transactional file writing for enhanced safety and reliability. - Update pinned version of Rust to
nightly-2021-06-17
- Change the Rust interface of the client library to expose
async
functions, instead of running an executor internally.
1.2.1 - 2021-07-17
- Minor cleanup.
1.2.0 - 2021-05-27
- Support multisig transfers via new
make-transfer
subcommand.
- Change to Apache 2.0 license.
- Make
--transfer-id
a required argument of the relevant subcommands. - Reduce deploy default time-to-live to 30 minutes.
1.1.1 - 2021-04-19
No changes.
1.1.0 - 2021-04-13 [YANKED]
No changes.
1.0.1 - 2021-04-08
- Fail if creating a deploy greater than 1 MiB.
1.0.0 - 2021-03-30
- Initial release of client compatible with Casper mainnet.