summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #6394luigi11112020-04-103-5/+33
|\ \ \ \ \ \
| * | | | | | simplewallet: new "address one-off <major> <minor>" commandmoneromooo-monero2020-04-073-5/+33
| |/ / / / /
* | | | | | Merge pull request #6358luigi11112020-04-105-30/+121
|\ \ \ \ \ \
| * | | | | | blockchain_db: faster fetching of consecutive txesmoneromooo-monero2020-02-275-30/+121
* | | | | | | Merge pull request #6341luigi11112020-04-101-2/+10
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | simplewallet: fix smart mining not starting after first setupmoneromooo-monero2020-02-171-2/+10
| |/ / / / /
* | | | | | Merge pull request #6395luigi11112020-04-041-3/+2
|\ \ \ \ \ \
| * | | | | | Fixing static_asserts in ZMQ JSONLee Clagett2020-03-191-3/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6384luigi11112020-04-041-0/+1
|\ \ \ \ \ \
| * | | | | | db_lmdb: fix race crash using a stale cursormoneromooo-monero2020-03-121-0/+1
* | | | | | | Merge pull request #6381luigi11112020-04-041-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix receive order leakage with tx fluffingLee Clagett2020-03-101-0/+3
| |/ / / / / /
* | | | | | | Merge pull request #6375luigi11112020-04-041-4/+17
|\ \ \ \ \ \ \
| * | | | | | | Added logging for dropped local txes with no i2p/tor connectionsLee Clagett2020-03-071-4/+17
| |/ / / / / /
* | | | | | | Merge pull request #6372luigi11112020-04-041-8/+6
|\ \ \ \ \ \ \
| * | | | | | | p2p: plug tor to clearnet association vectorAaron Hook2020-03-071-8/+6
| |/ / / / / /
* | | | | | | Merge pull request #6364luigi11112020-04-041-2/+14
|\ \ \ \ \ \ \
| * | | | | | | device: Ledger - fix wide char hidapi error string conversionxiphon2020-03-011-2/+14
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #6361luigi11112020-04-041-3/+12
|\ \ \ \ \ \ \
| * | | | | | | Fixed bug in ZMQ JSON-RPC method fieldLee Clagett2019-11-181-3/+12
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #6357luigi11112020-04-047-43/+304
|\ \ \ \ \ \ \
| * | | | | | | daemon: auto public nodes - cache and prioritize most stable nodesxiphon2020-02-287-43/+304
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #6353luigi11112020-04-041-3/+7
|\ \ \ \ \ \ \
| * | | | | | | daemon: if no banned IPs print somethingsumogr2020-02-241-3/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #6351luigi11112020-04-044-19/+29
|\ \ \ \ \ \ \
| * | | | | | | Reduce template bloat in hex->bin for ZMQ jsonLee Clagett2020-03-092-16/+26
| * | | | | | | Move hex->bin conversion to monero copyright files and with less includesLee Clagett2020-03-092-3/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #6347luigi11112020-04-042-10/+20
|\ \ \ \ \ \ \
| * | | | | | | cryptonote_core: skip block notify on blockchain switching rollbackxiphon2020-02-192-10/+20
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #6342luigi11112020-04-041-0/+5
|\ \ \ \ \ \ \
| * | | | | | | rpc: Add check for too old timestamps in payment signatures.Guillaume Le Vaillant2020-02-171-0/+5
| |/ / / / / /
* | | | | | | Merge pull request #6339luigi11112020-04-046-9/+9
|\ \ \ \ \ \ \
| * | | | | | | remove empty statementsInterchained2020-02-176-9/+9
| |/ / / / / /
* | | | | | | Merge pull request #6338luigi11112020-04-049-34/+34
|\ \ \ \ \ \ \
| * | | | | | | Hash domain separationSarang Noether2020-04-019-34/+34
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #6334luigi11112020-04-045-6/+14
|\ \ \ \ \ \ \
| * | | | | | | wallet2_api: wallet recovery - seed offset passphrase supportxiphon2020-02-115-6/+14
* | | | | | | | Merge pull request #6328luigi11112020-04-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | core: mention time being off in hash rate changes messagemoneromooo-monero2020-02-101-1/+1
* | | | | | | | | Merge pull request #6322luigi11112020-04-042-3/+111
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | device_ledger: include status code name in error messagexiphon2020-02-082-3/+111
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #6321luigi11112020-04-041-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | wallet2: mention --daemon-ssl-allow-any-cert in --proxy error msgxiphon2020-02-071-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #6286luigi11112020-04-045-12/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon2020-03-315-12/+0
| | |_|/ / / / / / | |/| | | | | | |
* / | | | | | | | p2p: fix frequent weak_ptr exception on connectionmoneromooo-monero2020-03-311-4/+6
|/ / / / / / / /
* | | | | | | | Merge pull request #6336luigi11112020-03-312-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | tx_pool: catch theoretical error in get_block_rewardmoneromooo-monero2020-02-121-1/+5
| * | | | | | | | threadpool: lock mutex in createmoneromooo-monero2020-02-121-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6325luigi11112020-03-311-1/+4
|\ \ \ \ \ \ \ \