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 7de3cfcefa
removed Math.random replacement with throw pending merge of https://github.com/kripken/emscripten/pull/7096 and replaced Math.random in list rand index in monero_sendingFunds_utils
6 years ago
..
_monero_utils_i_nonthrowing.js removed newlycreatedwallet now-redundant interface fn; added core cpp support for language code -> mnemonic language; removed now unused rand gen fns from cryptonote_utils; added _monero_utils_i(instance)_nonthrowing for usage on an electron main process as remotely called by an electron renderer process, and added unpacking of err msgs to throws so as not to crash call to remote 6 years ago
bridged_fns_spec.js removed '_IPCSafe' suffix and added '_nonIPCSafe' to the other for clarity 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_cryptonote_utils_instance.js removed newlycreatedwallet now-redundant interface fn; added core cpp support for language code -> mnemonic language; removed now unused rand gen fns from cryptonote_utils; added _monero_utils_i(instance)_nonthrowing for usage on an electron main process as remotely called by an electron renderer process, and added unpacking of err msgs to throws so as not to crash call to remote 6 years ago
monero_keyImage_cache_utils.js partial work to integrate new core - WIP, to now remove openssl 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 Add prettier support 6 years ago
monero_sendingFunds_utils.js removed Math.random replacement with throw pending merge of https://github.com/kripken/emscripten/pull/7096 and replaced Math.random in list rand index in monero_sendingFunds_utils 6 years ago
monero_txParsing_utils.js removing some now unused files and switching pid gen to monero_utils 6 years ago