summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | wallet_api: TransactionHistory - fill unconfirmed out payments destsxiphon2020-11-141-0/+4
| |/ / / / /
* | | | | | Merge pull request #7018luigi11112020-11-297-15/+75
|\ \ \ \ \ \
| * | | | | | cryptonote_core: dandelion - use local height or median height if syncingxiphon2020-11-257-15/+75
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #7008luigi11112020-11-292-3/+3
|\ \ \ \ \ \
| * | | | | | Silence stupid warningsHoward Chu2020-11-112-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6973luigi11112020-11-291-6/+4
|\ \ \ \ \ \
| * | | | | | Switch to Dandelion++ fluff mode if no out connections for stem modeLee Clagett2020-11-031-6/+4
| |/ / / / /
* | | | | | Merge pull request #6971luigi11112020-11-291-0/+7
|\ \ \ \ \ \
| * | | | | | protocol: reject empty incoming block messagesmoneromooo-monero2020-11-031-0/+7
| |/ / / / /
* | | | | | Merge pull request #6960luigi11112020-11-291-0/+9
|\ \ \ \ \ \
| * | | | | | rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2Pxiphon2020-11-151-0/+9
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #6949luigi11112020-11-291-2/+8
|\ \ \ \ \ \
| * | | | | | Fix CLI and unrestricted RPC relay_tx with stempoolLee Clagett2020-10-291-2/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6943luigi11112020-11-291-0/+4
|\ \ \ \ \ \
| * | | | | | p2p: remove banned peers from the white listmoneromooo2020-10-271-0/+4
| |/ / / / /
* | | | | | Merge pull request #6937luigi11112020-11-292-1/+4
|\ \ \ \ \ \
| * | | | | | Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable...mj-xmr2020-10-282-1/+4
| |/ / / / /
* | | | | | Merge pull request #6933luigi11112020-11-291-2/+30
|\ \ \ \ \ \
| * | | | | | p2p: use /16 filtering on IPv4-within-IPv6 addressesmoneromooo-monero2020-11-031-2/+30
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #6924luigi11112020-11-291-8/+0
|\ \ \ \ \ \
| * | | | | | blockchain: remove some dead codemoneromooo-monero2020-10-201-8/+0
| |/ / / / /
* | | | | | Merge pull request #6922luigi11112020-11-293-14/+31
|\ \ \ \ \ \
| * | | | | | Make Blockchain::get_fee_quantization_mask() compile timeSChernykh2020-10-203-14/+31
* | | | | | | Merge pull request #6921luigi11112020-11-291-2/+2
|\ \ \ \ \ \ \
| * | | | | | | cryptonote_core: Fix missing override warningsNathan Dorfman2020-10-191-2/+2
| |/ / / / / /
* | | | | | | Merge pull request #6920luigi11112020-11-293-0/+33
|\ \ \ \ \ \ \
| * | | | | | | net_node: add --ban-list optionselsta2020-10-203-0/+33
| |/ / / / / /
* | | | | | | Merge pull request #6915luigi11112020-11-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | bump default number of connections from 8 to 12moneromooo-monero2020-10-181-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #6913luigi11112020-11-291-2/+6
|\ \ \ \ \ \ \
| * | | | | | | wallet2: wait for propagation timeout before marking tx as failedxiphon2020-10-181-2/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #6898luigi11112020-11-292-65/+43
|\ \ \ \ \ \ \
| * | | | | | | device: Ledger - update status codesxiphon2020-10-132-65/+43
| |/ / / / / /
* | | | | | | Merge pull request #6897luigi11112020-11-292-54/+83
|\ \ \ \ \ \ \
| * | | | | | | Add support for i2p and tor seed nodesLee Clagett2020-10-192-54/+83
| |/ / / / / /
* | | | | | | Merge pull request #6895luigi11112020-11-291-0/+7
|\ \ \ \ \ \ \
| * | | | | | | fix next_seed_height regression in getblocktemplate rpcAlexis Enston2020-10-131-0/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #6892luigi11112020-11-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | core_rpc_server: on_send_raw_tx - fix bootstrap daemon mode checkxiphon2020-10-121-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #6849luigi11112020-11-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | rpc_private_headers declaration fixMichal m@lbit Malicki2020-09-271-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #6830luigi11112020-11-284-0/+23
|\ \ \ \ \ \ \
| * | | | | | | Extend TransactionInfo with coinbase and description attributes in wallet/apidsc2020-09-194-0/+23
| |/ / / / / /
* | | | | | | Allow tx note edits via TransactionHistory object in wallet/apidsc2020-11-283-0/+13
* | | | | | | Merge pull request #6826luigi11112020-11-282-101/+203
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Update error messages in daemonTadeas Moravec2020-09-182-101/+203
* | | | | | | Better log message for unusable anon networksHoward Chu2020-11-163-15/+18
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #6902luigi11112020-10-213-0/+11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | wallet2_api: implement stop() to interrupt refresh() loop oncexiphon2020-10-173-0/+11
| | |_|_|/ | |/| | |
* | | | | Merge pull request #6891Alexander Blair2020-10-181-3/+11
|\ \ \ \ \