| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #6916v0.17.1.1 | Riccardo Spagni | 2020-10-18 | 1 | -1/+1 |
| |\ | | | | | | | 81aaa4ec7 bump default number of connections from 8 to 12 (moneromooo-monero) | ||||
| | * | bump default number of connections from 8 to 12 | moneromooo-monero | 2020-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #6914 | Riccardo Spagni | 2020-10-18 | 1 | -2/+6 |
| |\ \ | | | | | | | | | | f9a9d2ee2 wallet2: wait for propagation timeout before marking tx as failed (xiphon) | ||||
| | * | | wallet2: wait for propagation timeout before marking tx as failed | xiphon | 2020-10-18 | 1 | -2/+6 |
| | |/ | |||||
| * | | Merge pull request #6912 | Riccardo Spagni | 2020-10-18 | 4 | -34/+69 |
| |\ \ | | | | | | | | | | 6e594e53b Allow setting start block on export (Howard Chu) | ||||
| | * | | Allow setting start block on export | Howard Chu | 2020-10-18 | 4 | -34/+69 |
| | | | | | | | | | | | | | And make import honor the starting block# recorded in a bootstrap file | ||||
| * | | | Merge pull request #6907 | Riccardo Spagni | 2020-10-18 | 3 | -0/+11 |
| |\ \ \ | | | | | | | | | | | | | 39e30d548 wallet2_api: implement stop() to interrupt refresh() loop once (xiphon) | ||||
| | * | | | wallet2_api: implement stop() to interrupt refresh() loop once | xiphon | 2020-10-18 | 3 | -0/+11 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #6911 | Riccardo Spagni | 2020-10-18 | 6 | -9/+10 |
| |\ \ \ | |_|/ |/| | | | | | c028f4c4d build: prepare v0.17.1.1 (selsta) | ||||
| | * | | build: prepare v0.17.1.1 | selsta | 2020-10-18 | 6 | -9/+10 |
| |/ / | |||||
| * | | Merge pull request #6906 | Alexander Blair | 2020-10-18 | 1 | -3/+15 |
| |\ \ | |/ |/| | | | 1120df3c5 blockchain: fix sync at v14 boundary (moneromooo-monero) | ||||
| | * | blockchain: fix sync at v14 boundary | moneromooo-monero | 2020-10-18 | 1 | -3/+15 |
| |/ | | | | | | | | | Miners with MLSAG txes which they'd already verified included a couple in that block, but the consensus rules had changed in the meantime, so that block is technically invalid and any node which did not already have those two txes in their txpool could not sync. Grandfather them in, since it has no effect in practice. | ||||
| * | Merge pull request #6894v0.17.1.0 | luigi1111 | 2020-10-13 | 1 | -0/+7 |
| |\ | | | | | | | e49ad98 fix next_seed_height regression in getblocktemplate rpc (xnbya) | ||||
| | * | fix next_seed_height regression in getblocktemplate rpc | Alexis Enston | 2020-10-12 | 1 | -0/+7 |
| | | | |||||
| * | | Merge pull request #6893 | luigi1111 | 2020-10-13 | 1 | -3/+11 |
| |\ \ | | | | | | | | | | 4cf3545 core_rpc_server: on_get_blocks - forward bootstrap daemon error (xiphon) | ||||
| | * | | core_rpc_server: on_get_blocks - forward bootstrap daemon error | xiphon | 2020-10-13 | 1 | -3/+11 |
| | | | | |||||
| * | | | Merge pull request #6888 | luigi1111 | 2020-10-13 | 6 | -9/+10 |
| |\ \ \ | | | | | | | | | | | | | a2e37eb build: prepare v0.17.1.0 (selsta) | ||||
| | * | | | build: prepare v0.17.1.0 | selsta | 2020-10-13 | 6 | -9/+10 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #6887 | luigi1111 | 2020-10-13 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | 518a2cd Force CMAKE_SKIP_RPATH=ON (hyc) | ||||
| | * | | | Force CMAKE_SKIP_RPATH=ON | Howard Chu | 2020-10-13 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | Fix empty RPATH token issue. Only affects Linux and FreeBSD. | ||||
| * | | | | Merge pull request #6884 | luigi1111 | 2020-10-13 | 9 | -64/+78 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 6352090 Dandelion++: skip desynced peers in stem phase (xiphon) | ||||
| | * | | | | Dandelion++: skip desynced peers in stem phase | xiphon | 2020-10-12 | 9 | -64/+78 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #6883 | luigi1111 | 2020-10-13 | 1 | -1/+3 |
| |\ \ \ \ | | | | | | | | | | | | | | | | c407b92 wallet2: fix missing m_state field in wallet serialization (moneromooo-monero) | ||||
| | * | | | | wallet2: fix missing m_state field in wallet serialization | moneromooo-monero | 2020-10-12 | 1 | -1/+3 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #6880 | luigi1111 | 2020-10-13 | 1 | -1/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 250c48a tx_pool: silence spammy harmless warning till we fix the bug (moneromooo-monero) | ||||
| | * | | | | tx_pool: silence spammy harmless warning till we fix the bug | moneromooo-monero | 2020-10-12 | 1 | -1/+4 |
| | |/ / / | |||||
| * | | | | Merge pull request #6870 | luigi1111 | 2020-10-13 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 826a844 cmake: Version - use CMAKE_CURRENT_LIST_DIR (xiphon) | ||||
| | * | | | | cmake: Version - use CMAKE_CURRENT_LIST_DIR | xiphon | 2020-10-07 | 1 | -1/+1 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #6869 | luigi1111 | 2020-10-13 | 1 | -2/+2 |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | b4c7756 cmake: CheckTrezor - use ${CMAKE_CURRENT_LIST_DIR} to locate tests (xiphon) | ||||
| | * | | | cmake: CheckTrezor - use ${CMAKE_CURRENT_LIST_DIR} to locate tests | xiphon | 2020-10-06 | 1 | -2/+2 |
| | |/ / | |||||
| * | | | Merge pull request #6868 | luigi1111 | 2020-10-12 | 1 | -12/+17 |
| |\ \ \ | |_|/ |/| | | | | | 4665906 Fix lgamma/signgam dependency (hyc) | ||||
| | * | | Fix lgamma/signgam dependency | Howard Chu | 2020-10-08 | 1 | -12/+17 |
| |/ / | | | | | | | | | This is a new indirect dependency due to the use of poisson_distribution, introduced in PR#6354 commit 67ade8005 | ||||
| * | | Merge pull request #6845v0.17.0.1 | luigi1111 | 2020-09-25 | 1 | -0/+4 |
| |\ \ | | | | | | | | | | 0473abf link libzmq against libgssapi_krb5 if found (moneromooo-monero) | ||||
| | * | | link libzmq against libgssapi_krb5 if found | moneromooo-monero | 2020-09-25 | 1 | -0/+4 |
| | |/ | |||||
| * | | Merge pull request #6843 | luigi1111 | 2020-09-25 | 6 | -9/+10 |
| |\ \ | | | | | | | | | | c02d24f build: prepare v0.17.0.1 (selsta) | ||||
| | * | | build: prepare v0.17.0.1 | selsta | 2020-09-25 | 6 | -9/+10 |
| | |/ | |||||
| * | | Merge pull request #6842 | luigi1111 | 2020-09-25 | 2 | -0/+8 |
| |\ \ | | | | | | | | | | 9e6187a fix a couple bugs found by OSS-fuzz (moneromooo-monero) | ||||
| | * | | fix a couple bugs found by OSS-fuzz | moneromooo-monero | 2020-09-24 | 2 | -0/+8 |
| | |/ | | | | | | | | | - index out of bounds when importing outputs - accessing invalid CLSAG data | ||||
| * | | Merge pull request #6835 | luigi1111 | 2020-09-25 | 1 | -1/+1 |
| |\ \ | |/ |/| | | | 4846743 daemon: Windows - fix FAT32 warning, trailing backslash is required (xiphon) | ||||
| | * | daemon: Windows - fix FAT32 warning, trailing backslash is required | xiphon | 2020-09-20 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #6819v0.17.0.0 | luigi1111 | 2020-09-15 | 1 | -1/+1 |
| |\ | | | | | | | c3f354e simplewallet fix wrong persistent-rpc-client-id name in help (moneromooo-monero) | ||||
| | * | simplewallet fix wrong persistent-rpc-client-id name in help | moneromooo-monero | 2020-09-14 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #6816 | luigi1111 | 2020-09-15 | 1 | -2/+0 |
| |\ \ | | | | | | | | | | 929ea98 Remove unused macros from cryptonote_config.h (TheCharlatan) | ||||
| | * | | Remove unused macros from cryptonote_config.h | TheCharlatan | 2020-09-14 | 1 | -2/+0 |
| | | | | |||||
| * | | | Merge pull request #6793 | luigi1111 | 2020-09-15 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | de9a9fb update error message 'No unlocked balance in the specified account' (woodser) | ||||
| | * | | | update error message "No unlocked balance in the specified account" | woodser | 2020-09-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #6745 | luigi1111 | 2020-09-15 | 13 | -51/+122 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 80e535c wallet2: adapt to deterministic unlock time (TheCharlatan) 4971219 blockchain: deterministic UNIX time unlock checks (moneromooo-monero) | ||||
| | * | | | | wallet2: adapt to deterministic unlock time | TheCharlatan | 2020-09-15 | 10 | -23/+57 |
| | | | | | | |||||
| | * | | | | blockchain: deterministic UNIX time unlock checks | moneromooo-monero | 2020-09-15 | 3 | -28/+65 |
| |/ / / / | | | | | | | | | | | | | Based on a patch by TheCharlatan <seb.kung@gmail.com> | ||||
| * | | | | Merge pull request #6815 | luigi1111 | 2020-09-14 | 2 | -4/+9 |
| |\ \ \ \ | | | | | | | | | | | | | | | | ef4325f wallet2: fix tx sanity check triggering on pre-rct outputs (monermooo-monero) | ||||
