Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

42 lines (28 loc) · 1.16 KB

Changelog

v0.6.2

  • New Feature: Introduced a neutered KeyTree constructor: CardanoIcarusKey.neuteredFromSeed.
  • Enhancement: Replaced the BlockFrost implementation with KoiosScanner for improved scanning functionality.
  • Maintenance: Updated project dependencies to the latest versions.
  • Bug Fix: Corrected coin type handling in compliance with CIP-1852 and CIP-1954 standards.

v0.6.1

  • Updated example using bip39 and correct account paths
  • Updated lint to 5.0.0

v0.6.0

  • Updated for the 3.x SDK version.
  • Updated CI

v0.5.0

API break changes due to the pinenacl v0.5.0 API breaks

v0.4.0

Bumped to v0.4.0 due to the API breaks presented in pinenacl-dart v0.3.5 (bumped to v0.4.0)

v0.3.1

Updated to be compatible with pinenacle v0.3.5

v0.3.0

API Breaking changes. Removed Cardano dependencies

  • Cip1852
  • Cip1854
  • Cardano masterkey generation implementations

v0.2.0

API Breaking changes

v0.1.0-nullsafety.0 (2021-01-10)

Full Changelog