aboutsummaryrefslogtreecommitdiff
path: root/utils/python-rpc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-24wallet: background sync with just the view keyj-berman1-0/+42
2024-05-21add key exchange round booster to multisig_accountkoe1-0/+14
2024-05-21copyright: bump to 2024copyCat4-4/+4
2024-03-11functional_tests: test HTTP digest authjeffro2563-6/+12
2024-02-20wallet: feature: transfer amount with fee includedjeffro2561-1/+2
2023-08-01blockchain_db: add k-anonymity to txid fetchingjeffro2561-0/+12
2023-07-28wallet-rpc: restore from multisig seedjeffro2561-1/+2
2023-01-16Copyright: Update to 2023mj-xmr4-4/+4
2022-09-21add an option to force-update multisig key exchange under some circumstanceskoe1-1/+2
2022-08-18allow exporting outputs in chunksmoneromooo-monero1-1/+4
2022-07-21Publish submitted txs via zmqj-berman1-0/+49
2022-05-17disable multisig by defaultmoneromooo-monero1-1/+2
2022-03-04Copyright: Update to 2022mj-xmr3-3/+6
2022-02-22multisig key exchange update and refactorkoe1-4/+2
2021-11-21Add python methodHoward Chu1-0/+14
2021-09-11RPC and ZeroMQ APIs to support p2poolSChernykh1-0/+8
2021-06-11python-rpc: add missing python api for new freeze/thaw/frozen RPCmoneromooo-monero1-0/+33
2021-03-20python-rpc: add function for new scan_tx RPCmoneromooo-monero1-0/+11
2021-02-23python-rpc: adapt urlparse for python3moneromooo-monero1-2/+11
2021-02-09New add_aux_pow RPC to support merge miningmoneromooo-monero1-0/+13
2021-01-18console: fix syntax for python3moneromooo-monero1-2/+2
2020-08-28wallet: allow signing a message with spend or view keymoneromooo-monero1-1/+2
2020-06-17python-rpc: fix bad in_peers parametermoneromooo-monero1-1/+1
2020-05-27python-rpc: add missing sync_txpool python entry pointmoneromooo-monero1-0/+10
2020-03-30Allow unrestricted rpc calls to get full txpool infoLee Clagett1-2/+3
2019-12-31wallet: allow message sign/verify for subaddressesmoneromooo-monero1-1/+3
2019-11-22wallet_rpc_server: add count parameter to create_addressMatt Smith1-3/+4
2019-11-06wallet_rpc_server: new estimate_tx_size_and_weight RPCmoneromooo-monero1-0/+14
2019-10-29python-rpc: add missing strict_balances parameter for get_accountsmoneromooo-monero1-1/+2
2019-10-25python-rpc: add missing daemon RPCmoneromooo-monero1-0/+26
2019-10-25rpc: add a flush_cache RPCmoneromooo-monero1-6/+6
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-32/+130
2019-09-17functional_tests: check for RPC methods which aren't exposedmoneromooo-monero2-0/+142
2019-09-17functional_tests: add get_transaction_pool_statsmoneromooo-monero1-0/+5
2019-09-17functional_tests: add save_bcmoneromooo-monero1-0/+5
2019-09-17functional_tests: add is_key_image_spent testsmoneromooo-monero1-0/+6
2019-09-17functional_tests: add tx_notes testsmoneromooo-monero1-0/+23
2019-09-17functional_tests: add wallet attributes testmoneromooo-monero1-0/+23
2019-09-17functional_tests: add rescan_spent/rescan_blockchain testsmoneromooo-monero1-0/+21
2019-09-17functional_tests: add monero: URI testsmoneromooo-monero1-0/+26
2019-09-17wallet: add edit_address_book RPCmoneromooo-monero1-0/+17
2019-09-17functional_tests: add address book testsmoneromooo-monero1-0/+35
2019-09-17functional_tests: add wallet password change, store and tag testsmoneromooo-monero1-0/+84
2019-09-17functional_tests: add spend proof testsmoneromooo-monero1-0/+25
2019-09-17functional_tests: add test for mining via walletmoneromooo-monero1-0/+23
2019-09-17functional_tests: add multisig state testsmoneromooo-monero1-0/+12
2019-09-17functional_tests: add get_transfers testmoneromooo-monero1-0/+11
2019-09-17functional_tests: add missing sweep_dust parameters, and test itmoneromooo-monero1-1/+7
2019-09-17functional_tests: move extraneous stuff out of the frameworkmoneromooo-monero1-12/+0
2019-09-05wallet: fix mismatch between two concepts of "balance"moneromooo-monero1-1/+2
2019-07-29functional_tests: add validate_address testsmoneromooo-monero1-0/+13
2019-06-01daemon: add more chain specific info in alt_chain_infomoneromooo-monero1-1/+2
2019-05-09python-rpc: add missing getblock RPC parametersmoneromooo-monero1-2/+4
2019-04-24functional_tests: add get_fee_estimate to blockchain testmoneromooo-monero1-0/+11
2019-04-16wallet_rpc_server: add set_log_level/set_log_categoriesmoneromooo-monero1-0/+22
2019-04-15functional_tests: add sweep_single testmoneromooo-monero1-0/+21
2019-04-12rpc: new sanity check on relayed transactionsmoneromooo-monero1-1/+2
2019-04-12wallet_rpc_server: fix inconsistent wallet caches on reloadmoneromooo-monero1-4/+20
2019-04-11console: simple shell over console.pymoneromooo-monero1-0/+3
2019-04-11console.py: can now connect to several daemons/walletsmoneromooo-monero3-53/+69
2019-04-11console.py: add tab completionmoneromooo-monero1-0/+9
2019-04-11functional_tests: cold signing key images/outputs import/exportmoneromooo-monero1-0/+44
2019-04-11functional_tests: add double spend detection testsmoneromooo-monero1-2/+14
2019-04-11functional_tests: add alt chains testsmoneromooo-monero1-0/+15
2019-04-11functional_tests: add wallet creation language testsmoneromooo-monero1-4/+14
2019-04-11functional_tests: add more wallet testsmoneromooo-monero1-0/+31
2019-04-11python-rpc: add set_log_level and set_log_categoriesmoneromooo-monero1-0/+12
2019-04-11functional_tests: add describe_transfer testsmoneromooo-monero1-1/+2
2019-04-11console.py: support connecting to any host, not just 127.0.0.1moneromooo-monero1-5/+23
2019-04-11functional_tests: add more blockchain related testsmoneromooo-monero1-4/+66
2019-04-11functional_tests: add bans testsmoneromooo-monero1-0/+21
2019-03-23python-rpc: add getblockheadersrange daemon RPCmoneromooo-monero1-0/+13
2019-03-23python-rpc: add console.pymoneromooo-monero3-0/+65
2019-03-22functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero4-0/+873