CW-934 Implement passphrase creation for zano (#2026)

* CW-934 Implement passphrase creation for zano

* Update monero_c dependency to latest commit
Fix issue with zano keys not showing during sync
Fix delays when invoking read only commands in zano
Fix extra padding above passphrase
Reduced lag during app use
This commit is contained in:
cyan 2025-02-18 23:28:27 +01:00 committed by GitHub
parent 9d6f985a59
commit dd8ccee1ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 143 additions and 41 deletions

View file

@ -511,8 +511,8 @@ packages:
dependency: "direct main"
description:
path: "impls/monero.dart"
ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
resolved-ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7"
ref: "65608c09e9093f1cd42c6afd8e9131016c82574b"
resolved-ref: "65608c09e9093f1cd42c6afd8e9131016c82574b"
url: "https://github.com/mrcyjanek/monero_c"
source: git
version: "0.0.0"

View file

@ -25,7 +25,7 @@ dependencies:
monero:
git:
url: https://github.com/mrcyjanek/monero_c
ref: 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7
ref: 65608c09e9093f1cd42c6afd8e9131016c82574b
path: impls/monero.dart
mutex: ^3.1.0
ledger_flutter_plus: ^1.4.1