| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5490 | luigi1111 | 2019-08-17 | 1 | -0/+11 |
| |\ | | | | | | | 1a93aa4 functional_tests: add get_fee_estimate to blockchain test (moneromooo-monero) | ||||
| | * | functional_tests: add get_fee_estimate to blockchain test | moneromooo-monero | 2019-04-24 | 1 | -0/+11 |
| | | | |||||
| * | | Merge pull request #5525 | luigi1111 | 2019-08-14 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | | | | | | | 0605406 daemon: sort alt chains by height (moneromooo-monero) 4228ee0 daemon: add optional arguments to alt_chain_info (moneromooo-monero) 880ebfd daemon: add more chain specific info in alt_chain_info (moneromooo-monero) | ||||
| | * | | daemon: add more chain specific info in alt_chain_info | moneromooo-monero | 2019-06-01 | 1 | -1/+2 |
| | |/ | |||||
| * / | python-rpc: add missing getblock RPC parameters | moneromooo-monero | 2019-05-09 | 1 | -2/+4 |
| |/ | |||||
| * | rpc: new sanity check on relayed transactions | moneromooo-monero | 2019-04-12 | 1 | -1/+2 |
| | | | | | This will weed out some transactions with silly rings | ||||
| * | console.py: can now connect to several daemons/wallets | moneromooo-monero | 2019-04-11 | 1 | -0/+2 |
| | | | | | | | Also throw exceptions instead of print+exit, since that makes the error print last, below the python stack trace, where it's much less easy to miss it. | ||||
| * | functional_tests: add alt chains tests | moneromooo-monero | 2019-04-11 | 1 | -0/+15 |
| | | |||||
| * | python-rpc: add set_log_level and set_log_categories | moneromooo-monero | 2019-04-11 | 1 | -0/+12 |
| | | |||||
| * | functional_tests: add more blockchain related tests | moneromooo-monero | 2019-04-11 | 1 | -4/+66 |
| | | | | | | Related to emission, reorgs, getting tx data back, output distribution and histogram | ||||
| * | functional_tests: add bans tests | moneromooo-monero | 2019-04-11 | 1 | -0/+21 |
| | | |||||
| * | python-rpc: add getblockheadersrange daemon RPC | moneromooo-monero | 2019-03-23 | 1 | -0/+13 |
| | | |||||
| * | python-rpc: add console.py | moneromooo-monero | 2019-03-23 | 1 | -0/+8 |
| | | | | | | | | | | | It allows one to connect to a running daemon or wallet, and use its RPC API from python. Usage: python -i console.py <port> It will detect whether it's talking to a daemon or wallet and initialize itself accordingly. | ||||
| * | functional_tests: move RPC API to utils, it is not test specific | moneromooo-monero | 2019-03-22 | 1 | -0/+198 |
