Skip to content

Latest commit

 

History

History
157 lines (84 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

157 lines (84 loc) · 4.22 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

Fixed

  • Restore the -p short form of --public-key arg for get-account-info and account-address subcommands.

1.4.3 - 2021-12-06

Changed

  • Update dependencies, in particular casper-types to use fixed checksummed-hex format.

1.4.2 - 2021-11-13

Changed

  • Support checksummed-hex encoding of various types like PublicKey and AccountHash.

1.4.1 - 2021-10-23

No changes.

1.4.0 - 2021-10-21 [YANKED]

Added

  • 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.

Changed

  • Support building and testing using stable Rust.
  • Support URef, PublicKey and AccountHash as transfer targets for transfer and make-transfer.

Fixed

  • 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

Added

  • Add support for retrieving historical auction information via the addition of an optional --block-identifier arg in the get-auction-info subcommand.

Changed

  • Change account-address subcommand to output properly formatted string.
  • Change put-deploy and make-deploy subcommands to support transfers.
  • Change make-deploy, make-transfer and sign-deploy to not overwrite files unless --force is passed.
  • Change make-deploy, make-transfer and sign-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

Changed

  • Minor cleanup.

1.2.0 - 2021-05-27

Added

  • Support multisig transfers via new make-transfer subcommand.

Changed

  • 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

Changed

  • Fail if creating a deploy greater than 1 MiB.

1.0.0 - 2021-03-30

Added

  • Initial release of client compatible with Casper mainnet.