| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wallet_rpc_server: add set_log_level/set_log_categories | moneromooo-monero | 2019-04-16 | 1 | -0/+22 |
| | | |||||
| * | Merge pull request #5446 | Riccardo Spagni | 2019-04-16 | 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) | ||||
| | * | functional_tests: add sweep_single test | moneromooo-monero | 2019-04-15 | 1 | -0/+21 |
| | | | |||||
| * | | Merge pull request #5434 | Riccardo Spagni | 2019-04-16 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | ccb996af rpc: new sanity check on relayed transactions (moneromooo-monero) | ||||
| | * | | rpc: new sanity check on relayed transactions | moneromooo-monero | 2019-04-12 | 1 | -1/+2 |
| | |/ | | | | | | | This will weed out some transactions with silly rings | ||||
| * / | wallet_rpc_server: fix inconsistent wallet caches on reload | moneromooo-monero | 2019-04-12 | 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. | ||||
| * | console: simple shell over console.py | moneromooo-monero | 2019-04-11 | 1 | -0/+3 |
| | | | | | to avoid the "python -i" part | ||||
| * | console.py: can now connect to several daemons/wallets | moneromooo-monero | 2019-04-11 | 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. | ||||
| * | console.py: add tab completion | moneromooo-monero | 2019-04-11 | 1 | -0/+9 |
| | | |||||
| * | functional_tests: cold signing key images/outputs import/export | moneromooo-monero | 2019-04-11 | 1 | -0/+44 |
| | | |||||
| * | functional_tests: add double spend detection tests | moneromooo-monero | 2019-04-11 | 1 | -2/+14 |
| | | |||||
| * | functional_tests: add alt chains tests | moneromooo-monero | 2019-04-11 | 1 | -0/+15 |
| | | |||||
| * | functional_tests: add wallet creation language tests | moneromooo-monero | 2019-04-11 | 1 | -4/+14 |
| | | |||||
| * | functional_tests: add more wallet tests | moneromooo-monero | 2019-04-11 | 1 | -0/+31 |
| | | | | | get_transfer_by_txid, get_height, open/close | ||||
| * | python-rpc: add set_log_level and set_log_categories | moneromooo-monero | 2019-04-11 | 1 | -0/+12 |
| | | |||||
| * | functional_tests: add describe_transfer tests | moneromooo-monero | 2019-04-11 | 1 | -1/+2 |
| | | |||||
| * | console.py: support connecting to any host, not just 127.0.0.1 | moneromooo-monero | 2019-04-11 | 1 | -5/+23 |
| | | |||||
| * | 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 | 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. | ||||
| * | functional_tests: move RPC API to utils, it is not test specific | moneromooo-monero | 2019-03-22 | 4 | -0/+873 |
| | | |||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 10 | -10/+10 |
| | | |||||
| * | Merge pull request #5060 | Riccardo Spagni | 2019-01-28 | 1 | -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 strings | erciccione | 2019-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #4972 | Riccardo Spagni | 2019-01-16 | 1 | -0/+30 |
| |\ \ | |/ |/| | | | b97059fc add erciccione's pgp key (erciccione) | ||||
| | * | add erciccione's pgp key | erciccione | 2018-12-12 | 1 | -0/+30 |
| | | | |||||
| * | | update expiry date for both signing and encryption keys | moneromooo-monero | 2018-12-11 | 1 | -25/+25 |
| |/ | |||||
| * | Utils: Add Dockerfile for android 64-bit build | Gregory Lemercier | 2018-10-09 | 2 | -1/+143 |
| | | |||||
| * | Dockerfile: use single build dir | MoroccanMalinois | 2018-09-25 | 1 | -0/+1 |
| | | |||||
| * | gpg_keys: bump my key validity for two more years | moneromooo-monero | 2018-09-19 | 1 | -14/+13 |
| | | |||||
| * | Docker android: add libsodium | MoroccanMalinois | 2018-09-10 | 1 | -0/+12 |
| | | |||||
| * | Docker android: use common prefix | MoroccanMalinois | 2018-09-10 | 1 | -15/+15 |
| | | |||||
| * | Docker: Fix android build | MoroccanMalinois | 2018-08-22 | 2 | -137/+77 |
| | | |||||
| * | Merge pull request #4148 | luigi1111 | 2018-08-15 | 1 | -0/+1 |
| |\ | | | | | | | fead7eb Clarification of boolean options in config file (jonathancross) | ||||
| | * | Clarification of boolean options in config file | Jonathan Cross | 2018-07-18 | 1 | -0/+1 |
| | | | |||||
| * | | Changed URLs to HTTPS | einsteinsfool | 2018-06-23 | 2 | -4/+4 |
| |/ | |||||
| * | Add key for Sarang Noether | Sarang Noether | 2018-03-29 | 1 | -0/+52 |
| | | |||||
| * | systemd,readme: torsocks config for service | redfish | 2018-03-10 | 1 | -1/+17 |
| | | |||||
| * | removed systemd private tempdir | ston1th | 2018-02-23 | 1 | -1/+0 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 10 | -10/+10 |
| | | |||||
| * | Added using TOOLCHAIN_DIR varable on symlinking in android dockerfiles | damir | 2017-12-19 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #2845 | Riccardo Spagni | 2017-12-02 | 2 | -2/+27 |
| |\ | | | | | | | c256a248 Android dockerfile: add zmq dependency (MoroccanMalinois) | ||||
| | * | Android dockerfile: add zmq dependency | MoroccanMalinois | 2017-11-20 | 2 | -2/+27 |
| | | | |||||
| * | | Add two configuration options to monerod.service: | 0xB44EFD8751077F97 | 2017-11-16 | 1 | -0/+3 |
| |/ | | | | | Restart=always PrivateTmp=true | ||||
| * | Add stoffu's GPG key | stoffu | 2017-11-14 | 1 | -0/+62 |
| | | |||||
| * | Merge pull request #2507 | Riccardo Spagni | 2017-10-15 | 1 | -0/+125 |
| |\ | | | | | | | 787ff011 add Mishi Choudhary's GPG key (Riccardo Spagni) | ||||
| | * | add Mishi Choudhary's GPG key | Riccardo Spagni | 2017-09-21 | 1 | -0/+125 |
| | | | |||||
| * | | utils: systemd: dir for pidfile with permissions | redfish | 2017-09-10 | 1 | -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 #2138 | Riccardo Spagni | 2017-08-07 | 2 | -0/+164 |
| |\ | | | | | | | | | 044c5b55 Readme: add android docker build instruction (MoroccanMalinois) 82836be4 Utils: Add dockerfile for android NDK build (MoroccanMalinois) | ||||
