mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 04:19:50 +00:00
* CW-685 Add passphrase restore for xmr/wow (#1552) * CW-685 Add passphrase restore for xmr/wow * add support for polyseed passphrase * disable 14 word seed passphrase (not supported in wownero-seed) fix: Getting grayed screen on latest passphrase build after having restored a 14-word wownero seed (+passphrase) and attempting to restore a XMR seed, legacy or otherwise. * fix pointer when restoring depracated wownero seed * Fix polyseed encryption * changes from review * remove unused code * add passphrase back to the screen add passphrase to qr code backup export * fix settings leaking through currencies on seed restore * fix monero.com builds, make passphrase a getter on WalletBase * add support for weird polyseed * store passphrase for weird polyseed * show encrypted seed only when passphrase is not empty * force set restore height * fix build issues * fix build errors * fix configure script * print -> printV * Update lib/view_model/wallet_keys_view_model.dart [skip ci] * Update lib/view_model/wallet_keys_view_model.dart [skip ci] * Update tool/configure.dart [skip ci] * Update lib/view_model/wallet_new_vm.dart * reuse existing passphrase field * remove unused passphrase field * make workflow run on pullrequests only [skip ci] [skip slack] --------- Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com> Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com> * Zano (#1793) * my experiments * Inital code for Zano integration * Added missing android log lib * added dummy wallet & some zano implementation * fixing api for zano * fixed zano build script * attempt tp fix namespace problem * added copy script for Zano files * changes for zano wallet * last updates * zano.dart test app * wallet recovery * added pending transfer, some cleanup of unused * some cleanup * send + receive qr code * last upd * updated build_zano.sh * updated zano ApiCalls, removed dummy * updated zano ApiCalls, removed dummy * added logging for get status/get info * restored old wallet.dart * restoring original versions of files * restoring original versions of files * restored get_height_by_date.dart, removed unnecessary calls for zano get height * restoring original versions * added multiple destinations, send all flag; some refactoring * logging * removed the duplicate * fixed syncing sync status, decimal division, safe null json parsing * some fixes after merge * added multibalance/asset support for zano (ui) * adding/removing from whitelist * transfers in different assets * transfers for multiple destinations and send all, some refactoring * whitelists, some refactoring * added different digits (decimal points) for formatters, some refactoring * open, create, restore wallet refactoring; whitelists * whitelists * getting and updating transaction list; restoring a wallet from QR code * several attempts to close wallet * some refactoring * added seed phrase * changed fields to BigInt, some fixes * modified build scripts for android * build scripts * restored accidently removed cw_haven.dart * inital ios integration(zano libs built) * update in script * latest changes * Applied a patch for iOS build (Boost and Zano scripts) * Removed zano.dart (script-generated) and some unnecessary files * Revert "Removed zano.dart (script-generated) and some unnecessary files" This reverts commit367c86398e
. * Removed zano.dart (generated by scripts), some files restored to initial versions * added timer library * changed paths in build_zano.sh * build_zano.sh * edit_token_page.dart - removed flag skipZanoAddressValidation Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com> * lib/core/address_validator.dart - updated zano address regex lib/src/screens/dashboard/edit_token_page.dart - using AddressValidator().call * fix zano build issues on android * remove contrib/depends to save space * move async call to a synchronouse one * call sync call in isolate to make it async generate framework for iOS as well fix UR issues * zano changes from monero_c repo * update monero_c hash * fix invalid zano imports, add support for linux, speed up CI builds * update monero_c hash * bump monero_c commit (yes, again, I know) * fix wallet resttore, fix hardcoded IP * fix regex, don't throw error when opening wallet, fix tx history, fix async calls, move stuff to isolate * fix api calls in async transaction creation * update build scripts * fix some build issues * update dependencies * fix dependencies * update ci scripts * Improve multithread use of zano api * Fix build issue * fix zano node selection, move other zano calls to separate isolate * update moneroc hash WIP fixes for zano * update monero_c * fix monero.com builds * sync wallet after connecting * update monero_c * Fix windows builds * update monero_c * update monero_c * unshallow submodule * cherry pick CW-867 Wownero fixes (#1881) * fix wownero syntax error * remove print statements in zano * update zano node URL * [PATCH] Apply new CI script (https://github.com/cake-tech/cake_wallet/pull/1948) * drop env -i to fix cmake build errors on newer system * [skip ci] Revert "[PATCH] Apply new CI script (https://github.com/cake-tech/cake_wallet/pull/1948)" This reverts commit5acb5bfe57
. * [run tests] [skip slack] Fix env in build * Dynamically detect number of cores used to build monero_c, since it appears that zano requires more memory to link (and it reliably fails for first couple builds due to OOM on CI/VM with memory constrains). Drop unshallowing of all modules [run tests] * Changes from review [run tests] * drop zano on linux (missing symbols) fix wownero on linux add aarch64-linux-gnu [run tests] * - remove duplicate entry in addToken() - use walletPassword in createZanoNewWalletCredentials - remove createZanoRestoreWalletFromKeysCredentials [run tests] * [skip ci] update dockerfile * fix parameter issue --------- Co-authored-by: leo <leonid.ivanov@gmail.com> Co-authored-by: cr.zoidberg <crypto.zoidberg@gmail.com> Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com> * - Add Zano Aliases - Enable simpleswap [skip ci] - Fix settings migration versions * push missing file [skip ci] * Zano pr with CW-685 passphrase (#1969) * my experiments * Inital code for Zano integration * Added missing android log lib * added dummy wallet & some zano implementation * fixing api for zano * fixed zano build script * attempt tp fix namespace problem * added copy script for Zano files * changes for zano wallet * last updates * zano.dart test app * wallet recovery * added pending transfer, some cleanup of unused * some cleanup * send + receive qr code * last upd * updated build_zano.sh * updated zano ApiCalls, removed dummy * updated zano ApiCalls, removed dummy * added logging for get status/get info * restored old wallet.dart * restoring original versions of files * restoring original versions of files * restored get_height_by_date.dart, removed unnecessary calls for zano get height * restoring original versions * added multiple destinations, send all flag; some refactoring * logging * removed the duplicate * fixed syncing sync status, decimal division, safe null json parsing * some fixes after merge * added multibalance/asset support for zano (ui) * adding/removing from whitelist * transfers in different assets * transfers for multiple destinations and send all, some refactoring * whitelists, some refactoring * added different digits (decimal points) for formatters, some refactoring * open, create, restore wallet refactoring; whitelists * whitelists * getting and updating transaction list; restoring a wallet from QR code * several attempts to close wallet * some refactoring * added seed phrase * CW-685 Add passphrase restore for xmr/wow * add support for polyseed passphrase * disable 14 word seed passphrase (not supported in wownero-seed) fix: Getting grayed screen on latest passphrase build after having restored a 14-word wownero seed (+passphrase) and attempting to restore a XMR seed, legacy or otherwise. * fix pointer when restoring depracated wownero seed * Fix polyseed encryption * changed fields to BigInt, some fixes * modified build scripts for android * build scripts * restored accidently removed cw_haven.dart * inital ios integration(zano libs built) * update in script * latest changes * changes from review * remove unused code * add passphrase back to the screen add passphrase to qr code backup export * fix settings leaking through currencies on seed restore * fix monero.com builds, make passphrase a getter on WalletBase * add support for weird polyseed * store passphrase for weird polyseed * show encrypted seed only when passphrase is not empty * force set restore height * Applied a patch for iOS build (Boost and Zano scripts) * Removed zano.dart (script-generated) and some unnecessary files * Revert "Removed zano.dart (script-generated) and some unnecessary files" This reverts commit367c86398e
. * Removed zano.dart (generated by scripts), some files restored to initial versions * fix build issues * fix build errors * added timer library * changed paths in build_zano.sh * build_zano.sh * edit_token_page.dart - removed flag skipZanoAddressValidation Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com> * lib/core/address_validator.dart - updated zano address regex lib/src/screens/dashboard/edit_token_page.dart - using AddressValidator().call * fix zano build issues on android * remove contrib/depends to save space * move async call to a synchronouse one * call sync call in isolate to make it async generate framework for iOS as well fix UR issues * zano changes from monero_c repo * update monero_c hash * fix invalid zano imports, add support for linux, speed up CI builds * update monero_c hash * bump monero_c commit (yes, again, I know) * fix wallet resttore, fix hardcoded IP * fix regex, don't throw error when opening wallet, fix tx history, fix async calls, move stuff to isolate * fix api calls in async transaction creation * fix configure script * update build scripts * fix some build issues * update dependencies * fix dependencies * update ci scripts * Improve multithread use of zano api * Fix build issue * fix zano node selection, move other zano calls to separate isolate * update moneroc hash WIP fixes for zano * update monero_c * fix monero.com builds * sync wallet after connecting * update monero_c * Fix windows builds * update monero_c * print -> printV * update monero_c * unshallow submodule * cherry pick CW-867 Wownero fixes (#1881) * fix wownero syntax error * remove print statements in zano * update zano node URL * [PATCH] Apply new CI script (https://github.com/cake-tech/cake_wallet/pull/1948) * drop env -i to fix cmake build errors on newer system * Update lib/view_model/wallet_keys_view_model.dart [skip ci] * Update lib/view_model/wallet_keys_view_model.dart [skip ci] * Update tool/configure.dart [skip ci] * Update lib/view_model/wallet_new_vm.dart * [skip ci] Revert "[PATCH] Apply new CI script (https://github.com/cake-tech/cake_wallet/pull/1948)" This reverts commit5acb5bfe57
. * [run tests] [skip slack] Fix env in build * Dynamically detect number of cores used to build monero_c, since it appears that zano requires more memory to link (and it reliably fails for first couple builds due to OOM on CI/VM with memory constrains). Drop unshallowing of all modules [run tests] * Changes from review [run tests] * drop zano on linux (missing symbols) fix wownero on linux add aarch64-linux-gnu [run tests] * - remove duplicate entry in addToken() - use walletPassword in createZanoNewWalletCredentials - remove createZanoRestoreWalletFromKeysCredentials [run tests] * [skip ci] update dockerfile * reuse existing passphrase field * add passphrase support for zano * Drop aarch64-linux-gnu for now. * fix passphrase display, fix gray screen * catch errors in polyseed encryption, encrypt only polyseed, fix coin in wownero * update monero_c update wownero to 0.11.3.0 * Show passphrase only when non-empty, fix passphrase being displayed as view key private. * fix NanoAccountListPage showing up instead of MoneroAccountListPage for wownero * build zano dependencies on android * fix parameter issue * minor merge leftover [skip ci] * minor cleanup [skip ci] * fix zano alias update eth url for ens lookup change $MAKE_JOB_COUNT to $NPROC * minor cleanup [skip ci] * fix zano alias * Disable passphrase for creation of xmr/wow/zano minor fixes * fix zano on iOS * - Fix get token data - Enable unavailable balance - Enable confirmations count - Adjust explorer link --------- Co-authored-by: leo <leonid.ivanov@gmail.com> Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com> Co-authored-by: cr.zoidberg <crypto.zoidberg@gmail.com> Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com> --------- Co-authored-by: cyan <cyjan@mrcyjanek.net> Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com> Co-authored-by: leo <leonid.ivanov@gmail.com> Co-authored-by: cr.zoidberg <crypto.zoidberg@gmail.com>
467 lines
No EOL
18 KiB
Dart
467 lines
No EOL
18 KiB
Dart
import 'dart:convert' as convert;
|
|
import 'dart:ffi';
|
|
import 'dart:isolate';
|
|
|
|
import 'package:cw_core/transaction_priority.dart';
|
|
import 'package:cw_core/utils/print_verbose.dart';
|
|
import 'package:cw_core/zano_asset.dart';
|
|
import 'package:cw_zano/api/consts.dart';
|
|
import 'package:cw_zano/api/model/asset_id_params.dart';
|
|
import 'package:cw_zano/api/model/create_wallet_result.dart';
|
|
import 'package:cw_zano/api/model/destination.dart';
|
|
import 'package:cw_zano/api/model/get_address_info_result.dart';
|
|
import 'package:cw_zano/api/model/get_recent_txs_and_info_params.dart';
|
|
import 'package:cw_zano/api/model/get_recent_txs_and_info_result.dart';
|
|
import 'package:cw_zano/api/model/get_wallet_info_result.dart';
|
|
import 'package:cw_zano/api/model/get_wallet_status_result.dart';
|
|
import 'package:cw_zano/api/model/proxy_to_daemon_params.dart';
|
|
import 'package:cw_zano/api/model/proxy_to_daemon_result.dart';
|
|
import 'package:cw_zano/api/model/store_result.dart';
|
|
import 'package:cw_zano/api/model/transfer.dart';
|
|
import 'package:cw_zano/api/model/transfer_params.dart';
|
|
import 'package:cw_zano/api/model/transfer_result.dart';
|
|
import 'package:cw_zano/zano_wallet_exceptions.dart';
|
|
import 'package:ffi/ffi.dart';
|
|
import 'package:flutter/foundation.dart';
|
|
import 'package:json_bigint/json_bigint.dart';
|
|
import 'package:monero/zano.dart' as zano;
|
|
import 'package:monero/src/generated_bindings_zano.g.dart' as zanoapi;
|
|
|
|
mixin ZanoWalletApi {
|
|
static const _maxReopenAttempts = 5;
|
|
static const _logInfo = false;
|
|
static const _logError = true;
|
|
static const _logJson = false;
|
|
static const int _zanoMixinValue = 10;
|
|
|
|
int _hWallet = 0;
|
|
|
|
int get hWallet => _hWallet;
|
|
|
|
set hWallet(int value) {
|
|
_hWallet = value;
|
|
}
|
|
|
|
int getCurrentTxFee(TransactionPriority priority) => zano.PlainWallet_getCurrentTxFee(priority.raw);
|
|
|
|
void setPassword(String password) => zano.PlainWallet_resetWalletPassword(hWallet, password);
|
|
|
|
void closeWallet([int? walletToClose]) async {
|
|
info('close_wallet ${walletToClose ?? hWallet}');
|
|
final result = await _closeWallet(walletToClose ?? hWallet);
|
|
info('close_wallet result $result');
|
|
}
|
|
|
|
Future<bool> initWallet() async {
|
|
// pathForWallet(name: , type: type)
|
|
final result = zano.PlainWallet_init("", "", 0);
|
|
printV(result);
|
|
return result == "OK";
|
|
}
|
|
|
|
Future<bool> setupNode(String nodeUrl) async {
|
|
await _setupNode(hWallet, nodeUrl);
|
|
return true;
|
|
}
|
|
|
|
Future<GetWalletInfoResult> getWalletInfo() async {
|
|
final json = await _getWalletInfo(hWallet);
|
|
final result = GetWalletInfoResult.fromJson(jsonDecode(json));
|
|
_json('get_wallet_info', json);
|
|
info('get_wallet_info got ${result.wi.balances.length} balances: ${result.wi.balances} seed: ${_shorten(result.wiExtended.seed)}');
|
|
return result;
|
|
}
|
|
|
|
Future<GetWalletStatusResult> getWalletStatus() async {
|
|
final json = await _getWalletStatus(hWallet);
|
|
if (json == Consts.errorWalletWrongId) {
|
|
error('wrong wallet id');
|
|
throw ZanoWalletException('Wrong wallet id');
|
|
}
|
|
final status = GetWalletStatusResult.fromJson(jsonDecode(json));
|
|
_json('get_wallet_status', json);
|
|
if (_logInfo)
|
|
info(
|
|
'get_wallet_status connected: ${status.isDaemonConnected} in refresh: ${status.isInLongRefresh} progress: ${status.progress} wallet state: ${status.walletState} sync: ${status.currentWalletHeight}/${status.currentDaemonHeight} ${(status.currentWalletHeight/status.currentDaemonHeight*100).toStringAsFixed(2)}%');
|
|
return status;
|
|
}
|
|
|
|
Future<String> invokeMethod(String methodName, Object params) async {
|
|
final request = jsonEncode({
|
|
"method": methodName,
|
|
"params": params,
|
|
});
|
|
final invokeResult = await callSyncMethod('invoke', hWallet, request);
|
|
try {
|
|
jsonDecode(invokeResult);
|
|
} catch (e) {
|
|
if (invokeResult.contains(Consts.errorWalletWrongId)) throw ZanoWalletException('Wrong wallet id');
|
|
error('exception in parsing json in invokeMethod: $invokeResult');
|
|
rethrow;
|
|
}
|
|
return invokeResult;
|
|
}
|
|
|
|
Future<List<ZanoAsset>> getAssetsWhitelist() async {
|
|
try {
|
|
final json = await invokeMethod('assets_whitelist_get', '{}');
|
|
_json('assets_whitelist_get', json);
|
|
final map = jsonDecode(json) as Map<String, dynamic>?;
|
|
_checkForErrors(map);
|
|
List<ZanoAsset> assets(String type, bool isGlobalWhitelist) =>
|
|
(map?['result']?[type] as List<dynamic>?)
|
|
?.map((e) => ZanoAsset.fromJson(e as Map<String, dynamic>, isInGlobalWhitelist: isGlobalWhitelist))
|
|
.toList() ??
|
|
[];
|
|
final localWhitelist = assets('local_whitelist', false);
|
|
final globalWhitelist = assets('global_whitelist', true);
|
|
final ownAssets = assets('own_assets', false);
|
|
if (_logInfo)
|
|
info('assets_whitelist_get got local whitelist: ${localWhitelist.length} ($localWhitelist); '
|
|
'global whitelist: ${globalWhitelist.length} ($globalWhitelist); '
|
|
'own assets: ${ownAssets.length} ($ownAssets)');
|
|
return [...globalWhitelist, ...localWhitelist, ...ownAssets];
|
|
} catch (e) {
|
|
error('assets_whitelist_get $e');
|
|
return [];
|
|
// rethrow;
|
|
}
|
|
}
|
|
|
|
Future<ZanoAsset?> addAssetsWhitelist(String assetId) async {
|
|
try {
|
|
final json = await invokeMethod('assets_whitelist_add', AssetIdParams(assetId: assetId));
|
|
_json('assets_whitelist_add $assetId', json);
|
|
final map = jsonDecode(json) as Map<String, dynamic>?;
|
|
_checkForErrors(map);
|
|
if (map!['result']!['status']! == 'OK') {
|
|
final assetDescriptor = ZanoAsset.fromJson(map['result']!['asset_descriptor']! as Map<String, dynamic>);
|
|
info('assets_whitelist_add added ${assetDescriptor.fullName} ${assetDescriptor.ticker}');
|
|
return assetDescriptor;
|
|
} else {
|
|
info('assets_whitelist_add status ${map['result']!['status']!}');
|
|
return null;
|
|
}
|
|
} catch (e) {
|
|
error('assets_whitelist_add $e');
|
|
return null;
|
|
}
|
|
}
|
|
|
|
Future<bool> removeAssetsWhitelist(String assetId) async {
|
|
try {
|
|
final json = await invokeMethod('assets_whitelist_remove', AssetIdParams(assetId: assetId));
|
|
_json('assets_whitelist_remove $assetId', json);
|
|
final map = jsonDecode(json) as Map<String, dynamic>?;
|
|
_checkForErrors(map);
|
|
info('assets_whitelist_remove status ${map!['result']!['status']!}');
|
|
return (map['result']!['status']! == 'OK');
|
|
} catch (e) {
|
|
error('assets_whitelist_remove $e');
|
|
return false;
|
|
}
|
|
}
|
|
|
|
Future<ProxyToDaemonResult?> _proxyToDaemon(String uri, String body) async {
|
|
final json = await invokeMethod('proxy_to_daemon', ProxyToDaemonParams(body: body, uri: uri));
|
|
final map = jsonDecode(json) as Map<String, dynamic>?;
|
|
_checkForErrors(map);
|
|
return ProxyToDaemonResult.fromJson(map!['result'] as Map<String, dynamic>);
|
|
}
|
|
|
|
Future<ZanoAsset?> getAssetInfo(String assetId) async {
|
|
final methodName = 'get_asset_info';
|
|
final params = AssetIdParams(assetId: assetId);
|
|
final result = await _proxyToDaemon('/json_rpc', '{"method": "$methodName","params": ${jsonEncode(params)}}');
|
|
_json('$methodName $assetId', result?.body ?? '');
|
|
if (result == null) {
|
|
error('get_asset_info empty result');
|
|
return null;
|
|
}
|
|
final map = jsonDecode(result.body) as Map<String, dynamic>?;
|
|
if (map!['error'] != null) {
|
|
info('get_asset_info $assetId error ${map['error']!['code']} ${map['error']!['message']}');
|
|
return null;
|
|
} else if (map['result']!['status']! == 'OK') {
|
|
final assetDescriptor = ZanoAsset.fromJson(map['result']!['asset_descriptor']! as Map<String, dynamic>);
|
|
info('get_asset_info $assetId ${assetDescriptor.fullName} ${assetDescriptor.ticker}');
|
|
return assetDescriptor;
|
|
} else {
|
|
info('get_asset_info $assetId status ${map['result']!['status']!}');
|
|
return null;
|
|
}
|
|
}
|
|
|
|
Future<StoreResult?> store() async {
|
|
try {
|
|
final json = await invokeMethod('store', '{}');
|
|
final map = jsonDecode(json) as Map<String, dynamic>?;
|
|
_checkForErrors(map);
|
|
return StoreResult.fromJson(map!['result'] as Map<String, dynamic>);
|
|
} catch (e) {
|
|
error('store $e');
|
|
return null;
|
|
}
|
|
}
|
|
|
|
Future<GetRecentTxsAndInfoResult> getRecentTxsAndInfo({required int offset, required int count}) async {
|
|
info('get_recent_txs_and_info $offset $count');
|
|
try {
|
|
final json = await invokeMethod('get_recent_txs_and_info', GetRecentTxsAndInfoParams(offset: offset, count: count));
|
|
_json('get_recent_txs_and_info', json);
|
|
final map = jsonDecode(json) as Map<String, dynamic>?;
|
|
_checkForErrors(map);
|
|
final lastItemIndex = map?['result']?['last_item_index'] as int?;
|
|
final totalTransfers = map?['result']?['total_transfers'] as int?;
|
|
final transfers = map?['result']?['transfers'] as List<dynamic>?;
|
|
if (transfers == null || lastItemIndex == null || totalTransfers == null) {
|
|
error('get_recent_txs_and_info empty transfers');
|
|
return GetRecentTxsAndInfoResult.empty();
|
|
}
|
|
info('get_recent_txs_and_info transfers.length: ${transfers.length}');
|
|
return GetRecentTxsAndInfoResult(
|
|
transfers: transfers.map((e) => Transfer.fromJson(e as Map<String, dynamic>)).toList(),
|
|
lastItemIndex: lastItemIndex,
|
|
totalTransfers: totalTransfers,
|
|
);
|
|
} catch (e) {
|
|
error('get_recent_txs_and_info $e');
|
|
return GetRecentTxsAndInfoResult.empty();
|
|
}
|
|
}
|
|
|
|
GetAddressInfoResult getAddressInfo(String address) => GetAddressInfoResult.fromJson(
|
|
jsonDecode(zano.PlainWallet_getAddressInfo(address)),
|
|
);
|
|
|
|
String _shorten(String s) => s.length > 10 ? '${s.substring(0, 4)}...${s.substring(s.length - 4)}' : s;
|
|
|
|
Future<CreateWalletResult> createWallet(String path, String password) async {
|
|
info('create_wallet path $path password ${_shorten(password)}');
|
|
final json = zano.PlainWallet_generate(path, password);
|
|
_json('create_wallet', json);
|
|
final map = jsonDecode(json) as Map<String, dynamic>?;
|
|
if (map?['error'] != null) {
|
|
final code = map!['error']?['code'] ?? '';
|
|
final message = map['error']?['message'] ?? '';
|
|
throw ZanoWalletException('Error creating wallet file, $message ($code)');
|
|
}
|
|
if (map?['result'] == null) {
|
|
throw ZanoWalletException('Error creating wallet file, empty response');
|
|
}
|
|
final result = CreateWalletResult.fromJson(map!['result'] as Map<String, dynamic>);
|
|
info('create_wallet ${result.name} ${result.seed}');
|
|
return result;
|
|
}
|
|
|
|
Future<CreateWalletResult> restoreWalletFromSeed(String path, String password, String seed, String? passphrase) async {
|
|
info('restore_wallet path $path password ${_shorten(password)} seed ${_shorten(seed)}');
|
|
final json = zano.PlainWallet_restore(seed, path, password, passphrase??'');
|
|
_json('restore_wallet', json);
|
|
final map = jsonDecode(json) as Map<String, dynamic>?;
|
|
if (map?['error'] != null) {
|
|
final code = map!['error']!['code'] ?? '';
|
|
final message = map['error']!['message'] ?? '';
|
|
if (code == Consts.errorWrongSeed) {
|
|
throw RestoreFromSeedsException('Error restoring wallet, wrong seed');
|
|
} else if (code == Consts.errorAlreadyExists) {
|
|
throw RestoreFromSeedsException('Error restoring wallet, already exists');
|
|
}
|
|
throw RestoreFromSeedsException('Error restoring wallet, $message ($code)');
|
|
}
|
|
if (map?['result'] == null) {
|
|
throw RestoreFromSeedsException('Error restoring wallet, empty response');
|
|
}
|
|
final result = CreateWalletResult.fromJson(map!['result'] as Map<String, dynamic>);
|
|
info('restore_wallet ${result.name} ${result.wi.address}');
|
|
return result;
|
|
}
|
|
|
|
Future<CreateWalletResult>loadWallet(String path, String password, [int attempt = 0]) async {
|
|
info('load_wallet1 path $path password ${_shorten(password)}');
|
|
final String json;
|
|
try {
|
|
json = zano.PlainWallet_open(path, password);
|
|
} catch (e) {
|
|
error('error in loadingWallet $e');
|
|
rethrow;
|
|
}
|
|
info('load_wallet2: $json');
|
|
final map = jsonDecode(json) as Map<String, dynamic>?;
|
|
if (map?['error'] != null) {
|
|
final code = map?['error']!['code'] ?? '';
|
|
final message = map?['error']!['message'] ?? '';
|
|
if (code == Consts.errorAlreadyExists && attempt <= _maxReopenAttempts) {
|
|
// already connected to this wallet. closing and trying to reopen
|
|
info('already connected. closing and reopen wallet (attempt $attempt)');
|
|
closeWallet(attempt);
|
|
await Future.delayed(const Duration(milliseconds: 500));
|
|
return await loadWallet(path, password, attempt + 1);
|
|
}
|
|
throw ZanoWalletException('Error loading wallet, $message ($code)');
|
|
}
|
|
if (map?['result'] == null) {
|
|
throw ZanoWalletException('Error loading wallet, empty response');
|
|
}
|
|
final result = CreateWalletResult.fromJson(map!['result'] as Map<String, dynamic>);
|
|
info('load_wallet3 ${result.name} ${result.wi.address}');
|
|
return result;
|
|
}
|
|
|
|
Future<TransferResult> transfer(List<Destination> destinations, BigInt fee, String comment) async {
|
|
final params = TransferParams(
|
|
destinations: destinations,
|
|
fee: fee,
|
|
mixin: _zanoMixinValue,
|
|
paymentId: '',
|
|
comment: comment,
|
|
pushPayer: false,
|
|
hideReceiver: true,
|
|
);
|
|
final json = await invokeMethod('transfer', params);
|
|
_json('transfer', json);
|
|
final map = jsonDecode(json);
|
|
final resultMap = map as Map<String, dynamic>?;
|
|
if (resultMap != null) {
|
|
final transferResultMap = resultMap['result'] as Map<String, dynamic>?;
|
|
if (transferResultMap != null) {
|
|
final transferResult = TransferResult.fromJson(transferResultMap);
|
|
info('transfer success hash ${transferResult.txHash}');
|
|
return transferResult;
|
|
} else {
|
|
final errorCode = resultMap['error']?['code'];
|
|
final code = errorCode is int ? errorCode.toString() : errorCode as String? ?? '';
|
|
final message = resultMap['error']?['message'] as String? ?? '';
|
|
error('transfer error $code $message');
|
|
throw TransferException('Transfer error, $message ($code)');
|
|
}
|
|
}
|
|
error('transfer error empty result');
|
|
throw TransferException('Transfer error, empty result');
|
|
}
|
|
|
|
void _checkForErrors(Map<String, dynamic>? map) {
|
|
if (map == null) {
|
|
throw ZanoWalletException('Empty response');
|
|
}
|
|
final result = map['result'];
|
|
if (result == null) {
|
|
throw ZanoWalletException('Empty response');
|
|
}
|
|
if (result['error'] != null) {
|
|
final code = result['error']!['code'] ?? '';
|
|
final message = result['error']!['message'] ?? '';
|
|
if (code == -1 && message == Consts.errorBusy) {
|
|
throw ZanoWalletBusyException();
|
|
}
|
|
throw ZanoWalletException('Error, $message ($code)');
|
|
}
|
|
}
|
|
|
|
/*Future<void> _writeLog(String method, String logMessage) async {
|
|
final dir = await getDownloadsDirectory();
|
|
final logFile = File('${dir!.path}/$method.txt');
|
|
final date = DateTime.now();
|
|
String twoDigits(int value) => value.toString().padLeft(2, '0');
|
|
String removeCRandLF(String input) => input.replaceAll(RegExp('\r|\n'), '');
|
|
await logFile.writeAsString('${twoDigits(date.hour)}:${twoDigits(date.minute)}:${twoDigits(date.second)} ${removeCRandLF(logMessage)}\n',
|
|
mode: FileMode.append);
|
|
}*/
|
|
|
|
static void info(String s) => _logInfo ? debugPrint('[info] $s') : null;
|
|
static void error(String s) => _logError ? debugPrint('[error] $s') : null;
|
|
static void printWrapped(String text) => RegExp('.{1,800}').allMatches(text).map((m) => m.group(0)).forEach(print);
|
|
static void _json(String methodName, String json) => _logJson ? printWrapped('$methodName $json') : null;
|
|
|
|
}
|
|
|
|
Future<String> callSyncMethod(String methodName, int hWallet, String params) async {
|
|
final params_ = params.toNativeUtf8().address;
|
|
final method_name_ = methodName.toNativeUtf8().address;
|
|
final invokeResult = await Isolate.run(() async {
|
|
final lib = zanoapi.ZanoC(DynamicLibrary.open(zano.libPath));
|
|
final txid = lib.ZANO_PlainWallet_syncCall(
|
|
Pointer.fromAddress(method_name_).cast(),
|
|
hWallet,
|
|
Pointer.fromAddress(params_).cast()
|
|
);
|
|
try {
|
|
final strPtr = txid.cast<Utf8>();
|
|
final str = strPtr.toDartString();
|
|
lib.ZANO_free(strPtr.cast());
|
|
return str;
|
|
} catch (e) {
|
|
return "";
|
|
}
|
|
});
|
|
calloc.free(Pointer.fromAddress(method_name_));
|
|
calloc.free(Pointer.fromAddress(params_));
|
|
return invokeResult;
|
|
}
|
|
|
|
Map<String, dynamic> jsonDecode(String json) {
|
|
try {
|
|
return decodeJson(json.replaceAll("\\/", "/")) as Map<String, dynamic>;
|
|
} catch (e) {
|
|
return convert.jsonDecode(json) as Map<String, dynamic>;
|
|
}
|
|
}
|
|
|
|
String jsonEncode(Object? object) {
|
|
return convert.jsonEncode(object);
|
|
}
|
|
|
|
Future<String> _getWalletStatus(int hWallet) async {
|
|
final jsonPtr = await Isolate.run(() async {
|
|
final lib = zanoapi.ZanoC(DynamicLibrary.open(zano.libPath));
|
|
final status = lib.ZANO_PlainWallet_getWalletStatus(
|
|
hWallet,
|
|
);
|
|
return status.address;
|
|
});
|
|
String json = "";
|
|
try {
|
|
final strPtr = Pointer.fromAddress(jsonPtr).cast<Utf8>();
|
|
final str = strPtr.toDartString();
|
|
zano.ZANO_free(strPtr.cast());
|
|
json = str;
|
|
} catch (e) {
|
|
json = "";
|
|
}
|
|
return json;
|
|
}
|
|
Future<String> _getWalletInfo(int hWallet) async {
|
|
final jsonPtr = await Isolate.run(() async {
|
|
final lib = zanoapi.ZanoC(DynamicLibrary.open(zano.libPath));
|
|
final status = lib.ZANO_PlainWallet_getWalletInfo(
|
|
hWallet,
|
|
);
|
|
return status.address;
|
|
});
|
|
String json = "";
|
|
try {
|
|
final strPtr = Pointer.fromAddress(jsonPtr).cast<Utf8>();
|
|
final str = strPtr.toDartString();
|
|
zano.ZANO_free(strPtr.cast());
|
|
json = str;
|
|
} catch (e) {
|
|
json = "";
|
|
}
|
|
return json;
|
|
}
|
|
|
|
Future<String> _setupNode(int hWallet, String nodeUrl) async {
|
|
final resp = await callSyncMethod("reset_connection_url", hWallet, nodeUrl);
|
|
printV(resp);
|
|
final resp2 = await callSyncMethod("run_wallet", hWallet, "");
|
|
printV(resp2);
|
|
return "OK";
|
|
}
|
|
|
|
Future<String> _closeWallet(int hWallet) async {
|
|
final str = await Isolate.run(() async {
|
|
return zano.PlainWallet_closeWallet(hWallet);
|
|
});
|
|
printV("Closing wallet: $str");
|
|
return str;
|
|
} |