Skip to content

Releases: KevinVitale/WalletKit

Bug fixes

07 May 19:37
2c17630
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

Fixed some compiler issues:

  • Updated swift-crypto url to use the appropriate branch (s/master/main);
  • Fixed a compiler issue with protocol conformance on Account;
  • Added two tests to BIP44 showing how to create wallets from randomly generated seed phrases

Bug Fixes

03 Jun 17:28
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

Fixes a bug in ExtendedKey.Derivation where private keys were 32 bytes long, instead of 33 bytes long.

Initial Release

16 Apr 19:28
c87a84a
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
0.0.1

[BIP44] fixed Mnemonic tests