Commit Graph

9 Commits (966deb42f5cb19ede0d5cb7c68bfc061a78e4593)

Author SHA1 Message Date
Paul Shapiro 966deb42f5 updated emscr_async_send_bridge with fork_rules support; core-cpp updates; wasm/asmjs updated
5 years ago
Paul Shapiro 60b267ec4e fixed up C++ exception reporting by manually passing exception.what() back to JS
5 years ago
Paul Shapiro a22f259558 added fee_mask support
5 years ago
Paul Shapiro 3073a0e81c c 2018 -> 2019
5 years ago
Paul Shapiro e2b6ac470c fixed payment_id_string key name in sendingFunds.spec.js
6 years ago
Paul Shapiro 4b66149c0d fixed up sendingFunds test call interface
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 789c1fa71b breaking change to UnspentOuts hostedMoneroAPIClient method callback args: removed redundant unusedOutputs and switched over to mandatory return of per byte fee - prefers per b in API response with fallback to per kb for deploy rollover - per kb can be removed in the future
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