Commit Graph

78 Commits (master)

Author SHA1 Message Date
Matt Smith 60c29af873
Update mymonero-core-cpp submodule
4 years ago
Matt Smith 13ee9247e7 Update mymonero-core-cpp submodule
4 years ago
Paul Shapiro 2266bba165 updated mymonero-core-cpp and rebuild emscr module
5 years ago
Paul Shapiro d041f0ad38 rebuilt core after updates and pkg upgrades
5 years ago
Paul Shapiro 2ea39ffe28
Merge pull request #91 from ExodusMovement/estimate-fee
5 years ago
Paul Shapiro 29a1e7093d
Revert "Revert "Bring back send_step2__try_create_transaction""
5 years ago
Paul Shapiro ff13ee2c4f
Revert "Bring back send_step2__try_create_transaction"
5 years ago
Guten Ye c941a4a4e3 Bring back send_step2__try_create_transaction
5 years ago
Guten Ye 0f0c5a3050 Add estimate_tx_weight
5 years ago
Guten Ye 2526c66094 Add estimate_fee
5 years ago
Paul Shapiro 966deb42f5 updated emscr_async_send_bridge with fork_rules support; core-cpp updates; wasm/asmjs updated
5 years ago
Paul Shapiro d60bacc128 core-cpp updated (but no rebuild for now - we'll do it when core-cpp is updated again)
5 years ago
Paul Shapiro 60b267ec4e fixed up C++ exception reporting by manually passing exception.what() back to JS
5 years ago
Paul Shapiro 5a9a8d9446 updated core-cpp and rebuilt for 0.14.0.0
5 years ago
Paul Shapiro 4074edd43b core-cpp updated
5 years ago
Paul Shapiro ccfd180bd1 core-cpp updated
5 years ago
Paul Shapiro 91ee7ce1d3 updated core-cpp with rct dust sending PR
5 years ago
Paul Shapiro 21483a6586 core cpp commits - no consequential changes for this repo though
5 years ago
Paul Shapiro 84490e83c1 moved emscr_async_send_bridge back to this repo
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 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
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 721f14a51d emscr_async_send_bridge: removed minor old include ("<future>")
5 years ago
Paul Shapiro 49ac85f1b7 rebuilt with updated mymonero-core-cpp and Guten's added functions
5 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
Guten Ye 3902091a7f Added derivation_to_scalar
6 years ago
Guten Ye d5e4151a6d Added estimate_rct_tx_size
6 years ago
Paul Shapiro dea5679c50 updated core-cpp and rebuilt with recent tweaks
6 years ago
Paul Shapiro cba6eef5c0 ndorf: Remove external linkage for private data and functions
6 years ago
Paul Shapiro 4936f4ec6d removed old comments
6 years ago
Paul Shapiro 5b4f6a90a7 fixed get_random_outs req_params amounts (single val constructed -> array)
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
Paul Shapiro 1ba894aed3 added emscr async send bridge, beginning to implement new async send bridge
6 years ago
Paul Shapiro a5f81eb3a1 updated mymonero-core-cpp and rebuilt (mainly readme updates but also verifies addr is not subaddr on validate components for login)
6 years ago
Paul Shapiro 5611835d14 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
Paul Shapiro 9c20339f19 updated emscripten build for 0.13.0.3 (enabled bulletproofs); updated emscripten to that built by 1.38.13 from 1.38.8; added boost::chrono fsyncobj now()
6 years ago
Paul Shapiro 0607e1ecea mymonero core cpp updates - just its tests though
6 years ago
Paul Shapiro cc4c1d24d6 removed old function
6 years ago
Paul Shapiro bbbb50836c updated min ringsize to 11 - tests need to be updated
6 years ago
Paul Shapiro b7ca0152a4 deleted new_fake_address_for_rct_tx
6 years ago