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
Matt Smith 60c29af873
Update mymonero-core-cpp submodule
4 years ago
..
submodules Update mymonero-core-cpp submodule 4 years ago
emscr_async_send_bridge.cpp updated emscr_async_send_bridge with fork_rules support; core-cpp updates; wasm/asmjs updated 5 years ago
emscr_async_send_bridge.hpp moved emscr_async_send_bridge back to this repo 5 years ago
index.cpp Merge pull request #91 from ExodusMovement/estimate-fee 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