mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
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:
parent
9d6f985a59
commit
dd8ccee1ba
18 changed files with 143 additions and 41 deletions
|
@ -471,8 +471,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"
|
||||
|
|
|
@ -25,7 +25,7 @@ dependencies:
|
|||
monero:
|
||||
git:
|
||||
url: https://github.com/mrcyjanek/monero_c
|
||||
ref: 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7 # monero_c hash
|
||||
ref: 65608c09e9093f1cd42c6afd8e9131016c82574b # monero_c hash
|
||||
path: impls/monero.dart
|
||||
mutex: ^3.1.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue