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.
Guten Ye 10ebb31d49
Added derivation_to_scalar
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 ndorf: Pass ptree by const ref 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 Merge branch 'develop' of github.com:mymonero/mymonero-core-cpp into develop 6 years ago
monero_send_routine.hpp monero_send_routine: replacing pass-by-ref since that was not the real issue 6 years ago
monero_transfer_utils.cpp ndorf: Pass ptree by const ref 6 years ago
monero_transfer_utils.hpp ndorf: Pass ptree by const ref 6 years ago
monero_wallet_utils.cpp ndorf: Pass ptree by const ref 6 years ago
monero_wallet_utils.hpp updated to 0.13.0.3 6 years ago
serial_bridge_index.cpp Added derivation_to_scalar 6 years ago
serial_bridge_index.hpp Added derivation_to_scalar 6 years ago
serial_bridge_utils.cpp ndorf: Pass ptree by const ref 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