Full input validation on wallet RPC methods
sneurlax opened this issue · 2 comments
sneurlax commented
-
__construct
-
_run
-
_transform
-
_print
-
create_address
-
label_address
-
create_account
-
label_account
-
tag_accounts
-
untag_accounts
-
set_account_tag_description
-
transfer
-
transfer_split
-
sweep_all
-
sweep_single
-
relay_tx
-
get_payments
-
get_bulk_payments
-
incoming_transfers
-
make_integrated_address
-
split_integrated_address
-
set_tx_notes
-
get_tx_notes
-
set_attribute
-
get_attribute
-
get_tx_key
-
check_tx_key
-
get_tx_proof
-
check_tx_proof
-
get_spend_proof
-
check_spend_proof
-
get_reserve_proof
-
check_reserve_proof
-
get_transfers
-
get_transfer_by_txid
-
sign
-
verify
-
import_key_images
-
make_uri
-
parse_uri
-
get_address_book
-
add_address_book
-
delete_address_book
-
start_mining
-
create_wallet
-
open_wallet
-
make_multisig
-
export_multisig
-
import_multisig_info
-
finalize_multisig
-
sign_multisig
-
submit_multisig
sneurlax commented
Update to include new 0.12 "Lithium Luna" methods (see monero-integrations#43 )
sneurlax commented
monero-wallet-rpc
checks type and validity of parameters, no need to duplicate efforts.