You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mymonero-core-js/monero_utils
Paul Shapiro 331398f39d
monero_utils/mymonero_response_parser_utils.js -> hostAPI/response_parser_utils.js; added hostAPI/net_service_utils.js, holding HostedMoneroAPIClient_Base request implementation - still not 100% sure it's right to move the actual get unspent outs, get rand outs, and tx submit request calls and response parsing calls to sendingFunds_utils, primarily because parsing may be wrapped in an application-level abstraction for platform-dependent concurrency
6 years ago
..
monero_config.js monero_config: updated the dust threshold from 10^10 to 2*10^9; monero_sendingFunds_utils: enhanced sweeping to support sending dusty but mixable outs to get closer to full account balance 6 years ago
monero_cryptonote_utils_instance.js copyright 6 years ago
monero_keyImage_cache_utils.js mymonero_response_parser_utils, monero_keyImage_cache_utils: for consumers who can't pass a mutable dict for key image caching, added addtl caching-managed code paths - integrators should be sure to call DeleteManagedKeyImagesForWalletWith to release caches e.g. on wallet teardown 6 years ago
monero_paymentID_utils.js copyright 6 years ago
monero_requestURI_utils.js monero_requestURI_utils: added support to request uri parser to allow raw oa and xmr addrs (resolves mymonero/mymonero-app-js/#210) 6 years ago
monero_sendingFunds_utils.js monero_utils/mymonero_response_parser_utils.js -> hostAPI/response_parser_utils.js; added hostAPI/net_service_utils.js, holding HostedMoneroAPIClient_Base request implementation - still not 100% sure it's right to move the actual get unspent outs, get rand outs, and tx submit request calls and response parsing calls to sendingFunds_utils, primarily because parsing may be wrapped in an application-level abstraction for platform-dependent concurrency 6 years ago
monero_txParsing_utils.js copyright 6 years ago
monero_wallet_locale.js copyright 6 years ago
monero_wallet_utils.js monero_wallet_utils: support for wordset detection with prefix-length words to close #14, implemented mnemonic isEqual method to support partial- to full-word comparison 6 years ago