diff --git a/__tests__/__snapshots__/MessagesAddress.snapshot.tsx.snap b/__tests__/__snapshots__/MessagesAddress.snapshot.tsx.snap
index f8a79c772..391b4d645 100644
--- a/__tests__/__snapshots__/MessagesAddress.snapshot.tsx.snap
+++ b/__tests__/__snapshots__/MessagesAddress.snapshot.tsx.snap
@@ -272,9 +272,6 @@ exports[`Component Messages Address - test Messages Address - snapshot 1`] = `
style={
{
"alignItems": "center",
- "borderColor": "#18bd18",
- "borderRadius": 5,
- "borderWidth": 1,
"flexDirection": "row",
"justifyContent": "center",
"paddingBottom": 2,
@@ -282,36 +279,22 @@ exports[`Component Messages Address - test Messages Address - snapshot 1`] = `
}
}
>
-
- text translated
-
<
color="#18bd18"
icon={
{
"icon": [
- 576,
+ 640,
512,
- [
- 62140,
- "contact-card",
- "vcard",
- ],
- "f2bb",
- "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 256l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm256-32l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z",
+ [],
+ "f234",
+ "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM504 312l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z",
],
- "iconName": "address-card",
+ "iconName": "user-plus",
"prefix": "fas",
}
}
- size={20}
+ size={25}
style={
{
"marginTop": 3,
diff --git a/components/Components/AddressItem.tsx b/components/Components/AddressItem.tsx
index d56f859e7..92c38e204 100644
--- a/components/Components/AddressItem.tsx
+++ b/components/Components/AddressItem.tsx
@@ -1,6 +1,6 @@
/* eslint-disable react-native/no-inline-styles */
import React, { useContext, useEffect, useState } from 'react';
-import { Text, TouchableOpacity, View } from 'react-native';
+import { TouchableOpacity, View } from 'react-native';
import Clipboard from '@react-native-community/clipboard';
import { ContextAppLoaded } from '../../app/context';
import RegText from './RegText';
@@ -16,7 +16,7 @@ import {
import { useTheme } from '@react-navigation/native';
import { ThemeType } from '../../app/types';
import { FontAwesomeIcon } from '@fortawesome/react-native-fontawesome';
-import { faAddressCard, faPaperPlane } from '@fortawesome/free-solid-svg-icons';
+import { faUserPlus, faPaperPlane } from '@fortawesome/free-solid-svg-icons';
import moment from 'moment';
import 'moment/locale/es';
import 'moment/locale/pt';
@@ -158,18 +158,14 @@ const AddressItem: React.FunctionComponent = ({
alignItems: 'center',
paddingHorizontal: 4,
paddingBottom: 2,
- borderWidth: 1,
- borderColor: colors.primary,
- borderRadius: 5,
}}>
- {translate('addressbook.addto') as string}
-
+
)}
{withIcon && !contact && !oneLine && (
launchAddressBook(address, closeModal, openModal)}>
-
+
)}
{withSendIcon &&
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 1ba6abb36..b3aea2b77 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -610,7 +610,7 @@ dependencies = [
[[package]]
name = "build_utils"
version = "0.1.0"
-source = "git+https://github.com/zingolabs/zingolib?branch=dev#20492e1e87d18a52603be2819dc0f37f08702c3c"
+source = "git+https://github.com/zingolabs/zingolib?branch=dev#bb44853ef5439b1269124773738d0fad21636d0f"
[[package]]
name = "bumpalo"
@@ -847,9 +847,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[package]]
name = "cpufeatures"
-version = "0.2.14"
+version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
+checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6"
dependencies = [
"libc",
]
@@ -907,7 +907,7 @@ dependencies = [
[[package]]
name = "darkside-tests"
version = "0.1.0"
-source = "git+https://github.com/zingolabs/zingolib?branch=dev#20492e1e87d18a52603be2819dc0f37f08702c3c"
+source = "git+https://github.com/zingolabs/zingolib?branch=dev#bb44853ef5439b1269124773738d0fad21636d0f"
dependencies = [
"futures-util",
"hex",
@@ -2611,7 +2611,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15"
dependencies = [
"bytes 1.8.0",
- "heck 0.5.0",
+ "heck 0.4.1",
"itertools 0.13.0",
"log",
"multimap",
@@ -2838,9 +2838,9 @@ dependencies = [
[[package]]
name = "regex-automata"
-version = "0.4.8"
+version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
+checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
dependencies = [
"aho-corasick",
"memchr",
@@ -2991,9 +2991,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
-version = "0.38.39"
+version = "0.38.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
+checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0"
dependencies = [
"bitflags",
"errno",
@@ -3228,9 +3228,9 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.214"
+version = "1.0.215"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
+checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
dependencies = [
"serde_derive",
]
@@ -3247,9 +3247,9 @@ dependencies = [
[[package]]
name = "serde_derive"
-version = "1.0.214"
+version = "1.0.215"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
+checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
dependencies = [
"proc-macro2",
"quote",
@@ -3599,18 +3599,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.68"
+version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
+checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.68"
+version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
+checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",
@@ -4915,7 +4915,7 @@ dependencies = [
[[package]]
name = "zingo-memo"
version = "0.1.0"
-source = "git+https://github.com/zingolabs/zingolib?branch=dev#20492e1e87d18a52603be2819dc0f37f08702c3c"
+source = "git+https://github.com/zingolabs/zingolib?branch=dev#bb44853ef5439b1269124773738d0fad21636d0f"
dependencies = [
"zcash_address",
"zcash_client_backend",
@@ -4927,7 +4927,7 @@ dependencies = [
[[package]]
name = "zingo-netutils"
version = "0.1.0"
-source = "git+https://github.com/zingolabs/zingolib?branch=dev#20492e1e87d18a52603be2819dc0f37f08702c3c"
+source = "git+https://github.com/zingolabs/zingolib?branch=dev#bb44853ef5439b1269124773738d0fad21636d0f"
dependencies = [
"http",
"http-body",
@@ -4948,7 +4948,7 @@ dependencies = [
[[package]]
name = "zingo-status"
version = "0.1.0"
-source = "git+https://github.com/zingolabs/zingolib?branch=dev#20492e1e87d18a52603be2819dc0f37f08702c3c"
+source = "git+https://github.com/zingolabs/zingolib?branch=dev#bb44853ef5439b1269124773738d0fad21636d0f"
dependencies = [
"zcash_primitives",
]
@@ -4956,7 +4956,7 @@ dependencies = [
[[package]]
name = "zingo-sync"
version = "0.1.0"
-source = "git+https://github.com/zingolabs/zingolib?branch=dev#20492e1e87d18a52603be2819dc0f37f08702c3c"
+source = "git+https://github.com/zingolabs/zingolib?branch=dev#bb44853ef5439b1269124773738d0fad21636d0f"
dependencies = [
"crossbeam-channel",
"futures",
@@ -4980,7 +4980,7 @@ dependencies = [
[[package]]
name = "zingolib"
version = "0.2.0"
-source = "git+https://github.com/zingolabs/zingolib?branch=dev#20492e1e87d18a52603be2819dc0f37f08702c3c"
+source = "git+https://github.com/zingolabs/zingolib?branch=dev#bb44853ef5439b1269124773738d0fad21636d0f"
dependencies = [
"append-only-vec",
"base58",