Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
7d79222f daemon: remove debug info (moneromooo-monero) 8fec0f98 functional_tests: add sweep_single test (moneromooo-monero) 9880d61b wallet_rpc_server: remove unused code (moneromooo-monero) 8a61b33d rpc: omit irrelevant fields for pool txes in gettransactions (moneromooo-monero) 56508524 rpc: add relayed in get_transaction output (moneromooo-monero) 82e510f1 rpc: set default log category in core_rpc_server.h (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5434 | Riccardo Spagni | 1 | -1/+2 | |
ccb996af rpc: new sanity check on relayed transactions (moneromooo-monero) | |||||
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 | |
This will weed out some transactions with silly rings | |||||
2019-04-12 | wallet_rpc_server: fix inconsistent wallet caches on reload | moneromooo-monero | 1 | -4/+20 | |
Loading the same wallet as the currently loaded one would autosave the current state after loading it, leading to some kind of rollback effect. We now save before loading to avoid this. If loading fails, it means the current wallet will be saved (or maybe not, depending on where the failure occurs: most of the sanity checks occur before saving). There is a new autosave_current flag to open/restore calls so the (enabled by default) autosave can be skipped. | |||||
2019-04-11 | console: simple shell over console.py | moneromooo-monero | 1 | -0/+3 | |
to avoid the "python -i" part | |||||
2019-04-11 | console.py: can now connect to several daemons/wallets | moneromooo-monero | 3 | -53/+69 | |
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. | |||||
2019-04-11 | console.py: add tab completion | moneromooo-monero | 1 | -0/+9 | |
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 | |
get_transfer_by_txid, get_height, open/close | |||||
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 | console.py: support connecting to any host, not just 127.0.0.1 | moneromooo-monero | 1 | -5/+23 | |
2019-04-11 | functional_tests: add more blockchain related tests | moneromooo-monero | 1 | -4/+66 | |
Related to emission, reorgs, getting tx data back, output distribution and histogram | |||||
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 | 3 | -0/+65 | |
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. | |||||
2019-03-22 | functional_tests: move RPC API to utils, it is not test specific | moneromooo-monero | 4 | -0/+873 | |