summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Collapse)AuthorAgeFilesLines
* Boring Old DeletesJeffrey2022-04-183-3/+0
| | | | | | Here lies dozens of unused files. This commit is ONLY file deletions except for the removing of a couple of #includes and removing filenames from CmakeLists where appropriate.
* CMake: Add missing headers via monero_find_all_headers macromj-xmr2022-04-061-24/+1
|
* Copyright: Update to 2022mj-xmr2022-03-0417-17/+17
|
* Merge pull request #7891luigi11112021-09-231-0/+1
|\ | | | | | | dfee15e RPC and ZeroMQ APIs to support p2pool (SChernykh)
| * RPC and ZeroMQ APIs to support p2poolSChernykh2021-09-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the following: - "get_miner_data" to RPC API - "json-miner-data" to ZeroMQ subscriber contexts Both provide the necessary data to create a custom block template. They are used by p2pool. Data provided: - major fork version - current height - previous block id - RandomX seed hash - network difficulty - median block weight - coins mined by the network so far - mineable mempool transactions
* | daemon: allow proxy configurationanon2021-08-205-3/+24
|/ | | | | Co-authored-by: selsta <selsta@sent.at> Co-authored-by: tobtoht <thotbot@protonmail.com>
* Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr2021-04-161-0/+1
|
* Merge pull request #7002luigi11112021-04-161-0/+1
|\ | | | | | | 673c6d2 Reduce compilation time of epee/portable_storage_template_helper.h (mj-xmr)
| * Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr2021-03-281-0/+1
| |
* | Merge pull request #7326luigi11112021-03-294-9/+62
|\ \ | |/ |/| | | cf266d6 bootstrap_daemon: proxy configuration support (xiphon)
| * bootstrap_daemon: proxy configuration supportxiphon2021-01-214-9/+62
| |
* | Remove unused variables in monero codebaseKevin Barbour2021-02-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects.
* | Header row for peer list in sync_infoDenis Goddard2020-12-311-0/+1
|/
* Merge pull request #7180Alexander Blair2020-12-261-3/+9
|\ | | | | | | 56748e1d7 ban lists may now include subnets (moneromooo-monero)
| * ban lists may now include subnetsmoneromooo-monero2020-12-221-3/+9
| |
* | restrict public node checks a littlemoneromooo-monero2020-12-221-0/+4
|/ | | | | do not include blocked hosts in peer lists or public node lists by default, warn about no https on clearnet and about untrusted peers likely being spies
* daemon: the ban command can now load IPs from a file (ban @filename)moneromooo-monero2020-12-142-4/+42
|
* Merge pull request #6948Alexander Blair2020-12-011-1/+2
|\ | | | | | | 65903d2cf Add rpc-restricted-bind-ip option (Howard Chu)
| * Add rpc-restricted-bind-ip optionHoward Chu2020-10-291-1/+2
| | | | | | | | Fixes #6369
* | Merge pull request #6826luigi11112020-11-282-101/+203
|\ \ | |/ |/| | | 83da867 Update error messages in daemon (tmoravec)
| * Update error messages in daemonTadeas Moravec2020-09-182-101/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When given a wrong argument, some daemon commands failed with "unknown command" error, instead of a meaningful error message. This patch brings consistency into the error messages. In several places, this patch removes relatively useful messages, and replaces them with more generic ones. E.g., - std::cout << "use: print_pl [white] [gray] [<limit>] [pruned] [publicrpc]" << std::endl; + std::cout << "Invalid syntax: Too many parameters. For more details, use the help command." << std::endl; There are two reasons for this: 1. Consistency. 2. Removing duplicates. The detailed information about the parameters is present in the help messages already. Having it in two places increases the risk that the messages would get out of date.
* | daemon: Windows - fix FAT32 warning, trailing backslash is requiredxiphon2020-09-201-1/+1
| |
* | Merge pull request #6703Alexander Blair2020-08-161-1/+3
|\ \ | | | | | | | | | 8baa7bb23 daemon: don't print "(pruned)" for coinbase txes (moneromooo-monero)
| * | daemon: don't print "(pruned)" for coinbase txesmoneromooo-monero2020-07-241-1/+3
| | | | | | | | | | | | | | | Pruned coinbase txes are the same as unpruned ones, so the prunable data is empty
* | | Merge pull request #6689Alexander Blair2020-08-161-2/+4
|\ \ \ | | | | | | | | | | | | | | | | afd002c31 daemon: print sampling time in print_net_stats (moneromooo-monero) ec7bba079 util: fix kilo prefix typo (K instead of k) (moneromooo-monero)
| * | | daemon: print sampling time in print_net_statsmoneromooo-monero2020-06-251-2/+4
| | |/ | |/|
* | | Merge pull request #6614Alexander Blair2020-08-162-2/+36
|\ \ \ | | | | | | | | | | | | fb31167b1 Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command (rbrunner7)
| * | | Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' commandrbrunner72020-07-242-2/+36
| | | |
* | | | Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-044-33/+46
|/ / /
* | | Merge pull request #6578Alexander Blair2020-07-191-0/+21
|\ \ \ | | | | | | | | | | | | a6803231e daemon: complain if data dir resides on FAT32 volume (Windows) (xiphon)
| * | | daemon: complain if data dir resides on FAT32 volume (Windows)xiphon2020-05-211-0/+21
| |/ /
* | | Merge pull request #6516Alexander Blair2020-07-191-1/+0
|\ \ \ | | | | | | | | | | | | 8656a8c9f remove double includes (sumogr)
| * | | remove double includessumogr2020-05-111-1/+0
| | | |
* | | | Merge pull request #6512Alexander Blair2020-07-1917-17/+17
|\ \ \ \ | |_|_|/ |/| | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * | | Update copyright year to 2020SomaticFanatic2020-05-0617-17/+17
| | |/ | |/| | | | | | | Update copyright year to 2020
* / | daemon: remove time based "update needed" status stringmoneromooo-monero2020-05-241-2/+1
|/ /
* | Merge pull request #6408luigi11112020-04-211-2/+2
|\ \ | |/ |/| | | 5ef7138 daemon: fix print_net_stats RPC calls (moneromooo-monero)
| * daemon: fix print_net_stats RPC callsmoneromooo-monero2020-03-291-2/+2
| |
* | Merge pull request #6353luigi11112020-04-041-3/+7
|\ \ | | | | | | | | | 6810150 daemon: if no banned IPs print something (sumogr)
| * | daemon: if no banned IPs print somethingsumogr2020-02-241-3/+7
| | |
* | | Merge pull request #6339luigi11112020-04-041-1/+1
|\ \ \ | |_|/ |/| | | | | c61abf8 remove empty statements (shopglobal)
| * | remove empty statementsInterchained2020-02-171-1/+1
| | | | | | | | | | | | Cleaning up a little around the code base.
* | | Merge pull request #6225Alexander Blair2020-02-281-3/+3
|\ \ \ | | | | | | | | | | | | 987c3139 print_coinbase_tx_sum now supports 128 bits sums (moneromooo-monero)
| * | | print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero2019-12-121-3/+3
| | | | | | | | | | | | | | | | The tail emission will bring the total above 64 bits
* | | | Merge pull request #6211Alexander Blair2020-02-284-6/+21
|\ \ \ \ | |_|_|/ |/| | | | | | | 5985c5af rpc: add bad-blocks to flush_cache RPC (moneromooo-monero)
| * | | rpc: add bad-blocks to flush_cache RPCmoneromooo-monero2019-12-024-6/+21
| |/ / | | | | | | | | | Flushes m_invalid_blocks in Blockchain.
* | | Merge pull request #6198luigi11112020-02-192-5/+7
|\ \ \ | |_|/ |/| | | | | 5f2a32c daemon: run with -rpc-payment-address and --rpc-restricted-bind-port (moneromooo-monero)
| * | daemon: run with -rpc-payment-address and --rpc-restricted-bind-portmoneromooo-monero2019-11-292-5/+7
| |/
* | Merge pull request #6096Alexander Blair2020-02-063-4/+43
|\ \ | | | | | | | | | a633f85d daemon: allow printing N blocks from the end of the chain (moneromooo-monero)
| * | daemon: allow printing N blocks from the end of the chainmoneromooo-monero2019-11-043-4/+43
| |/ | | | | | | | | It's a very common usage (for my anyway) and avoids the need to get the current height, paste, subtract one, etc