Releases: synonymdev/bitkit-core
Releases · synonymdev/bitkit-core
v0.1.17
This Release:
- Bumps
bitcoin-address-generatorversion to0.2.0 - Bumps version to 0.1.17
- Aligns external types
- Adds the following functions:
validate_mnemonic()- Validate BIP39 mnemonic phrasesis_valid_bip39_word()- Check if a word is in the BIP39 wordlistget_bip39_suggestions()- Autocomplete/suggestions for partial wordsget_bip39_wordlist()- Access the complete BIP39 wordlistmnemonic_to_entropy()- Convert mnemonic to entropy bytesentropy_to_mnemonic()- Convert entropy to mnemonic phrasemnemonic_to_seed()- Generate seed from mnemonic with optional passphrase
v0.1.16
This Release:
- Bumps
bitcoin-address-generatorversion to0.2.0 - Bumps version to
0.1.16 - Adds the following functions:
validate_mnemonic()- Validate BIP39 mnemonic phrasesis_valid_bip39_word()- Check if a word is in the BIP39 wordlistget_bip39_suggestions()- Autocomplete/suggestions for partial wordsget_bip39_wordlist()- Access the complete BIP39 wordlistmnemonic_to_entropy()- Convert mnemonic to entropy bytesentropy_to_mnemonic()- Convert entropy to mnemonic phrasemnemonic_to_seed()- Generate seed from mnemonic with optional passphrase
v0.1.15
This Release:
- Upgrades
rust-blocktank-clientto version0.0.16 - Adds several types in the blocktank module in
types.rs
v0.1.14
This Release:
- Updates
rust-blocktank-clientto0.0.15 - Updates instances of
state2to now be optional
v0.1.13
This Release:
- Upgrades
rust-blocktank-clientto0.0.14
v0.1.12
This Release:
- Upgrades
rust-blocktank-clientto version0.0.13to improve the response handler.
v0.1.10
This Release:
- Sets up distribution for android via github packages
- Adds gradle-publish workflow
- Removes jitpack setup
v0.1.9
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
This Release:
- Fixes duplicate
k1returned bycreate_withdraw_callback_url
v0.1.7
This Release:
- Adds
gift_pay,gift_order,get_gift&get_paymentmethods to theblocktankmodule - Adds
IGiftandIGiftCodewrapper types - Upgrades
rust-blocktank-clientto0.0.12