122 Commits (d09f13a5ac9561f552d4093afa56be74dee479ed)
 

Author SHA1 Message Date
Guten Ye d09f13a5ac Remove comments
5 years ago
Guten Ye 03980e5451 Update decodeRctSimple to support bulletproof2
5 years ago
Paul Shapiro 71e383096f updated decodeRct and decodeRctSimple to handle type RCTTypeBulletproof2
5 years ago
Paul Shapiro e27621f435 updated core-custom for 0.14.0.0 fork and monero_transfer_utils for new construct_tx_and_get_tx_key interface
5 years ago
Paul Shapiro 3b7cc01878 monero_transfer_utils: not throwing invalid pid for empty pid str
5 years ago
Paul Shapiro ec5467b189 factored LightwalletAPI_Req_* -> json str creation fns
5 years ago
Paul Shapiro 36af617b06 updated bridge__transfers__send__amountWOnlyDusty to not expect needed more money than found error
5 years ago
Paul Shapiro 0f8bfd3c2d
Merge pull request #23 from ExodusMovement/guten/upstream-includes-dust-utxos
5 years ago
Guten Ye 58ada5b4c4 Keep dust utxo if mixable, no matter sweeping or not
5 years ago
Paul Shapiro 00c9639650 removed emscr_async_send_bridge again
5 years ago
Paul Shapiro ca15366936 added bool->str to serial_bridge_utils - this can probably be improved with a fn using a generic type
5 years ago
Paul Shapiro df52b0d6b8 added is_a_valid_or_not_a_payment_id to monero_paymentID_utils
5 years ago
Paul Shapiro cd8490837e moved emscr_async_send_bridge to this repo from core-js
5 years ago
Paul Shapiro 1820b0e399
Merge pull request #22 from ndorf/master
5 years ago
Nathan Dorfman ff849f2fce fix CMake compile option setting
5 years ago
Paul Shapiro ad3a61b56e corrected caps mnemonic test case data
5 years ago
Paul Shapiro 7e543e0d43 caps agnostic mnemonic test case; added missing fee_mask to test
5 years ago
Paul Shapiro 1e3c5a28f4 readme: fee_mask
5 years ago
Paul Shapiro 365f4a1a5c added fee_mask support
5 years ago
Paul Shapiro 19d189a50b fixed format
5 years ago
Paul Shapiro bb1084ebe8 fixed contributors section
5 years ago
Paul Shapiro bc6acbe760 authors and contributors section
5 years ago
Paul Shapiro 888098e861 added missing pass by ref for ptree in api_fetch_cb_fn arg
5 years ago
Paul Shapiro 966f137d30 fixed pre-rct out .rct field empty detection
5 years ago
Paul Shapiro 57c6e6cc32
Merge pull request #21 from ExodusMovement/develop
5 years ago
Guten Ye 3b1cd7ae03 Added encrypt_payment_id
5 years ago
Paul Shapiro 07b76fea30 c 2018 -> 2019
5 years ago
Paul Shapiro f59f20b4cc Merge branch 'develop' of github.com:mymonero/mymonero-core-cpp into develop
6 years ago
Paul Shapiro 0159c2103c added derivation_to_scalar, decodeRctSimple, and estimate_rct_tx_size
6 years ago
Paul Shapiro 33abf15126
Merge pull request #14 from ExodusMovement/guten/fix-decode-rct-simple-test
6 years ago
Guten Ye 680b4e4367 Fix decodeRctSimple test: typo
6 years ago
Paul Shapiro 0b577ddd9b
Merge pull request #10 from ExodusMovement/guten/derivation_to_scalar
6 years ago
Guten Ye 10ebb31d49 Added derivation_to_scalar
6 years ago
Paul Shapiro 31f5f4d461
Merge pull request #11 from ExodusMovement/guten/decode_rct_simple
6 years ago
Guten Ye f896490c21 Added decodeRctSimple
6 years ago
Paul Shapiro fb9b24d804 Merge branch 'develop' of github.com:mymonero/mymonero-core-cpp into develop
6 years ago
Paul Shapiro a143ee2037 monero_send_routine: replacing pass-by-ref since that was not the real issue
6 years ago
Paul Shapiro a60835b2bd Merge branch 'develop' of github.com:mymonero/mymonero-core-cpp into develop
6 years ago
Paul Shapiro e11449378f async_send_funds args: copies instead of refs to prevent going out of scope exceptions
6 years ago
Paul Shapiro d0d7584fca
Merge pull request #12 from ExodusMovement/guten/estimate_rct_tx_size
6 years ago
Paul Shapiro 707416165b ndorf: Pass ptree by const ref
6 years ago
Paul Shapiro 649290a18a test_all: fixed test log name
6 years ago
Paul Shapiro c51f8bff94 removed emscr async bridge from CMakeLists
6 years ago
Paul Shapiro 399d3fadf1 Implemented async monero send routine
6 years ago
Guten Ye 1fd7d422bd Added estimate_rct_tx_size
6 years ago
Paul Shapiro 41fbc55521 added bridge__mainnet_pubKeyDerivations test case to verify output ownership in generated txs; monero_transfer_utils / serial_bridge_index: exposed tx_pub_key retVal .. one possible addtl retVal would be the output pub keys.. but is there a use in non-test envs for that data?
6 years ago
Paul Shapiro e9d411deec updated monero_wallet_utils::decoded_seed with support to sanitize mnemonic string input with redundant and illegal whitespace chars, and updated tests; fixed bug in same function which prevented to_lower() call from being effective
6 years ago
Paul Shapiro 91048e388d info about boost deps
6 years ago
Paul Shapiro 0f6a76edbc README: rephrase
6 years ago
Paul Shapiro 13b943d580 integrating openmonero's fix for mymonero-app-js#240 for spending rct coinbase outs
6 years ago