summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3914v0.12.2.0Riccardo Spagni2018-06-031-3/+3
|\ | | | | | | 107eec4d protocol: drop (and increase fails) if most blocks hashes are invalid (moneromooo-monero)
| * protocol: drop (and increase fails) if most blocks hashes are invalidmoneromooo-monero2018-06-031-3/+3
| |
* | Merge pull request #3912Riccardo Spagni2018-06-031-1/+1
|\ \ | | | | | | | | | de742b5c blockchain: demote a hash-of-hashes validation warning to debug (moneromooo-monero)
| * | blockchain: demote a hash-of-hashes validation warning to debugmoneromooo-monero2018-06-021-1/+1
| |/ | | | | | | | | This data comes from untrusted peers, and validation failures are therefore normal.
* | remove -master from version stringRiccardo Spagni2018-06-021-1/+1
| |
* | update checkpoints.dat for point releaseRiccardo Spagni2018-06-022-1/+1
| |
* | bump version for 0.12.2 point releaseRiccardo Spagni2018-06-021-1/+1
| |
* | rpc: the cache is still for non cumulative on that branchmoneromooo-monero2018-06-011-0/+7
|/
* Merge pull request #3893Riccardo Spagni2018-05-311-6/+7
|\ | | | | | | 410c6e5b rpc: convert distribution to cumulative after caching (moneromooo-monero)
| * rpc: convert distribution to cumulative after cachingmoneromooo-monero2018-05-311-6/+7
| | | | | | | | This avoids double conversion on a later cache hit
* | Merge pull request #3891Riccardo Spagni2018-05-311-1/+1
|\ \ | | | | | | | | | 9e96873f wallet2: don't ask for pruned txes yet, we still parse the entire tx (moneromooo-monero)
| * | wallet2: don't ask for pruned txes yet, we still parse the entire txmoneromooo-monero2018-05-311-1/+1
| |/
* | Merge pull request #3883Riccardo Spagni2018-05-311-0/+7
|\ \ | | | | | | | | | 15e029ac rpc: fix get_output_distribution cache for the cumulative case (moneromooo-monero)
| * | rpc: fix get_output_distribution cache for the cumulative casemoneromooo-monero2018-05-301-0/+7
| |/ | | | | | | The distribution was not converted to cumulative after a cache hit
* | Merge pull request #3802Riccardo Spagni2018-05-312-6/+15
|\ \ | | | | | | | | | a66f152f Use median timestamp if current time renders a block invalid. (Thaer Khawaja)
| * | Use median timestamp if current time renders a block invalid.Thaer Khawaja2018-05-132-6/+15
| | |
| * | Merge pull request #3719Riccardo Spagni2018-04-291-8/+11
| |\ \ | | | | | | | | | | | | | | | | 3880bf39 cryptonote_protocol_handler.inl: remove span read just now that failed to pass some basic tests (stoffu) da249fd5 cryptonote_protocol_handler.inl: fix return type mismatches (int vs bool) (stoffu)
| | * | cryptonote_protocol_handler.inl: remove span read just now that failed to ↵stoffu2018-04-281-0/+3
| | | | | | | | | | | | | | | | pass some basic tests
| | * | cryptonote_protocol_handler.inl: fix return type mismatches (int vs bool)stoffu2018-04-281-8/+8
| | | |
| * | | Merge pull request #3709Riccardo Spagni2018-04-281-0/+1
| |\ \ \ | | | | | | | | | | | | | | | 82b05d50 Adding required library (dependency of boost::this_thread::sleep_for) (Gene Peters)
| | * | | Adding required library (dependency of boost::this_thread::sleep_for)Gene Peters2018-04-251-0/+1
| | |/ /
| * | | Merge pull request #3705Riccardo Spagni2018-04-284-15/+9
| |\ \ \ | | | | | | | | | | | | | | | f9d0827b Fix broken interactive daemon 'limit' commands plus RPC calls (rbrunner7)
| | * | | Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner72018-04-254-15/+9
| | |/ /
| * | | Merge pull request #3695Riccardo Spagni2018-04-281-1/+1
| |\ \ \ | | | | | | | | | | | | | | | b1a9e97b slow-hash: fix memory leak for Windows /karbowanec#41 (aivve)
| * \ \ \ Merge pull request #3683Riccardo Spagni2018-04-283-1/+13
| |\ \ \ \ | | | | | | | | | | | | | | | | | | dad10775 Only log an error if fork version is higher AND is not known. (Thaer Khawaja)
| | * | | | Only log an error if fork version is higher AND is not known.Thaer Khawaja2018-04-223-1/+13
| | | |/ / | | |/| |
| * | | | Merge pull request #3685Riccardo Spagni2018-04-287-10/+19
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ffeeefde speedup get_output_histogram for all amounts when min_count > 0 (moneromooo-monero) 2dae0f20 wallet2: add missing parameters to get_output_histogram (moneromooo-monero)
| | * | | | speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero2018-04-236-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This skips the vast majority of "dust" output amounts with just one instance on the chain. Clocks in at 0.15% of the original time on testnet.
| | * | | | wallet2: add missing parameters to get_output_histogrammoneromooo-monero2018-04-231-0/+3
| | |/ / /
| * | | | Merge pull request #3650Riccardo Spagni2018-04-281-1/+6
| |\ \ \ \ | | |/ / / | |/| | | | | | | | 5bd7f760 import_multisig_info: fix sanity check crash in detach_blockchain (Mikhail Mitkevichl)
| | * | | import_multisig_info: fix sanity check crash in detach_blockchainMikhail Mitkevichl2018-04-211-1/+6
| | | | |
| * | | | Merge pull request #3670Riccardo Spagni2018-04-211-10/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 19e01378 Build: remove UPnP definition from snap (anonimal) 6b853980 Build: update CMake and p2p for in-tree miniupnp (anonimal) 859db52f CMake: update new location of in-tree miniupnpc (anonimal) f21df05c Build: add miniupnp submodule (anonimal) 10685648 Build: remove in-tree miniupnpc (anonimal)
| | * | | | Build: update CMake and p2p for in-tree miniupnpanonimal2018-04-211-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit a7366b5feeffaeb65b217b2d6f138e0ab1c90192)
| | * | | | CMake: update new location of in-tree miniupnpcanonimal2018-04-191-3/+3
| | |/ / / | | | | | | | | | | | | | | | (cherry picked from commit b16a282f97d8f6c967e8a0b1ecfd75110f095182)
| * | | | Merge pull request #3579Riccardo Spagni2018-04-211-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | 0b88fff3 simplewallet: fix help message of sign_transfer (stoffu)
| | * | | | simplewallet: fix help message of sign_transferstoffu2018-04-071-2/+2
| | | | | |
| * | | | | Merge pull request #3576Riccardo Spagni2018-04-213-39/+35
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | f82c10dc WalletManagerImpl: reuse existing connection to daemon instead of reconnectivng every time (stoffu)
| | * | | | | WalletManagerImpl: reuse existing connection to daemon instead of ↵stoffu2018-04-073-39/+35
| | |/ / / / | | | | | | | | | | | | | | | | | | reconnectivng every time
| * | | | | Merge pull request #3636Riccardo Spagni2018-04-211-23/+22
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 998c1461 daemon: read config file before reading any other args (stoffu)
| | * | | | | daemon: read config file before reading any other argsstoffu2018-04-141-23/+22
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #3633Riccardo Spagni2018-04-212-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | f914df84 device: add a one off override keyword where appropriate (moneromooo-monero)
| | * | | | | device: add a one off override keyword where appropriatemoneromooo-monero2018-04-142-2/+2
| | | | | | |
| * | | | | | Merge pull request #3630Riccardo Spagni2018-04-215-0/+26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 51b511be simplewallet: add version command (moneromooo-monero) 35d1269f daemon: add a version command (moneromooo-monero)
| | * | | | | | simplewallet: add version commandmoneromooo-monero2018-04-132-0/+12
| | | | | | | |
| | * | | | | | daemon: add a version commandmoneromooo-monero2018-04-133-0/+14
| | |/ / / / /
| * | | | | | Merge pull request #3624Riccardo Spagni2018-04-211-0/+39
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d8584fc8 util: log stack trace on crash (moneromooo-monero)
| | * | | | | | util: log stack trace on crashmoneromooo-monero2018-04-121-0/+39
| | |/ / / / /
| * | | | | | Merge pull request #3672Riccardo Spagni2018-04-213-1/+39
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 875c1cab wallet2: increase rpc timeout for get_output_distribution (moneromooo-monero) 70f23217 add top height to get_output_distribution, and cache it for rct (moneromooo-monero) 8c7363fb rpc: add missing perf timer for get_output_distribution (moneromooo-monero)
| | * | | | | wallet2: increase rpc timeout for get_output_distributionmoneromooo-monero2018-04-191-1/+1
| | | | | | |
| | * | | | | add top height to get_output_distribution, and cache it for rctmoneromooo-monero2018-04-193-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This should cache the vast majority of calls for long running wallets