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/src
Paul Shapiro f6aa79cbd9
updated core-cpp with prerct fix and rebuilt wasm/asmjs
5 years ago
..
submodules updated core-cpp with prerct fix and rebuilt wasm/asmjs 5 years ago
emscr_async_send_bridge.cpp c 2018 -> 2019 5 years ago
emscr_async_send_bridge.hpp c 2018 -> 2019 5 years ago
index.cpp Added encrypt_payment_id 5 years ago
module-post.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