summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | rpc: fix print_pool_sh not finding local txesmoneromooo-monero2020-02-081-1/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6304luigi11112020-03-311-3/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | wallet2: fix store-tx-info loadingmoneromooo-monero2020-01-241-3/+12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6302luigi11112020-03-315-14/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | wallet2_api: implement estimateTransactionFeexiphon2020-01-255-14/+45
| |/ / / / / / /
* | | | | | | | Merge pull request #6301luigi11112020-03-312-14/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | simplewallet: warn about correlations if print-ring-members is not setmoneromooo-monero2020-03-282-14/+18
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #6298luigi11112020-03-311-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | [randomx] Add missing randomx_vm_set_cache()cohcho2020-01-171-0/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6260luigi11112020-03-312-1/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | rpc: add --rpc-payment-allow-free-loopbackmoneromooo-monero2020-03-122-1/+12
* | | | | | | | | Merge pull request #6214luigi11112020-03-317-0/+143
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | protocol: request txpool contents when syncedmoneromooo-monero2020-03-227-0/+143
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #6299Alexander Blair2020-03-272-2/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | wallet2: remember daemon address overrides when loading a new walletmoneromooo-monero2020-03-072-2/+26
* | | | | | | | | Merge pull request #6296Alexander Blair2020-03-271-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | wallet2: reject zero keys in json inputmoneromooo-monero2020-01-161-0/+4
| |/ / / / / / / /
* | | | | | | | | Merge pull request #6295Alexander Blair2020-03-273-7/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | p2p: do not add recently failed addresses to the peerlistmoneromooo-monero2020-03-203-7/+17
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #6289Alexander Blair2020-03-275-12/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | wallet: reroll fake outs selection on local tx_sanity_check failurexiphon2020-01-145-12/+59
* | | | | | | | | | Merge pull request #6288Alexander Blair2020-03-273-20/+38
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ringdb: use a different iv for key and data in rings tablemoneromooo-monero2020-01-091-18/+37
| * | | | | | | | | | simplewallet: reword mixin in user message in terms of ring sizemoneromooo-monero2020-01-091-1/+1
| * | | | | | | | | | wallet2: do not remove known rings when a tx failsmoneromooo-monero2020-01-091-1/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #6285Alexander Blair2020-03-272-2/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | net: fix incorrect less operator for top/i2p addressesAaron Hook2020-01-182-2/+4
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #6284Alexander Blair2020-03-271-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix check_fee() discrepancy.UkoeHB2020-01-091-2/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #6283Alexander Blair2020-03-271-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | p2p: fix off by one adding fallback peersmoneromooo-monero2020-01-071-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #6282Alexander Blair2020-03-271-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Daemon: Guard against reporting "synchronized" too earlyrbrunner72020-01-101-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #6280Alexander Blair2020-03-271-2/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | p2p: fix spurious warning when we're connected to at last one seedmoneromooo-monero2020-01-311-2/+8
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #6279Alexander Blair2020-03-271-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | p2p: fix adding wrong indices to the filtered peer listmoneromooo-monero2020-01-031-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #6275Alexander Blair2020-03-2711-326/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | p2p: remove old debug commandsAaron Hook2020-03-2011-326/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #6227Alexander Blair2020-03-272-30/+65
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | core: move the LockedTXN class out of txpool so it may be reusedmoneromooo-monero2020-03-122-30/+65
| | |_|_|/ / / / / | |/| | | | | | |
* / | | | | | | | workaround for GetObject windows.h macro and rapidjson conflictxiphon2020-03-141-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #6273Alexander Blair2020-03-129-1004/+779
|\ \ \ \ \ \ \ \
| * | | | | | | | Various improvements to the ZMQ JSON-RPC handling:Lee Clagett2020-03-059-1004/+779
| |/ / / / / / /
* | | | | | | | Merge pull request #6268Alexander Blair2020-03-124-13/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | wallet: fix exceptions getting the hash of a pruned txmoneromooo-monero2019-12-304-13/+13
| |/ / / / / / /
* | | | | | | | Merge pull request #6243Alexander Blair2020-03-125-79/+32
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | p2p: remove obsolete local time in handshakemoneromooo-monero2020-01-292-5/+0
| * | | | | | | p2p: avoid sending the same peer list over and overmoneromooo-monero2020-01-293-4/+17
| * | | | | | | p2p: remove backward compatible peer listmoneromooo-monero2020-01-261-58/+2