Skip to content

Commit e8cc3ab

Browse files
Merge pull request #39 from synonymdev/feat/add-bip39-utility-functions
feat: add BIP39 mnemonic utility functions
2 parents 59ad2da + ca925c0 commit e8cc3ab

File tree

25 files changed

+2972
-2999
lines changed

25 files changed

+2972
-2999
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitkitcore"
3-
version = "0.1.15"
3+
version = "0.1.17"
44
edition = "2021"
55

66
[lib]
@@ -30,7 +30,7 @@ rust-blocktank-client = { version = "0.0.16", features = ["rustls-tls"] }
3030
reqwest = { version = "0.12.12", features = ["json", "rustls-tls", "rustls-tls-native-roots"], default-features = false }
3131
r2d2 = "0.8.10"
3232
r2d2_sqlite = "0.25.0"
33-
bitcoin-address-generator = "0.1.1"
33+
bitcoin-address-generator = "0.2.0"
3434
uuid = { version = "1.16.0", features = ["v4"] }
3535
hex = "0.4.3"
3636
bip39 = "2.0"

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import PackageDescription
55

6-
let tag = "v0.1.15"
7-
let checksum = "49914370d4d8dc016104e3da72acd4f16535eaec3d3c68083238e238660a71ef"
6+
let tag = "v0.1.17"
7+
let checksum = "5560bcf732e124c56c67617d53a2008360732d2758912b55ef97ab82672b3605"
88
let url = "https://github.com/synonymdev/bitkit-core/releases/download/\(tag)/BitkitCore.xcframework.zip"
99

1010
let package = Package(

bindings/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ android.useAndroidX=true
33
android.enableJetifier=true
44
kotlin.code.style=official
55
group=com.synonym
6-
version=0.1.15
6+
version=0.1.17
Binary file not shown.
Binary file not shown.
213 KB
Binary file not shown.
249 KB
Binary file not shown.

bindings/android/lib/src/main/kotlin/com/synonym/bitkitcore/bitkitcore.kt

Lines changed: 154 additions & 10 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)