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 20bf90c7d0
removed final__pid_encrypt
6 years ago
..
MyMoneroCoreBridge.js added a way to build for and run asmjs 6 years ago
MyMoneroCoreCpp.js added a way to build for and run asmjs 6 years ago
MyMoneroCoreCpp.wasm added a way to build for and run asmjs 6 years ago
__IPCSafe_remote_monero_utils.js added a way to build for and run asmjs 6 years ago
__bridged_fns_spec.js deleted new_fake_address_for_rct_tx 6 years ago
monero_amount_format_utils.js updated MyMoneroCoreCpp.js build; cryptonote_utils: extracted destination formatting and money amount formatting to sendingFunds_utils and money_format_utils respectively, and added IPCsafe (string instead of JSBigInt params) create_transaction variant to support call from electron renderer procs etc, and added more complete load readiness waiting interface, and added locateFile impl for passing as emscripten Module template to locate wasm file in various environments; monero_cryptonote_utils_instance: detecting electron renderer and exposing via electron.remote call (will this cause issues with anyone's build systems trying to include electron\?); commenting logs 6 years ago
monero_config.js Add prettier support 6 years ago
monero_keyImage_cache_utils.js lots of moving things around; implemented promise constructor for monero_utils (which is actually MyMoneroCoreBridge, a new class to replace cnUtil).. this was chosen after trying both promises directly in the functions and async/await in one or two decent patterns in order to avoid the requirement that integrators support async/await and to retain the option for calls to monero_utils to remain synchronous - added src/module-post as a post-js in order to fix emscripten .then infinite loop ... this PR does not include any kind of support for calling from electron renderer to electron main - that is, the code to detect electron renderer, then intercept ret.err_msg and throw only if not in electron renderer, and relay ret.err_msg otherwise has been removed for the moment.. will likely be added back 6 years ago
monero_paymentID_utils.js monero_paymentID_utils: removed (now-) old wrapper around monero_utils.new_payment_id 6 years ago
monero_requestURI_utils.js lots of moving things around; implemented promise constructor for monero_utils (which is actually MyMoneroCoreBridge, a new class to replace cnUtil).. this was chosen after trying both promises directly in the functions and async/await in one or two decent patterns in order to avoid the requirement that integrators support async/await and to retain the option for calls to monero_utils to remain synchronous - added src/module-post as a post-js in order to fix emscripten .then infinite loop ... this PR does not include any kind of support for calling from electron renderer to electron main - that is, the code to detect electron renderer, then intercept ret.err_msg and throw only if not in electron renderer, and relay ret.err_msg otherwise has been removed for the moment.. will likely be added back 6 years ago
monero_sendingFunds_utils.js removed final__pid_encrypt 6 years ago
monero_txParsing_utils.js txParsing/isTransactionConfirmed: checking nil height before comparison to prevent false positives 6 years ago
monero_utils.js added a way to build for and run asmjs 6 years ago