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 13b943d580
integrating openmonero's fix for mymonero-app-js#240 for spending rct coinbase outs
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_transfer_utils.cpp integrating openmonero's fix for mymonero-app-js#240 for spending rct coinbase outs 6 years ago
monero_transfer_utils.hpp monero_transfer_utils: minor comment clarifications, formatting, and checking (basically impossible) err retval from _rct_hex_to_decrypted_mask; test_all: added stagenet coinbase outputs send test 6 years ago
monero_wallet_utils.cpp validate components for login: disallowing subaddrs 6 years ago
monero_wallet_utils.hpp updated to 0.13.0.3 6 years ago
serial_bridge_index.cpp send step2 clarified arg sending_amount as final_total_wo_fee 6 years ago
serial_bridge_index.hpp send: tweaked step2 name 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