Age | Commit message (Expand) | Author | Files | Lines |
2022-03-02 | Merge pull request #7877 | luigi1111 | 1 | -4/+2 |
2022-02-22 | multisig key exchange update and refactor | koe | 1 | -4/+2 |
2021-11-21 | Add python method | Howard Chu | 1 | -0/+14 |
2021-09-11 | RPC and ZeroMQ APIs to support p2pool | SChernykh | 1 | -0/+8 |
2021-06-11 | python-rpc: add missing python api for new freeze/thaw/frozen RPC | moneromooo-monero | 1 | -0/+33 |
2021-03-20 | python-rpc: add function for new scan_tx RPC | moneromooo-monero | 1 | -0/+11 |
2021-02-09 | New add_aux_pow RPC to support merge mining | moneromooo-monero | 1 | -0/+13 |
2020-08-28 | wallet: allow signing a message with spend or view key | moneromooo-monero | 1 | -1/+2 |
2020-08-16 | Merge pull request #6662 | Alexander Blair | 1 | -1/+1 |
2020-06-17 | python-rpc: fix bad in_peers parameter | moneromooo-monero | 1 | -1/+1 |
2020-05-27 | python-rpc: add missing sync_txpool python entry point | moneromooo-monero | 1 | -0/+10 |
2020-03-30 | Allow unrestricted rpc calls to get full txpool info | Lee Clagett | 1 | -2/+3 |
2020-02-06 | Merge pull request #6069 | Alexander Blair | 1 | -1/+3 |
2020-01-16 | Merge pull request #6144 | Alexander Blair | 1 | -3/+4 |
2020-01-11 | Merge pull request #6105 | Alexander Blair | 1 | -0/+14 |
2019-12-31 | wallet: allow message sign/verify for subaddresses | moneromooo-monero | 1 | -1/+3 |
2019-11-22 | wallet_rpc_server: add count parameter to create_address | Matt Smith | 1 | -3/+4 |
2019-11-06 | wallet_rpc_server: new estimate_tx_size_and_weight RPC | moneromooo-monero | 1 | -0/+14 |
2019-10-29 | python-rpc: add missing strict_balances parameter for get_accounts | moneromooo-monero | 1 | -1/+2 |
2019-10-25 | python-rpc: add missing daemon RPC | moneromooo-monero | 1 | -0/+26 |
2019-10-25 | rpc: add a flush_cache RPC | moneromooo-monero | 1 | -6/+6 |
2019-10-25 | daemon, wallet: new pay for RPC use system | moneromooo-monero | 1 | -32/+130 |
2019-09-17 | functional_tests: check for RPC methods which aren't exposed | moneromooo-monero | 2 | -0/+142 |
2019-09-17 | functional_tests: add get_transaction_pool_stats | moneromooo-monero | 1 | -0/+5 |
2019-09-17 | functional_tests: add save_bc | moneromooo-monero | 1 | -0/+5 |
2019-09-17 | functional_tests: add is_key_image_spent tests | moneromooo-monero | 1 | -0/+6 |
2019-09-17 | functional_tests: add tx_notes tests | moneromooo-monero | 1 | -0/+23 |
2019-09-17 | functional_tests: add wallet attributes test | moneromooo-monero | 1 | -0/+23 |
2019-09-17 | functional_tests: add rescan_spent/rescan_blockchain tests | moneromooo-monero | 1 | -0/+21 |
2019-09-17 | functional_tests: add monero: URI tests | moneromooo-monero | 1 | -0/+26 |
2019-09-17 | wallet: add edit_address_book RPC | moneromooo-monero | 1 | -0/+17 |
2019-09-17 | functional_tests: add address book tests | moneromooo-monero | 1 | -0/+35 |
2019-09-17 | functional_tests: add wallet password change, store and tag tests | moneromooo-monero | 1 | -0/+84 |
2019-09-17 | functional_tests: add spend proof tests | moneromooo-monero | 1 | -0/+25 |
2019-09-17 | functional_tests: add test for mining via wallet | moneromooo-monero | 1 | -0/+23 |
2019-09-17 | functional_tests: add multisig state tests | moneromooo-monero | 1 | -0/+12 |
2019-09-17 | functional_tests: add get_transfers test | moneromooo-monero | 1 | -0/+11 |
2019-09-17 | functional_tests: add missing sweep_dust parameters, and test it | moneromooo-monero | 1 | -1/+7 |
2019-09-17 | functional_tests: move extraneous stuff out of the framework | moneromooo-monero | 1 | -12/+0 |
2019-09-05 | wallet: fix mismatch between two concepts of "balance" | moneromooo-monero | 1 | -1/+2 |
2019-08-17 | Merge pull request #5490 | luigi1111 | 1 | -0/+11 |
2019-08-14 | Merge pull request #5525 | luigi1111 | 1 | -1/+2 |
2019-07-29 | functional_tests: add validate_address tests | moneromooo-monero | 1 | -0/+13 |
2019-06-01 | daemon: add more chain specific info in alt_chain_info | moneromooo-monero | 1 | -1/+2 |
2019-05-09 | python-rpc: add missing getblock RPC parameters | moneromooo-monero | 1 | -2/+4 |
2019-04-24 | functional_tests: add get_fee_estimate to blockchain test | moneromooo-monero | 1 | -0/+11 |
2019-04-16 | wallet_rpc_server: add set_log_level/set_log_categories | moneromooo-monero | 1 | -0/+22 |
2019-04-16 | Merge pull request #5446 | Riccardo Spagni | 1 | -0/+21 |
2019-04-16 | Merge pull request #5434 | Riccardo Spagni | 1 | -1/+2 |
2019-04-15 | functional_tests: add sweep_single test | moneromooo-monero | 1 | -0/+21 |
2019-04-12 | rpc: new sanity check on relayed transactions | moneromooo-monero | 1 | -1/+2 |
2019-04-12 | wallet_rpc_server: fix inconsistent wallet caches on reload | moneromooo-monero | 1 | -4/+20 |
2019-04-11 | console.py: can now connect to several daemons/wallets | moneromooo-monero | 2 | -0/+4 |
2019-04-11 | functional_tests: cold signing key images/outputs import/export | moneromooo-monero | 1 | -0/+44 |
2019-04-11 | functional_tests: add double spend detection tests | moneromooo-monero | 1 | -2/+14 |
2019-04-11 | functional_tests: add alt chains tests | moneromooo-monero | 1 | -0/+15 |
2019-04-11 | functional_tests: add wallet creation language tests | moneromooo-monero | 1 | -4/+14 |
2019-04-11 | functional_tests: add more wallet tests | moneromooo-monero | 1 | -0/+31 |
2019-04-11 | python-rpc: add set_log_level and set_log_categories | moneromooo-monero | 1 | -0/+12 |
2019-04-11 | functional_tests: add describe_transfer tests | moneromooo-monero | 1 | -1/+2 |
2019-04-11 | functional_tests: add more blockchain related tests | moneromooo-monero | 1 | -4/+66 |
2019-04-11 | functional_tests: add bans tests | moneromooo-monero | 1 | -0/+21 |
2019-03-23 | python-rpc: add getblockheadersrange daemon RPC | moneromooo-monero | 1 | -0/+13 |
2019-03-23 | python-rpc: add console.py | moneromooo-monero | 2 | -0/+16 |
2019-03-22 | functional_tests: move RPC API to utils, it is not test specific | moneromooo-monero | 4 | -0/+873 |