From 6ffe85ab301d4e5cfbc64c3ea95c3763ea79ab2e Mon Sep 17 00:00:00 2001 From: Anton Yemelyanov Date: Sat, 15 Jun 2024 03:29:21 +0300 Subject: [PATCH] retarget to the RK integrations branch for address parsing fix --- Cargo.lock | 96 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 32 +++++++++--------- 2 files changed, 64 insertions(+), 64 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3f3597..495278d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3158,7 +3158,7 @@ dependencies = [ [[package]] name = "kaspa-addresses" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "borsh", "js-sys", @@ -3173,7 +3173,7 @@ dependencies = [ [[package]] name = "kaspa-addressmanager" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "borsh", "igd-next", @@ -3195,7 +3195,7 @@ dependencies = [ [[package]] name = "kaspa-alloc" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "mimalloc", ] @@ -3203,7 +3203,7 @@ dependencies = [ [[package]] name = "kaspa-bip32" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "borsh", "bs58", @@ -3229,7 +3229,7 @@ dependencies = [ [[package]] name = "kaspa-cli" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-trait", "borsh", @@ -3275,7 +3275,7 @@ dependencies = [ [[package]] name = "kaspa-connectionmanager" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "duration-string", "futures-util", @@ -3293,7 +3293,7 @@ dependencies = [ [[package]] name = "kaspa-consensus" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "arc-swap", "async-channel 2.2.1", @@ -3332,7 +3332,7 @@ dependencies = [ [[package]] name = "kaspa-consensus-client" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "ahash 0.8.11", "cfg-if 1.0.0", @@ -3361,7 +3361,7 @@ dependencies = [ [[package]] name = "kaspa-consensus-core" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-trait", "borsh", @@ -3395,7 +3395,7 @@ dependencies = [ [[package]] name = "kaspa-consensus-notify" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-channel 2.2.1", "cfg-if 1.0.0", @@ -3415,7 +3415,7 @@ dependencies = [ [[package]] name = "kaspa-consensus-wasm" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "cfg-if 1.0.0", "faster-hex 0.6.1", @@ -3440,7 +3440,7 @@ dependencies = [ [[package]] name = "kaspa-consensusmanager" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "duration-string", "futures", @@ -3459,7 +3459,7 @@ dependencies = [ [[package]] name = "kaspa-core" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "cfg-if 1.0.0", "ctrlc", @@ -3478,7 +3478,7 @@ dependencies = [ [[package]] name = "kaspa-daemon" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-trait", "borsh", @@ -3501,7 +3501,7 @@ dependencies = [ [[package]] name = "kaspa-database" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "bincode", "enum-primitive-derive", @@ -3524,7 +3524,7 @@ dependencies = [ [[package]] name = "kaspa-grpc-client" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-channel 2.2.1", "async-stream", @@ -3556,7 +3556,7 @@ dependencies = [ [[package]] name = "kaspa-grpc-core" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-channel 2.2.1", "async-stream", @@ -3586,7 +3586,7 @@ dependencies = [ [[package]] name = "kaspa-grpc-server" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-channel 2.2.1", "async-stream", @@ -3621,7 +3621,7 @@ dependencies = [ [[package]] name = "kaspa-hashes" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "blake2b_simd", "borsh", @@ -3640,7 +3640,7 @@ dependencies = [ [[package]] name = "kaspa-index-core" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-channel 2.2.1", "async-trait", @@ -3660,7 +3660,7 @@ dependencies = [ [[package]] name = "kaspa-index-processor" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-channel 2.2.1", "async-trait", @@ -3686,7 +3686,7 @@ dependencies = [ [[package]] name = "kaspa-math" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "borsh", "faster-hex 0.6.1", @@ -3706,7 +3706,7 @@ dependencies = [ [[package]] name = "kaspa-merkle" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "kaspa-hashes", ] @@ -3714,7 +3714,7 @@ dependencies = [ [[package]] name = "kaspa-metrics-core" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-trait", "borsh", @@ -3731,7 +3731,7 @@ dependencies = [ [[package]] name = "kaspa-mining" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "futures-util", "itertools 0.11.0", @@ -3756,7 +3756,7 @@ dependencies = [ [[package]] name = "kaspa-mining-errors" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "kaspa-consensus-core", "thiserror", @@ -3765,7 +3765,7 @@ dependencies = [ [[package]] name = "kaspa-muhash" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "kaspa-hashes", "kaspa-math", @@ -3905,7 +3905,7 @@ dependencies = [ [[package]] name = "kaspa-notify" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-channel 2.2.1", "async-trait", @@ -3936,7 +3936,7 @@ dependencies = [ [[package]] name = "kaspa-p2p-flows" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-trait", "chrono", @@ -3968,7 +3968,7 @@ dependencies = [ [[package]] name = "kaspa-p2p-lib" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "borsh", "ctrlc", @@ -3999,7 +3999,7 @@ dependencies = [ [[package]] name = "kaspa-perf-monitor" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "kaspa-core", "log", @@ -4012,7 +4012,7 @@ dependencies = [ [[package]] name = "kaspa-pow" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "js-sys", "kaspa-consensus-client", @@ -4028,7 +4028,7 @@ dependencies = [ [[package]] name = "kaspa-rpc-core" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-channel 2.2.1", "async-trait", @@ -4068,7 +4068,7 @@ dependencies = [ [[package]] name = "kaspa-rpc-macros" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "convert_case 0.6.0", "proc-macro-error", @@ -4081,7 +4081,7 @@ dependencies = [ [[package]] name = "kaspa-rpc-service" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-trait", "kaspa-addresses", @@ -4111,7 +4111,7 @@ dependencies = [ [[package]] name = "kaspa-txscript" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "blake2b_simd", "borsh", @@ -4135,7 +4135,7 @@ dependencies = [ [[package]] name = "kaspa-txscript-errors" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "secp256k1", "thiserror", @@ -4144,7 +4144,7 @@ dependencies = [ [[package]] name = "kaspa-utils" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-channel 2.2.1", "borsh", @@ -4167,7 +4167,7 @@ dependencies = [ [[package]] name = "kaspa-utils-tower" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "cfg-if 1.0.0", "futures", @@ -4182,7 +4182,7 @@ dependencies = [ [[package]] name = "kaspa-utxoindex" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "futures", "kaspa-consensus-core", @@ -4202,7 +4202,7 @@ dependencies = [ [[package]] name = "kaspa-wallet-core" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "aes", "ahash 0.8.11", @@ -4280,7 +4280,7 @@ dependencies = [ [[package]] name = "kaspa-wallet-keys" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-trait", "borsh", @@ -4313,7 +4313,7 @@ dependencies = [ [[package]] name = "kaspa-wallet-macros" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "convert_case 0.5.0", "proc-macro-error", @@ -4327,7 +4327,7 @@ dependencies = [ [[package]] name = "kaspa-wasm-core" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "faster-hex 0.6.1", "js-sys", @@ -4337,7 +4337,7 @@ dependencies = [ [[package]] name = "kaspa-wrpc-client" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-std", "async-trait", @@ -4372,7 +4372,7 @@ dependencies = [ [[package]] name = "kaspa-wrpc-server" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-trait", "borsh", @@ -4400,7 +4400,7 @@ dependencies = [ [[package]] name = "kaspa-wrpc-wasm" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "ahash 0.8.11", "async-std", @@ -4430,7 +4430,7 @@ dependencies = [ [[package]] name = "kaspad" version = "0.14.1" -source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=typescript#c0209680be0ba3e890cabafaf3af88cc10d6fc93" +source = "git+https://github.com/aspectron/rusty-kaspa.git?branch=integrations#7e609dc43db2a21a115f1b9ec13ca299dfac836b" dependencies = [ "async-channel 2.2.1", "clap 4.5.4", diff --git a/Cargo.toml b/Cargo.toml index a68ef65..3e41fce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,22 +110,22 @@ egui-notify = "=0.11.0" # kaspa-wrpc-server = { git = "https://github.com/kaspanet/rusty-kaspa.git", branch = "master" } # kaspad = { git = "https://github.com/kaspanet/rusty-kaspa.git", branch = "master" } -kaspa-addresses = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-alloc = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-bip32 = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-cli = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-consensus-core = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-core = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-metrics-core = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-notify = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-rpc-core = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-rpc-service = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-utils = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-wallet-core = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-wallet-keys = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-wrpc-client = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspa-wrpc-server = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } -kaspad = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "typescript" } +kaspa-addresses = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-alloc = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-bip32 = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-cli = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-consensus-core = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-core = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-metrics-core = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-notify = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-rpc-core = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-rpc-service = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-utils = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-wallet-core = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-wallet-keys = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-wrpc-client = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspa-wrpc-server = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } +kaspad = { git = "https://github.com/aspectron/rusty-kaspa.git", branch = "integrations" } # _________________________________________________________ # _ _ _ ____ ____ _ _ ____ _ ____ _ _ _ ____ ____