aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #4903Riccardo Spagni2018-12-125-0/+62
|\ \ | | | | | | | | | dc1c1252 add command pop_blocks (Jason Wong)
| * | add command pop_blocksJason Wong2018-11-285-0/+62
| |/ | | | | | | | | | | add new public method to Blockchain and update according to code review update after review: better lock/unlock, try catch and coding style
* | Merge pull request #4894Riccardo Spagni2018-12-041-16/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | aee7a4e3 wallet_rpc_server: do not use RPC data if the call failed (moneromooo-monero) 1a0733e5 windows_service: fix memory leak (moneromooo-monero) 0dac3c64 unit_tests: do not rethrow a copy of an exception (moneromooo-monero) 5d9915ab cryptonote: fix get_unit for non default settings (moneromooo-monero) d4f50cb1 remove some unused code (moneromooo-monero) 61163971 a few minor (but easy) performance tweaks (moneromooo-monero) 30023074 tests: slow_memmem now returns size_t (moneromooo-monero)
| * | remove some unused codemoneromooo-monero2018-11-231-16/+1
| |/ | | | | | | Found by codacy.com
* | Merge pull request #4859Riccardo Spagni2018-12-042-7/+3
|\ \ | |/ |/| | | 6f2497bc Don't cache nettype in core_rpc_server use m_core (doy-lee)
| * Don't cache nettype in core_rpc_server use m_coredoy-lee2018-11-162-7/+3
| | | | | | | | | | | | | | This can go out of sync with m_core's nettype if you run in fakechain mode since entering fakechain mode is done through code not the command line and core_rpc_server only looks at the command line to figure out the nettype.
* | Merge pull request #4777Riccardo Spagni2018-11-161-4/+4
|\ \ | |/ |/| | | c17a1d43 daemon: use msg_writer, not cout, to display information (moneromooo-monero)
| * daemon: use msg_writer, not cout, to display informationmoneromooo-monero2018-11-011-4/+4
| |
* | Merge pull request #4648Riccardo Spagni2018-11-011-1/+13
|\ \ | |/ |/| | | a7bffead daemon: fix base fee stating /kB even when it is per byte (moneromooo-monero)
| * daemon: fix base fee stating /kB even when it is per bytemoneromooo-monero2018-10-191-1/+13
| |
* | Merge pull request #4609Riccardo Spagni2018-10-261-1/+1
|\ \ | | | | | | | | | e54e5668 daemon: Show mining address (Ricardo de Vries)
| * | daemon: Show mining addressRicardo de Vries2018-10-181-1/+1
| |/
* | Merge pull request #4536Riccardo Spagni2018-10-262-19/+10
|\ \ | |/ |/| | | fd62b6e7 blocks: use auto-generated .c files instead of 'LD -r -b binary' (xiphon)
| * blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon2018-10-222-19/+10
| |
* | daemon: fix reading past stack on exitmoneromooo-monero2018-10-151-5/+10
| |
* | daemon: do not run complex code in a signal handlermoneromooo-monero2018-10-121-1/+8
|/ | | | | instead, delegate the work to a one off thread and notify it from the signal handler
* Revert "Merge pull request #4472"Riccardo Spagni2018-10-082-10/+19
| | | | | This reverts commit 79d46c4d551a9b1261801960095bf4d24967211a, reversing changes made to c9fc61dbb56cca442c775faa2554a7460879b637.
* blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon2018-10-042-19/+10
|
* Merge pull request #4485Riccardo Spagni2018-10-021-5/+15
|\ | | | | | | 5ec929fb daemon: do not display uptime when not known (moneromooo-monero)
| * daemon: do not display uptime when not knownmoneromooo-monero2018-10-021-5/+15
| |
* | Fix 32bit depends buildsTheCharlatan2018-09-291-0/+2
|/ | | | | Add architecture flags when cmake invokes gcc manually. Add 32bit to Travis.
* Merge pull request #4341Riccardo Spagni2018-09-181-0/+2
|\ | | | | | | e6117282 daemon: request no PoW hashes we don't need when asking for blocks (moneromooo-monero)
| * daemon: request no PoW hashes we don't need when asking for blocksmoneromooo-monero2018-09-051-0/+2
| | | | | | | | This fixes the horrendous slowdown in bc_dyn_stats
* | Merge pull request #4317Riccardo Spagni2018-09-181-2/+5
|\ \ | | | | | | | | | 76f95f05 rpc: allow to pass RPC login via RPC_LOGIN env var (Dusan Klinec)
| * | rpc: allow to pass RPC login via RPC_LOGIN env varDusan Klinec2018-08-311-2/+5
| |/ | | | | | | - passing by parameter is insecure as it is shown in the process list
* | Merge pull request #3430Riccardo Spagni2018-09-181-1/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 42397359 Fixup 32bit arm build (TheCharlatan) a06d2581 Fix Windows build (TheCharlatan) ecaf5b3f Add libsodium to the packages, the arm build was complaining about it. (TheCharlatan) cbbf4d24 Adapt translations to upstream changes (TheCharlatan) db571546 Updated pcsc url (TheCharlatan) f0ba19fd Add lrelease to the depends (TheCharlatan) cfb30462 Add Miniupnp submodule (TheCharlatan) 5f7da005 Unbound is now a submodule. Adapt depends for this. (TheCharlatan) d6b9bdd3 Update readmes to reflect the usage of depends (TheCharlatan) 56b6e41e Add support for apple and arm building (TheCharlatan) 29311fd1 Disable stack unwinding for mingw32 depends build. (TheCharlatan) 8db3d573 Modify depends for monero's dependencies (TheCharlatan) 0806a23a Initial depends addition (TheCharlatan)
| * | Add support for apple and arm buildingTheCharlatan2018-09-101-1/+3
| |/ | | | | | | | | | | Add pcsc-lite to linux builds Fixup windows icu4c linking with depends, the static libraries have an 's' appended to them Compiling depends arm-linux-gnueabihf will allow you to compile armv6zk monero binaries
* / v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-12/+15
|/
* daemon.print_bc: don't print difficulty twicestoffu2018-07-241-1/+1
|
* Merge pull request #4075luigi11112018-07-191-1/+0
|\ | | | | | | 438d52d remove epee from link lines where it's redundant (moneromooo-monero)
| * remove epee from link lines where it's redundantmoneromooo-monero2018-06-281-1/+0
| | | | | | | | | | | | For some reason, this confuses and kills ASAN on startup as it thinks const uint8_t ipv4_network_address::ID is defined multiple times.
* | Merge pull request #4029luigi11112018-07-191-1/+3
|\ \ | | | | | | | | | bd9e4e3 daemon: show a bit more info with print_block (stoffu)
| * | daemon: show a bit more info with print_blockstoffu2018-06-201-1/+3
| | |
* | | Merge pull request #3973luigi11112018-07-194-10/+31
|\ \ \ | | | | | | | | | | | | 50af357 alt_chain_info can now give more info about a particular alt chain (moneromooo-monero)
| * | | alt_chain_info can now give more info about a particular alt chainmoneromooo-monero2018-06-264-10/+31
| | | |
* | | | Merge pull request #3854luigi11112018-07-192-3/+5
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | 149da42 db_lmdb: enable batch transactions by default (stoffu) 34cb6b4 add --regtest and --fixed-difficulty for regression testing (vicsn) 9e1403e update get_info RPC and bump RPC version (vicsn) 207b66e first new functional tests (vicsn)
| * | | add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-292-3/+5
| |/ / | | | | | | | | | | | | | | | | | | on_generateblocks RPC call combines functionality from the on_getblocktemplate and on_submitblock RPC calls to allow rapid block creation. Difficulty is set permanently to 1 for regtest. Makes use of FAKECHAIN network type, but takes hard fork heights from mainchain Default reserve_size in generate_blocks RPC call is now 1. If it is 0, the following error occurs 'Failed to calculate offset for'. Queries hard fork heights info of other network types
* | | Merge pull request #3897luigi11112018-06-202-1/+7
|\ \ \ | | | | | | | | | | | | 63d0ab0 mlog: --max-log-files to set the max number of rotated log files (stoffu)
| * | | mlog: --max-log-files to set the max number of rotated log filesstoffu2018-06-132-1/+7
| |/ /
* | | Merge pull request #3888luigi11112018-06-201-0/+3
|\ \ \ | | | | | | | | | | | | 1aae39d daemon: fix readline interfering with std::cerr usage (moneromooo-monero)
| * | | daemon: fix readline interfering with std::cerr usagemoneromooo-monero2018-05-311-0/+3
| | | | | | | | | | | | | | | | | | | | Once readline is initialized, std::cerr's operator<< will output a 0xff byte for unknown reasons.
* | | | Merge pull request #3757luigi11112018-06-201-2/+17
|\ \ \ \ | |_|_|/ |/| | | | | | | 6f9260e handle optional miner params better (cryptochangements34)
| * | | handle optional miner params bettercryptochangements342018-05-061-2/+17
| | | |
* | | | Merge pull request #3851luigi11112018-06-191-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | a87980f fix build with GCC 8.1.0 (moneromooo-monero)
| * | | | fix build with GCC 8.1.0moneromooo-monero2018-05-261-1/+1
| | |/ / | |/| |
* | | | Merge pull request #3725luigi11112018-06-161-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | 9cc0d42 connection_context: remove state_ prefix from state names (moneromooo-monero) d9d002c daemon: print peer state in sync_info (moneromooo-monero)
| * | | daemon: print peer state in sync_infomoneromooo-monero2018-04-281-1/+1
| | |/ | |/| | | | | | | It's often relevant
* | | Merge pull request #3583luigi11112018-05-311-1/+1
|\ \ \ | | | | | | | | | | | | 372ffeb Add a space in mining to testnet/stagenet string (cryptochangements34)
| * | | Add a space in mining to testnet/stagenet stringcryptochangements342018-04-081-1/+1
| | | |
* | | | Merge pull request #3561luigi11112018-05-311-0/+3
|\ \ \ \ | |_|_|/ |/| | | | | | | 353e9c0 Core RPC: optionally add POW hash to block_header_response (stoffu)