summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* wallet_rpc_server: add set_log_level/set_log_categoriesmoneromooo-monero2019-04-161-0/+22
|
* Merge pull request #5446Riccardo Spagni2019-04-161-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)
| * functional_tests: add sweep_single testmoneromooo-monero2019-04-151-0/+21
| |
* | Merge pull request #5434Riccardo Spagni2019-04-161-1/+2
|\ \ | | | | | | | | | ccb996af rpc: new sanity check on relayed transactions (moneromooo-monero)
| * | rpc: new sanity check on relayed transactionsmoneromooo-monero2019-04-121-1/+2
| |/ | | | | | | This will weed out some transactions with silly rings
* / wallet_rpc_server: fix inconsistent wallet caches on reloadmoneromooo-monero2019-04-121-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.
* console: simple shell over console.pymoneromooo-monero2019-04-111-0/+3
| | | | to avoid the "python -i" part
* console.py: can now connect to several daemons/walletsmoneromooo-monero2019-04-113-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.
* console.py: add tab completionmoneromooo-monero2019-04-111-0/+9
|
* functional_tests: cold signing key images/outputs import/exportmoneromooo-monero2019-04-111-0/+44
|
* functional_tests: add double spend detection testsmoneromooo-monero2019-04-111-2/+14
|
* functional_tests: add alt chains testsmoneromooo-monero2019-04-111-0/+15
|
* functional_tests: add wallet creation language testsmoneromooo-monero2019-04-111-4/+14
|
* functional_tests: add more wallet testsmoneromooo-monero2019-04-111-0/+31
| | | | get_transfer_by_txid, get_height, open/close
* python-rpc: add set_log_level and set_log_categoriesmoneromooo-monero2019-04-111-0/+12
|
* functional_tests: add describe_transfer testsmoneromooo-monero2019-04-111-1/+2
|
* console.py: support connecting to any host, not just 127.0.0.1moneromooo-monero2019-04-111-5/+23
|
* functional_tests: add more blockchain related testsmoneromooo-monero2019-04-111-4/+66
| | | | | Related to emission, reorgs, getting tx data back, output distribution and histogram
* functional_tests: add bans testsmoneromooo-monero2019-04-111-0/+21
|
* python-rpc: add getblockheadersrange daemon RPCmoneromooo-monero2019-03-231-0/+13
|
* python-rpc: add console.pymoneromooo-monero2019-03-233-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.
* functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero2019-03-224-0/+873
|
* Update 2019 copyrightbinaryFate2019-03-0510-10/+10
|
* Merge pull request #5060Riccardo Spagni2019-01-281-1/+1
|\ | | | | | | | | cb3b4adb translations: update and sync all language files (erciccione) dc0f618e utils: 'update-translations.sh' now removes obsolete strings (erciccione)
| * utils: 'update-translations.sh' now removes obsolete stringserciccione2019-01-111-1/+1
| |
* | Merge pull request #4972Riccardo Spagni2019-01-161-0/+30
|\ \ | |/ |/| | | b97059fc add erciccione's pgp key (erciccione)
| * add erciccione's pgp keyerciccione2018-12-121-0/+30
| |
* | update expiry date for both signing and encryption keysmoneromooo-monero2018-12-111-25/+25
|/
* Utils: Add Dockerfile for android 64-bit buildGregory Lemercier2018-10-092-1/+143
|
* Dockerfile: use single build dirMoroccanMalinois2018-09-251-0/+1
|
* gpg_keys: bump my key validity for two more yearsmoneromooo-monero2018-09-191-14/+13
|
* Docker android: add libsodiumMoroccanMalinois2018-09-101-0/+12
|
* Docker android: use common prefixMoroccanMalinois2018-09-101-15/+15
|
* Docker: Fix android buildMoroccanMalinois2018-08-222-137/+77
|
* Merge pull request #4148luigi11112018-08-151-0/+1
|\ | | | | | | fead7eb Clarification of boolean options in config file (jonathancross)
| * Clarification of boolean options in config fileJonathan Cross2018-07-181-0/+1
| |
* | Changed URLs to HTTPSeinsteinsfool2018-06-232-4/+4
|/
* Add key for Sarang NoetherSarang Noether2018-03-291-0/+52
|
* systemd,readme: torsocks config for serviceredfish2018-03-101-1/+17
|
* removed systemd private tempdirston1th2018-02-231-1/+0
|
* Update 2018 copyrightxmr-eric2018-01-2610-10/+10
|
* Added using TOOLCHAIN_DIR varable on symlinking in android dockerfilesdamir2017-12-192-2/+2
|
* Merge pull request #2845Riccardo Spagni2017-12-022-2/+27
|\ | | | | | | c256a248 Android dockerfile: add zmq dependency (MoroccanMalinois)
| * Android dockerfile: add zmq dependencyMoroccanMalinois2017-11-202-2/+27
| |
* | Add two configuration options to monerod.service:0xB44EFD8751077F972017-11-161-0/+3
|/ | | | | Restart=always PrivateTmp=true
* Add stoffu's GPG keystoffu2017-11-141-0/+62
|
* Merge pull request #2507Riccardo Spagni2017-10-151-0/+125
|\ | | | | | | 787ff011 add Mishi Choudhary's GPG key (Riccardo Spagni)
| * add Mishi Choudhary's GPG keyRiccardo Spagni2017-09-211-0/+125
| |
* | utils: systemd: dir for pidfile with permissionsredfish2017-09-101-2/+3
|/ | | | | | monerod runs as user monero which does not have write permissions for /var/run. Use systemd's RuntimeDirectory feature to handle this.
* Merge pull request #2138Riccardo Spagni2017-08-072-0/+164
|\ | | | | | | | | 044c5b55 Readme: add android docker build instruction (MoroccanMalinois) 82836be4 Utils: Add dockerfile for android NDK build (MoroccanMalinois)