Skip to content

Releases: synonymdev/bitkit-core

v0.1.17

25 Sep 17:27
ca925c0

Choose a tag to compare

This Release:

  • Bumps bitcoin-address-generator version to 0.2.0
  • Bumps version to 0.1.17
  • Aligns external types
  • Adds the following functions:
    • validate_mnemonic() - Validate BIP39 mnemonic phrases
    • is_valid_bip39_word() - Check if a word is in the BIP39 wordlist
    • get_bip39_suggestions() - Autocomplete/suggestions for partial words
    • get_bip39_wordlist() - Access the complete BIP39 wordlist
    • mnemonic_to_entropy() - Convert mnemonic to entropy bytes
    • entropy_to_mnemonic() - Convert entropy to mnemonic phrase
    • mnemonic_to_seed() - Generate seed from mnemonic with optional passphrase

v0.1.16

24 Sep 17:41
204c16b

Choose a tag to compare

This Release:

  • Bumps bitcoin-address-generator version to 0.2.0
  • Bumps version to 0.1.16
  • Adds the following functions:
    • validate_mnemonic() - Validate BIP39 mnemonic phrases
    • is_valid_bip39_word() - Check if a word is in the BIP39 wordlist
    • get_bip39_suggestions() - Autocomplete/suggestions for partial words
    • get_bip39_wordlist() - Access the complete BIP39 wordlist
    • mnemonic_to_entropy() - Convert mnemonic to entropy bytes
    • entropy_to_mnemonic() - Convert entropy to mnemonic phrase
    • mnemonic_to_seed() - Generate seed from mnemonic with optional passphrase

v0.1.15

16 Sep 17:40
1f06ee6

Choose a tag to compare

This Release:

  • Upgrades rust-blocktank-client to version 0.0.16
  • Adds several types in the blocktank module in types.rs

v0.1.14

11 Sep 14:51
3665ebe

Choose a tag to compare

This Release:

  • Updates rust-blocktank-client to 0.0.15
  • Updates instances of state2 to now be optional

v0.1.13

11 Sep 00:11
0e196a6

Choose a tag to compare

This Release:

  • Upgrades rust-blocktank-client to 0.0.14

v0.1.12

10 Sep 13:07
89384c3

Choose a tag to compare

This Release:

  • Upgrades rust-blocktank-client to version 0.0.13 to improve the response handler.

v0.1.10

11 Aug 19:23
74bb349

Choose a tag to compare

This Release:

  • Sets up distribution for android via github packages
  • Adds gradle-publish workflow
  • Removes jitpack setup

v0.1.9

11 Aug 00:29
e8c244d

Choose a tag to compare

This Release:

  • Extracts and returns domain from LNURL-auth via decode
    • Update decode example with test for LNURL-auth
  • Fixes lnurl_auth to accept decoded callback url
    • Add tests for validation: test_lnurl_auth_callback_decoded, test_lnurl_auth_callback_encoded
  • Fixes duplicate k1 returned by create_channel_request_url
    • Adds test_create_channel_request_url_with_existing_k1 test

v0.1.8

17 Jul 13:38
a227de8

Choose a tag to compare

This Release:

  • Fixes duplicate k1 returned by create_withdraw_callback_url

v0.1.7

03 Jul 19:58
88c4f97

Choose a tag to compare

This Release:

  • Adds gift_pay, gift_order, get_gift & get_payment methods to the blocktank module
  • Adds IGift and IGiftCode wrapper types
  • Upgrades rust-blocktank-client to 0.0.12