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 721f14a51d
emscr_async_send_bridge: removed minor old include ("<future>")
6 years ago
..
MyMoneroCoreBridge.js Added decodeRctSimple 6 years ago
MyMoneroCoreCpp_ASMJS.asm.js emscr_async_send_bridge: removed minor old include ("<future>") 6 years ago
MyMoneroCoreCpp_ASMJS.js emscr_async_send_bridge: removed minor old include ("<future>") 6 years ago
MyMoneroCoreCpp_WASM.js rebuilt with updated mymonero-core-cpp and Guten's added functions 6 years ago
MyMoneroCoreCpp_WASM.wasm emscr_async_send_bridge: removed minor old include ("<future>") 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 updated mymonero-core-cpp; updated bridge for new stepwise sending implementation (ported majority of SendFunds to C++ as send_step*_…; updated tests and removed removed bridge methods like calculate_fee, estimate rct tx size, and create_transaction; New: added tests/sendingFunds.spec.js as integration tests for new monero_sendingFunds_utils implementation - run with 'npm test -- tests/sendingFunds.spec.js'; CMakeLists: enabled ASSERTIONS 6 years ago
monero_keyImage_cache_utils.js updated monero_utils references to coreBridge_instance names for clarity - only mymonero-app-js needs to have a 'monero_utils' bridge at this point, so library consumers can now think about using MyMoneroCoreBridge directly (hurray) 6 years ago
monero_paymentID_utils.js monero_paymentID_utils: removed (now-) old wrapper around monero_utils.new_payment_id 6 years ago
monero_sendingFunds_utils.js big changes: removed monero_utils file, plus IPCSafe_remote_monero_utils (this is now up to applications); completely reworked monero_sendingFunds - SendFunds is gone, now implemented in MyMoneroCoreBridge; removed response_parser_utils unspent outs parsing; updated sendingFunds.spec.... next commit will change CoreBridge return { err_msg } to throws since no IPC is necessary anymore 6 years ago
monero_txParsing_utils.js fixed undefined 'moment' error and added tx parsing tests to hit moment codepath 6 years ago