summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3846v0.12.1.0Riccardo Spagni2018-05-234-3/+3
|\ | | | | | | | | | | e18cb33e update checkpoints (Riccardo Spagni) f1cdcba9 update checkpoints for point release (Riccardo Spagni) ed273a88 bump version for point release (Riccardo Spagni)
| * 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
|/
* Merge pull request #3843Riccardo Spagni2018-05-234-0/+23
|\ | | | | | | e05a17f1 Fix PCSC discovery under Windows/MSYS Fix PCSC compilation under windows (cslashm)
| * Fix PCSC discovery under Windows/MSYScslashm2018-05-224-0/+23
|/ | | | 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-2110-23/+183
|\ \ \ \ | | | | | | | | | | | | | | | ffe9d882 speed up get_output_distribution (and precalc common case) (moneromooo-monero)
| * | | | speed up get_output_distribution (and precalc common case)moneromooo-monero2018-05-1910-23/+183
| | |/ / | |/| |
* | | | 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 #3811Riccardo Spagni2018-05-211-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | 13184bc4 [RELEASE] Update readme to include link to announcement list (Gingeropolous)
| * | | | [RELEASE] Update readme to include link to announcement listGingeropolous2018-05-151-0/+5
| |/ / / | | | | | | | | same as 3765 on master
* | | | 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 #3810Riccardo Spagni2018-05-212-8/+5
|\ \ \ \ | | | | | | | | | | | | | | | d6074be5 unit_tests: set default data dir to the source tree at build time (moneromooo-monero)
| * | | | unit_tests: set default data dir to the source tree at build timemoneromooo-monero2018-05-152-8/+5
| | |_|/ | |/| |
* | | | Merge pull request #3808Riccardo Spagni2018-05-211-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | 41cb11b2 version.cmake: fix configuring version.cpp without git (moneromooo-monero)
| * | | version.cmake: fix configuring version.cpp without gitmoneromooo-monero2018-05-151-1/+1
| |/ /
* | | 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
| |/ /
* | | Merge pull request #3788Riccardo Spagni2018-05-091-0/+6
|\ \ \ | | | | | | | | | | | | f24c970f blockchain: invalidate misc caches when popping blocks (moneromooo-monero)
| * | | blockchain: invalidate misc caches when popping blocksmoneromooo-monero2018-05-091-0/+6
| |/ / | | | | | | | | | Might be a bit heavy handed, but conservative.
* | | Merge pull request #3783Riccardo Spagni2018-05-092-6/+10
|\ \ \ | |/ / |/| | | | | | | | 00dd9397 Fix mdb_load append option (hyc) fa958d4b ITS#8831 move flag init into readhdr (hyc)
| * | Fix mdb_load append optionhyc2018-05-082-5/+9
| | | | | | | | | | | | | | | Use MDB_CURRENT to avoid seeking to new key when appending DUPs. Reinit cursor on new batch, if appending DUPs.
| * | ITS#8831 move flag init into readhdrhyc2018-05-081-1/+1
| |/ | | | | | | Avoid stomping on flags from 1st readhdr invocation
* | Merge pull request #3741Riccardo Spagni2018-05-080-0/+0
|\ \ | | | | | | | | | 2e336347 unit_tests: fix build after get_output_distribution signature change (moneromooo-monero)
| * | unit_tests: fix build after get_output_distribution signature changemoneromooo-monero2018-05-011-1/+1
| | |
* | | Merge pull request #3775Riccardo Spagni2018-05-081-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6f859e43 cryptonote: make sure outPk setup always happens (moneromooo-monero) 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) e3c68b90 README.md: mention building deps with -fPIC for static builds (moneromooo-monero) c1886155 unit_tests: fix build after get_output_didstribution signature change (moneromooo-monero) 82b05d50 Adding required library (dependency of boost::this_thread::sleep_for) (Gene Peters) f9d0827b Fix broken interactive daemon 'limit' commands plus RPC calls (rbrunner7) 53a1962d epee: Drop deprecated Boost.Thread header (Jan Beich) 18c2f6e2 mlog: fix setting no logs (moneromooo-monero) 7346a59c Build: update miniupnp submodule (anonimal) dad10775 Only log an error if fork version is higher AND is not known. (Thaer Khawaja) 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) 5bd7f760 import_multisig_info: fix sanity check crash in detach_blockchain (Mikhail Mitkevichl) 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) 0b88fff3 simplewallet: fix help message of sign_transfer (stoffu) f82c10dc WalletManagerImpl: reuse existing connection to daemon instead of reconnectivng every time (stoffu) 998c1461 daemon: read config file before reading any other args (stoffu) f914df84 device: add a one off override keyword where appropriate (moneromooo-monero) 51b511be simplewallet: add version command (moneromooo-monero) 35d1269f daemon: add a version command (moneromooo-monero) d8584fc8 util: log stack trace on crash (moneromooo-monero) 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) b5d6c723 wallet2: store subaddress lookahead settings (stoffu) 3367ed86 blockchain_blackball: fix build with CLANG 5 (moneromooo-monero) 94b899db Use 'boost' mutex instead of 'std' mutex (cslashm) 2c274e05 Fix sub-address tx scan. (cslashm) 73951cbd wallet2: request transactions in slices when scanning for known rings (moneromooo-monero) 25fe67e4 rpc: allow getting pruned blocks from gettransactions (moneromooo-monero) 08343aba tx_pool: fix loading with colliding key images (moneromooo-monero) a9cc88ee common: make this build with unbound 1.4.20 (moneromooo-monero) 24acb66e wallet2: fix misc issues when the ringdb can't be initialized (moneromooo-monero) 0b26c4d5 wallet2: move segregation height to v7 (moneromooo-monero) eecfb57d wallet: warn if not using the default ring size (moneromooo-monero) aa5c2e01 simplewallet: warn about key reuse on startup (moneromooo-monero) 1e0958c0 wallet: fix default mixin (4 -> 6) (sneurlax) 0beb94f3 device: fix endianess dependence on subaddress secret key generation (moneromooo-monero) 11c933e1 fix lambda compile error on openbsd (moneromooo-monero) c77d2bfa Add the possibility to export private view key for fast scan. (cslashm) 100b7bc1 Change mutex lock model to avoid dead lock and ensure locks are always released. (cslashm) 641dfc99 Automatic height setup when creating/restoring hw device. (cslashm) dac3895a update block hashes for checkpoints.dat (Riccardo Spagni) b1398fff core: fix use of uninitialised data (moneromooo-monero)
| * | | cryptonote: make sure outPk setup always happensmoneromooo-monero2018-05-072-33/+37
| | | |
| * | | 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 #3729Riccardo Spagni2018-04-291-0/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | e3c68b90 README.md: mention building deps with -fPIC for static builds (moneromooo-monero)
| | * | | | README.md: mention building deps with -fPIC for static buildsmoneromooo-monero2018-04-291-0/+2
| | | | | |
| * | | | | Merge pull request #3720Riccardo Spagni2018-04-281-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | c1886155 unit_tests: fix build after get_output_didstribution signature change (moneromooo-monero)
| | * | | | unit_tests: fix build after get_output_didstribution signature changemoneromooo-monero2018-04-281-1/+1
| |/ / / /
| * | | | 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 #3667Riccardo Spagni2018-04-282-2/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | 53a1962d epee: Drop deprecated Boost.Thread header (Jan Beich)