Commit Graph

256 Commits (9399cf001112996f40682a4b85557cc631378779)
 

Author SHA1 Message Date
Paul Shapiro 9399cf0011 moved core bridge ctor fn back to CoreBridge b/c it's too specific to CoreBridge
5 years ago
Paul Shapiro 969b59a880 factored Bridge module loader code and common utils out into separate files
5 years ago
Paul Shapiro 7472d036a9 removed unused monero_amount_format_utils and monero_config from MyMoneroCoreBridge
5 years ago
Paul Shapiro 2bf0c5363f migrated emscr_async_send_bridge to mymonero-core-cpp for future
5 years ago
Paul Shapiro d27632c1c0 updated core-cpp with capitalization fix for mnemonics; rebuilt
5 years ago
Paul Shapiro a22f259558 added fee_mask support
5 years ago
Paul Shapiro 304f41d1a7 having exports.compatible_code_from_locale return null for code not found so app can choose what to do
5 years ago
Paul Shapiro 3347d11e72 reworked authors section
5 years ago
Paul Shapiro 4cc03006a8
Merge pull request #83 from ExodusMovement/upstream-fix-encrypt-payment-id-typo
5 years ago
Guten Ye 04403c5872 Fix encrypt_payment_id typo
5 years ago
Paul Shapiro f6aa79cbd9 updated core-cpp with prerct fix and rebuilt wasm/asmjs
5 years ago
Paul Shapiro 623c0e6d0f merged #82 and rebuilt corecpp
5 years ago
Paul Shapiro e0a92ed7be
Merge pull request #82 from ExodusMovement/upstream-encrypt-payment-id
5 years ago
Guten Ye 7c8ff4a54e Added encrypt_payment_id
5 years ago
Paul Shapiro 529fc93194 mymonero core cpp updated
5 years ago
Paul Shapiro 3073a0e81c c 2018 -> 2019
5 years ago
Paul Shapiro 88718db1fb updated README to discuss bin/package_browser_js, mymonero_core_js global etc
5 years ago
Paul Shapiro d81401ea05 added derivation_to_scalar, decodeRctSimple, estimate_rct_tx_size to Readme
5 years ago
Paul Shapiro 721f14a51d emscr_async_send_bridge: removed minor old include ("<future>")
6 years ago
Paul Shapiro 49ac85f1b7 rebuilt with updated mymonero-core-cpp and Guten's added functions
6 years ago
Paul Shapiro 8116a319fc Merge branch 'develop' of github.com:mymonero/mymonero-core-js into develop
6 years ago
Paul Shapiro e2b6ac470c fixed payment_id_string key name in sendingFunds.spec.js
6 years ago
Paul Shapiro b25166b71f
Merge pull request #76 from ExodusMovement/guten/decode_rct_simple
6 years ago
Guten Ye 5516953684 Remove newline at the end of file
6 years ago
Guten Ye 5950000a06 Added decodeRctSimple
6 years ago
Paul Shapiro 8ceb35f95a
Merge pull request #71 from ExodusMovement/guten/derivation_to_scalar
6 years ago
Paul Shapiro 7de66f161e
Merge pull request #73 from ExodusMovement/guten/estimate_rct_tx_size
6 years ago
Guten Ye 882e3f9ab8 Remove newline at the end of file
6 years ago
Guten Ye dd9df3a39b Remove newline at the end of file
6 years ago
Guten Ye 3902091a7f Added derivation_to_scalar
6 years ago
Guten Ye d5e4151a6d Added estimate_rct_tx_size
6 years ago
Paul Shapiro c0be7f8819 updates to the readme for the latest modifications to remove monero_utils, add async__send_funds; added note about paid hosting service for wallet app producers
6 years ago
Paul Shapiro 99195a5597 emscr dep min version note
6 years ago
Paul Shapiro 47db6a2763 fixed up tests/monero_utils.spec having removed monero_utils/monero_utils
6 years ago
Paul Shapiro dea5679c50 updated core-cpp and rebuilt with recent tweaks
6 years ago
Paul Shapiro 0860e055b4 fixed index.js TODO monero_utils by wiring to MyMoneroCoreBridge
6 years ago
Paul Shapiro cba6eef5c0 ndorf: Remove external linkage for private data and functions
6 years ago
Paul Shapiro 4b66149c0d fixed up sendingFunds test call interface
6 years ago
Paul Shapiro 4936f4ec6d removed old comments
6 years ago
Paul Shapiro 60d5897325 completed async__send_funds in CoreBridge
6 years ago
Paul Shapiro c1c812bf64 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
Paul Shapiro 04f21202d5 removed monero_utils/monero_requestURI_utils.js so that it now lives in mymonero-app-js
6 years ago
Paul Shapiro 5b4f6a90a7 fixed get_random_outs req_params amounts (single val constructed -> array)
6 years ago
Paul Shapiro 43f0096a42 opted to change return {err_msg} to throws
6 years ago
Paul Shapiro 9bfa1acee0 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
Paul Shapiro 13d38f3dae removed cruft of nested struct in Send_HeapValsContainer, and renamed that to ~asyncContext
6 years ago
Paul Shapiro 6adf8435a9 added 'valsState' to emscr_async_send_bridge with assertions to check state sanity, pending possible removal of optionals types wrapping step1 and 2 vals
6 years ago
Paul Shapiro ba44bdb61e support for sending err_msg from server back to C++ to free heap vals container and return err
6 years ago
Paul Shapiro 8a29a3531c checking for non-existent task_id in json_roots - probably not strictly necessary since it would throw exception anyway
6 years ago
Paul Shapiro bdfb35c661 updated core-cpp with 'develop'
6 years ago