You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paul Shapiro 399d3fadf1
Implemented async monero send routine
6 years ago
..
monero_address_utils.cpp removed new_fake_address_for_rct_tx as it's already in create_transaction 6 years ago
monero_address_utils.hpp removed new_fake_address_for_rct_tx as it's already in create_transaction 6 years ago
monero_fee_utils.cpp ported of send_coins.js / SendFunds() to C++, incl initial block weight support (previous commit already updated fee); set a few 'rct' lookups from get() to get_optional() in serial bridge (likely bugfix for pre rct outs - probably was the cause of some exceptions); returning tx and txBlob_byteLength from convenience__create_transaction for send fns; removed now unnecessary calculate_fee, estimate_rct_tx_size, create_transaction from bridge (encapsulated in send routine).. switched estimated_tx_network_fee over to fee_per_b (API change - the app-side bridge will take fee_per_kb with optl fee_per_b, preferring the latter and converting the former to b by /= 1024 6 years ago
monero_fee_utils.hpp ported of send_coins.js / SendFunds() to C++, incl initial block weight support (previous commit already updated fee); set a few 'rct' lookups from get() to get_optional() in serial bridge (likely bugfix for pre rct outs - probably was the cause of some exceptions); returning tx and txBlob_byteLength from convenience__create_transaction for send fns; removed now unnecessary calculate_fee, estimate_rct_tx_size, create_transaction from bridge (encapsulated in send routine).. switched estimated_tx_network_fee over to fee_per_b (API change - the app-side bridge will take fee_per_kb with optl fee_per_b, preferring the latter and converting the former to b by /= 1024 6 years ago
monero_fork_rules.cpp ported of send_coins.js / SendFunds() to C++, incl initial block weight support (previous commit already updated fee); set a few 'rct' lookups from get() to get_optional() in serial bridge (likely bugfix for pre rct outs - probably was the cause of some exceptions); returning tx and txBlob_byteLength from convenience__create_transaction for send fns; removed now unnecessary calculate_fee, estimate_rct_tx_size, create_transaction from bridge (encapsulated in send routine).. switched estimated_tx_network_fee over to fee_per_b (API change - the app-side bridge will take fee_per_kb with optl fee_per_b, preferring the latter and converting the former to b by /= 1024 6 years ago
monero_fork_rules.hpp ported of send_coins.js / SendFunds() to C++, incl initial block weight support (previous commit already updated fee); set a few 'rct' lookups from get() to get_optional() in serial bridge (likely bugfix for pre rct outs - probably was the cause of some exceptions); returning tx and txBlob_byteLength from convenience__create_transaction for send fns; removed now unnecessary calculate_fee, estimate_rct_tx_size, create_transaction from bridge (encapsulated in send routine).. switched estimated_tx_network_fee over to fee_per_b (API change - the app-side bridge will take fee_per_kb with optl fee_per_b, preferring the latter and converting the former to b by /= 1024 6 years ago
monero_key_image_utils.cpp key img nad monero tfer utils (w/o construct tx port yet) compiling w monero src update 6 years ago
monero_key_image_utils.hpp key img nad monero tfer utils (w/o construct tx port yet) compiling w monero src update 6 years ago
monero_paymentID_utils.cpp key img nad monero tfer utils (w/o construct tx port yet) compiling w monero src update 6 years ago
monero_paymentID_utils.hpp a few more serial bridge index integrations and tests 6 years ago
monero_send_routine.cpp Implemented async monero send routine 6 years ago
monero_send_routine.hpp Implemented async monero send routine 6 years ago
monero_transfer_utils.cpp Implemented async monero send routine 6 years ago
monero_transfer_utils.hpp Implemented async monero send routine 6 years ago
monero_wallet_utils.cpp 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
monero_wallet_utils.hpp updated to 0.13.0.3 6 years ago
serial_bridge_index.cpp Implemented async monero send routine 6 years ago
serial_bridge_index.hpp Implemented async monero send routine 6 years ago
serial_bridge_utils.cpp Implemented async monero send routine 6 years ago
serial_bridge_utils.hpp Implemented async monero send routine 6 years ago
tools__ret_vals.cpp initial (wip) test path 6 years ago
tools__ret_vals.hpp key img nad monero tfer utils (w/o construct tx port yet) compiling w monero src update 6 years ago