summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* update checkpointsRiccardo Spagni2018-05-232-1/+1
|
* update checkpoints for point releaseRiccardo Spagni2018-05-231-1/+1
|
* bump version for point releaseRiccardo Spagni2018-05-231-1/+1
|
* Fix PCSC discovery under Windows/MSYScslashm2018-05-222-0/+14
| | | | Fix PCSC compilation under windows
* Merge pull request #3801Riccardo Spagni2018-05-212-12/+12
|\ | | | | | | | | 96405bca crypto: more places needing fixing for GCC 8.1 (moneroexamples) 86c63b8e chacha: fix build with GCC 8.1 (moneromooo-monero)
| * crypto: more places needing fixing for GCC 8.1moneroexamples2018-05-131-10/+10
| |
| * chacha: fix build with GCC 8.1moneromooo-monero2018-05-131-2/+2
| |
* | Merge pull request #3833Riccardo Spagni2018-05-213-11/+13
|\ \ | | | | | | | | | aabe3eed Fix output shuffling for multisig (stoffu)
| * | Fix output shuffling for multisigstoffu2018-05-203-11/+13
| | |
* | | Merge pull request #3838Riccardo Spagni2018-05-211-1/+1
|\ \ \ | | | | | | | | | | | | 38ef5f8b simplewallet: use correct unit for fee command (stoffu)
| * | | simplewallet: use correct unit for fee commandstoffu2018-05-201-1/+1
| |/ /
* | | Merge pull request #3796Riccardo Spagni2018-05-212-3/+4
|\ \ \ | | | | | | | | | | | | fac173d8 Wallet API: allow log path to be non-default & console output to be configurable (stoffu)
| * | | Wallet API: allow log path to be non-default & console output to be configurablestoffu2018-05-122-3/+4
| | | |
* | | | Merge pull request #3815Riccardo Spagni2018-05-219-23/+182
|\ \ \ \ | | | | | | | | | | | | | | | ffe9d882 speed up get_output_distribution (and precalc common case) (moneromooo-monero)
| * | | | speed up get_output_distribution (and precalc common case)moneromooo-monero2018-05-199-23/+182
| | |/ / | |/| |
* | | | Merge pull request #3831Riccardo Spagni2018-05-211-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | 7f33e07d daemon: request unpruned transactions for print_tx (moneromooo-monero)
| * | | | daemon: request unpruned transactions for print_txmoneromooo-monero2018-05-191-0/+1
| |/ / / | | | | | | | | | | | | instead of uninitialized
* | | | Merge pull request #3753Riccardo Spagni2018-05-211-0/+47
|\ \ \ \ | |/ / / |/| | | | | | | 4980d3c0 blockchain: pop top if block version disagrees with the ideal fork version (stoffu)
| * | | blockchain: pop top if block version disagrees with the ideal fork versionstoffu2018-05-061-0/+47
| |/ /
* | | Merge pull request #3793Riccardo Spagni2018-05-101-2/+2
|\ \ \ | | | | | | | | | | | | cc9dd7a6 wallet2: consider 6 outputs or less to be unmixable from v7 (moneromooo-monero)
| * | | wallet2: consider 6 outputs or less to be unmixable from v7moneromooo-monero2018-05-101-2/+2
| | |/ | |/|
* / | blockchain: invalidate misc caches when popping blocksmoneromooo-monero2018-05-091-0/+6
|/ / | | | | | | Might be a bit heavy handed, but conservative.
* | Merge pull request #3776Riccardo Spagni2018-05-082-33/+37
|\ \ | |/ |/| | | ede213f6 cryptonote: make sure outPk setup always happens (moneromooo-monero)
| * cryptonote: make sure outPk setup always happensmoneromooo-monero2018-05-072-33/+37
| |
* | ringct: do not show verification errors with default settingsmoneromooo-monero2018-05-041-4/+6
|/
* Merge pull request #3723Riccardo Spagni2018-04-291-8/+11
|\ | | | | | | | | 16b20229 cryptonote_protocol_handler.inl: remove span read just now that failed to pass some basic tests (stoffu) 409bf2d6 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-291-0/+3
| | | | | | | | pass some basic tests
| * cryptonote_protocol_handler.inl: fix return type mismatches (int vs bool)stoffu2018-04-291-8/+8
| |
* | Merge pull request #3711Riccardo Spagni2018-04-284-15/+9
|\ \ | | | | | | | | | c0e22ebc [RELEASE] Fix broken interactive daemon 'limit' commands plus RPC calls (rbrunner7)
| * | [RELEASE] Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner72018-04-264-15/+9
| |/
* | Merge pull request #3712Riccardo Spagni2018-04-281-0/+1
|\ \ | | | | | | | | | 4b89d877 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-261-0/+1
| |/
* | Merge pull request #3696Riccardo Spagni2018-04-281-1/+1
|\ \ | | | | | | | | | b1a9e97b slow-hash: fix memory leak for Windows /karbowanec#41 (aivve)
| * | slow-hash: fix memory leak for Windows /karbowanec#41aivve2018-04-241-1/+1
| | |
* | | Merge pull request #3690Riccardo Spagni2018-04-283-1/+13
|\ \ \ | | | | | | | | | | | | 80dc5d21 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-233-1/+13
| | |/ | |/|
* | | Merge pull request #3686Riccardo Spagni2018-04-287-10/+19
|\ \ \ | | | | | | | | | | | | | | | | d003f07c speedup get_output_histogram for all amounts when min_count > 0 (moneromooo-monero) df9d59ca wallet2: add missing parameters to get_output_histogram (moneromooo-monero)
| * | | speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero2018-04-226-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-221-0/+3
| |/ /
* | | Merge pull request #3684Riccardo Spagni2018-04-281-1/+6
|\ \ \ | | | | | | | | | | | | 9670c917 import_multisig_info: fix sanity check crash in detach_blockchain (Mikhail Mitkevichl)
| * | | import_multisig_info: fix sanity check crash in detach_blockchainMikhail Mitkevichl2018-04-231-1/+6
| |/ /
* | | Merge pull request #3668Riccardo Spagni2018-04-281-10/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | c6774215 Build: remove UPnP definition from snap (anonimal) 1e20d705 Build: update CMake and p2p for in-tree miniupnp (anonimal) 9e1f8bfa CMake: update new location of in-tree miniupnpc (anonimal) c7b66d3d Build: add miniupnp submodule (anonimal) e9622166 Build: remove in-tree miniupnpc (anonimal)
| * | | Build: update CMake and p2p for in-tree miniupnpanonimal2018-04-231-10/+3
| | | |
| * | | CMake: update new location of in-tree miniupnpcanonimal2018-04-231-3/+3
| |/ /
* | | Merge pull request #3666Riccardo Spagni2018-04-281-2/+2
|\ \ \ | | | | | | | | | | | | 5ef4bf05 simplewallet: fix help message of sign_transfer (stoffu)
| * | | simplewallet: fix help message of sign_transferstoffu2018-04-191-2/+2
| |/ /
* | | Merge pull request #3665Riccardo Spagni2018-04-283-39/+35
|\ \ \ | | | | | | | | | | | | e561a0c3 WalletManagerImpl: reuse existing connection to daemon instead of reconnectivng every time (stoffu)
| * | | WalletManagerImpl: reuse existing connection to daemon instead of ↵stoffu2018-04-193-39/+35
| |/ / | | | | | | | | | reconnectivng every time
* | | Merge pull request #3664Riccardo Spagni2018-04-281-23/+22
|\ \ \ | | | | | | | | | | | | 0299d36e daemon: read config file before reading any other args (stoffu)
| * | | daemon: read config file before reading any other argsstoffu2018-04-191-23/+22
| |/ /