From e43a9418930a0ff1dc55a746911f9f5e91a242e9 Mon Sep 17 00:00:00 2001 From: Hanh Date: Thu, 10 Oct 2024 00:19:44 +1000 Subject: [PATCH] Fix support of tex addresses --- Cargo.lock | 27 +++++++++++++++++++++++++++ Cargo.toml | 1 + dart-warp | 2 +- ywallet | 2 +- zcash-warp | 2 +- 5 files changed, 31 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0d6326..d4bb732 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1365,6 +1365,32 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "fpdec" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03b7013b21970d6dd4660617bc5a821e2eaad0e06dfd5be13d48faabdfd350fc" +dependencies = [ + "fpdec-core", + "fpdec-macros", +] + +[[package]] +name = "fpdec-core" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64c81a0af753d9c6e1d5f83f956699e66fe578c8002e233c831facaad1becc9f" + +[[package]] +name = "fpdec-macros" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45cd2d5a6b768a966a951d753151922da390c185fcce1ee5f529dab994d8480c" +dependencies = [ + "fpdec-core", + "quote", +] + [[package]] name = "fpe" version = "0.6.1" @@ -4805,6 +4831,7 @@ dependencies = [ "figment", "flatbuffers", "flate2", + "fpdec", "group", "halo2_gadgets", "halo2_proofs", diff --git a/Cargo.toml b/Cargo.toml index 55ef12c..9b1d817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,6 +28,7 @@ tokio-stream = "0.1.15" tonic = { version = "0.12", features = ["tls", "tls-native-roots", "tls-webpki-roots"] } prost = "0.13" hex = { version = "0.4", features = ["serde"] } +fpdec = "0.10.3" r2d2 = "0.8.10" r2d2_sqlite = "0.22.0" lazy_static = "1.5" diff --git a/dart-warp b/dart-warp index c737fe1..efdb573 160000 --- a/dart-warp +++ b/dart-warp @@ -1 +1 @@ -Subproject commit c737fe1171359b3b61cc55e4f5efaa4658f6decd +Subproject commit efdb573ea08998a8f955049bc8884dc62fcd65c7 diff --git a/ywallet b/ywallet index feb877a..5ee76bb 160000 --- a/ywallet +++ b/ywallet @@ -1 +1 @@ -Subproject commit feb877a3f0f8bda4696fc995645b8f755d9b9601 +Subproject commit 5ee76bbcd00c4fc2e477ccb23bc5228a36d1f75d diff --git a/zcash-warp b/zcash-warp index 955e7e9..c1f271f 160000 --- a/zcash-warp +++ b/zcash-warp @@ -1 +1 @@ -Subproject commit 955e7e9159d074da5317696064f6d801c46c36b1 +Subproject commit c1f271fcc666ce310babdb826481f002ddb8b802