138 Commits (master)
 

Author SHA1 Message Date
Paul Shapiro a2c1036ef2 create_transaction: checking output amount overflow before addition
6 years ago
Paul Shapiro 37d01a885e added missing to_addr to prev commit's dsts (regression - funds didn't appear at target)
6 years ago
Paul Shapiro 08edc0bd58 modified the interface to create transactions to remove requirement to construct and send dsts with either change or fake dst, by exposing change amount as param and uncommenting kept change addr / dsts construction - which actually solves a tx not created bug when sending to an addr (who is not oneself) with a short pid
6 years ago
Paul Shapiro c12e98f4ba having err code json ret include err_msg
6 years ago
Paul Shapiro a5fc7efa38 removed requirement to pass dsts[i].is_subaddress via bridge
6 years ago
Paul Shapiro 4032bc1dec language code support for checking prefix instead of full string
6 years ago
Paul Shapiro dd28854917 removed some exceptions when the error should be allowed to be passed back
6 years ago
Paul Shapiro 33be2feb26 added mnemonic_language_from_code and convenience__new_wallet_with_language_code, updating newly_created_wallet to take language code and return mnemonic_language
6 years ago
Paul Shapiro 9a9d9cb8f0 added tx_key to create_transaction ret vals
6 years ago
Paul Shapiro 30d08919b0 fixed nettype in call to seed and keys from mnemonic and removed defaults from those args to prevent similar
6 years ago
Paul Shapiro 8c17ae4766 changed passing of mnemonic_string by value to by ref and taking copy for normalization to simplify interface; returning detected mnemonic language from wallet_with rather than requiring it; added are_equal_mnemonics function
6 years ago
Paul Shapiro d599d30456 CMakeLists: constrained linked boost libs
6 years ago
Paul Shapiro 27efeb8d6b updated to mooo's new openssl-less bulletproofs impl and removed openssl
6 years ago
Paul Shapiro b570efb573 test_all: factored to args_string_from_root
6 years ago
Paul Shapiro 78c656fd0a monero-core-custom commits
6 years ago
Paul Shapiro 18f136433f serial_bridge_index: factored ret_json_from_root and turned pretty-print off
6 years ago
Paul Shapiro ecb9d701c3 bridged__generate_key_image
6 years ago
Paul Shapiro 8f25d553a2 log prefix improvement
6 years ago
Paul Shapiro 05147ea986 fee fns
6 years ago
Paul Shapiro 45b2d42366 bridged__validate_components_for_login, and fixed up some ref passing
6 years ago
Paul Shapiro 4aaef3ddd9 seed_and_keys_from_mnemonic
6 years ago
Paul Shapiro e74c266b7e a few more serial bridge index integrations and tests
6 years ago
Paul Shapiro 6c19abf379 bridged a few integrated and sub address accessors
6 years ago
Paul Shapiro 53a12f1d28 sketching remainder of required bridged fns; impl of decode_address bridge, replacing monero_address_utils isTestnet with nettype, and adding burned sec keys
6 years ago
Paul Shapiro 2ea3a47d85 added serial_bridge_index with JSON-bridged create tx, with new convenience create_transaction fn for extra construction etc, plus test
6 years ago
Paul Shapiro b896c29add added bin/update_submodules
6 years ago
Paul Shapiro e599578273 implemented monero_transfer_utils::create_transaction
6 years ago
Paul Shapiro b72ebdcb04 added monero fork rules, migrated use_fork_rules_fn_type decl to it, added fee est convenience fn and fee test
6 years ago
Paul Shapiro 79f19b8190 removed unused macro
6 years ago
Paul Shapiro 423aff433e some minor fixes and updates to parsing fns in monero_transfer_utils
6 years ago
Paul Shapiro 8a6f3166ba fix to last commit to compile
6 years ago
Paul Shapiro 22bb35bf01 key img nad monero tfer utils (w/o construct tx port yet) compiling w monero src update
6 years ago
Paul Shapiro 5f54c5aa8f decode addr test case
6 years ago
Paul Shapiro ba2901a57c monero address utils compiling (depends on pid utils)
6 years ago
Paul Shapiro 77dce422de compiling monero base inclusion
6 years ago
Paul Shapiro 5abda04c86 initial (wip) test path
6 years ago
Paul Shapiro 7d50c44bc5 gitignore
6 years ago
Paul Shapiro 62de5d12a9 added monero-core-custom as gitmodule
6 years ago