| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tx_pool: initialize bitflags padding since it gets written to storage | moneromooo-monero | 2018-07-03 | 1 | -0/+2 |
| | | | | | Avoids valgrind reporting uninitialized data usage | ||||
| * | blockchain: pop forked blocks only when DB is not read-only | stoffu | 2018-07-03 | 1 | -1/+1 |
| | | |||||
| * | blockchain: return error when requesting non existent output | moneromooo-monero | 2018-07-03 | 1 | -6/+13 |
| | | | | | avoids RPC thread dying, causing the wallet to timeout | ||||
| * | core: lock incoming tx lock when checking the txpool and chain | moneromooo-monero | 2018-07-03 | 1 | -0/+1 |
| | | | | | | This gets rid of an innocuous race trying to add the same tx twice to the txpool | ||||
| * | Merge pull request #3912 | Riccardo Spagni | 2018-06-03 | 1 | -1/+1 |
| |\ | | | | | | | de742b5c blockchain: demote a hash-of-hashes validation warning to debug (moneromooo-monero) | ||||
| | * | blockchain: demote a hash-of-hashes validation warning to debug | moneromooo-monero | 2018-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | This data comes from untrusted peers, and validation failures are therefore normal. | ||||
| * | | update checkpoints.dat for point release | Riccardo Spagni | 2018-06-02 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #3802 | Riccardo Spagni | 2018-05-31 | 2 | -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 Khawaja | 2018-05-13 | 2 | -6/+15 |
| | | | |||||
| | * | Merge pull request #3683 | Riccardo Spagni | 2018-04-28 | 2 | -0/+12 |
| | |\ | | | | | | | | | | 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 Khawaja | 2018-04-22 | 2 | -0/+12 |
| | | | | |||||
| | * | | speedup get_output_histogram for all amounts when min_count > 0 | moneromooo-monero | 2018-04-23 | 2 | -3/+4 |
| | |/ | | | | | | | | | | | 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. | ||||
| | * | Merge pull request #3609 | Riccardo Spagni | 2018-04-12 | 1 | -17/+26 |
| | |\ | | | | | | | | | | 08343aba tx_pool: fix loading with colliding key images (moneromooo-monero) | ||||
| | | * | tx_pool: fix loading with colliding key images | moneromooo-monero | 2018-04-11 | 1 | -17/+26 |
| | | | | | | | | | | | | | | | | | | | | | | A key image may be present more than once if all but one of the txes spending that key image are coming from blocks. When loading a txpool from storage, we must load the one that's not from a block first to avoid rejection | ||||
| | * | | Merge pull request #3530 | Riccardo Spagni | 2018-04-12 | 1 | -2/+3 |
| | |\ \ | | | | | | | | | | | | | eb59f7c5 cryptonote_tx_util: make destinations properly shuffled (stoffu) | ||||
| | * \ \ | Merge pull request #3502 | Riccardo Spagni | 2018-04-12 | 1 | -1/+1 |
| | |\ \ \ | | | | | | | | | | | | | | | | 11c933e1 fix lambda compile error on openbsd (moneromooo-monero) | ||||
| | | * | | | fix lambda compile error on openbsd | moneromooo-monero | 2018-03-27 | 1 | -1/+1 |
| | | | |/ | | |/| | |||||
| | * / | | update block hashes for checkpoints.dat | Riccardo Spagni | 2018-03-24 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | core: fix use of uninitialised data | moneromooo-monero | 2018-03-18 | 1 | -1/+2 |
| | | | | |||||
| * | | | core: fix automatic safe db sync mode switching | moneromooo-monero | 2018-05-30 | 1 | -5/+6 |
| | | | | |||||
| * | | | update checkpoints | Riccardo Spagni | 2018-05-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #3833 | Riccardo Spagni | 2018-05-21 | 2 | -9/+11 |
| |\ \ \ | | | | | | | | | | | | | aabe3eed Fix output shuffling for multisig (stoffu) | ||||
| | * | | | Fix output shuffling for multisig | stoffu | 2018-05-20 | 2 | -9/+11 |
| | | | | | |||||
| * | | | | Merge pull request #3815 | Riccardo Spagni | 2018-05-21 | 4 | -22/+8 |
| |\ \ \ \ | | | | | | | | | | | | | | | | ffe9d882 speed up get_output_distribution (and precalc common case) (moneromooo-monero) | ||||
| | * | | | | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 2018-05-19 | 4 | -22/+8 |
| | |/ / / | |||||
| * | | | | Merge pull request #3753 | Riccardo Spagni | 2018-05-21 | 1 | -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 version | stoffu | 2018-05-06 | 1 | -0/+47 |
| | | | | | |||||
| * | | | | blockchain: invalidate misc caches when popping blocks | moneromooo-monero | 2018-05-09 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | Might be a bit heavy handed, but conservative. | ||||
| * | | | | cryptonote: make sure outPk setup always happens | moneromooo-monero | 2018-05-07 | 1 | -33/+0 |
| |/ / / | |||||
| * | | | Merge pull request #3690 | Riccardo Spagni | 2018-04-28 | 2 | -0/+12 |
| |\ \ \ | | | | | | | | | | | | | 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 Khawaja | 2018-04-23 | 2 | -0/+12 |
| | | | | | |||||
| * | | | | speedup get_output_histogram for all amounts when min_count > 0 | moneromooo-monero | 2018-04-22 | 2 | -3/+4 |
| |/ / / | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Merge pull request #3610 | Riccardo Spagni | 2018-04-12 | 1 | -17/+26 |
| |\ \ \ | | | | | | | | | | | | | 178c11f4 tx_pool: fix loading with colliding key images (moneromooo-monero) | ||||
| | * | | | tx_pool: fix loading with colliding key images | moneromooo-monero | 2018-04-11 | 1 | -17/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A key image may be present more than once if all but one of the txes spending that key image are coming from blocks. When loading a txpool from storage, we must load the one that's not from a block first to avoid rejection | ||||
| * | | | | Merge pull request #3531 | Riccardo Spagni | 2018-04-12 | 1 | -2/+3 |
| |\ \ \ \ | |/ / / |/| | / | | |/ | |/| | eb59f7c5 cryptonote_tx_util: make destinations properly shuffled (stoffu) | ||||
| | * | | cryptonote_tx_util: make destinations properly shuffled | stoffu | 2018-03-31 | 1 | -2/+3 |
| | |/ | |||||
| * | | Merge pull request #3503 | Riccardo Spagni | 2018-03-29 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 8ff2cc75 fix lambda compile error on openbsd (moneromooo-monero) | ||||
| | * | | fix lambda compile error on openbsd | moneromooo-monero | 2018-03-27 | 1 | -1/+1 |
| | |/ | |||||
| * | | update block hashes for checkpoints.dat | Riccardo Spagni | 2018-03-24 | 1 | -1/+1 |
| | | | |||||
| * | | core: fix use of uninitialised data | moneromooo-monero | 2018-03-18 | 1 | -1/+2 |
| |/ | |||||
| * | Move v7 fork to 1546000 to give more update time | moneromooo-monero | 2018-03-18 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #3418 | Riccardo Spagni | 2018-03-17 | 1 | -1/+2 |
| |\ | | | | | | | 20a00266 blockchain: forbid bulletproof types before v8 (moneromooo-monero) | ||||
| | * | blockchain: forbid bulletproof types before v8 | moneromooo-monero | 2018-03-16 | 1 | -1/+2 |
| | | | | | | | | | | | They were already forbidden implicitely, but let's make that explicit for robustness | ||||
| * | | Merge pull request #3414 | Riccardo Spagni | 2018-03-16 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 524cbdc1 blockchain: fix log message about per-kB fee (stoffu) | ||||
| | * | | blockchain: fix log message about per-kB fee | stoffu | 2018-03-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #3336 | Riccardo Spagni | 2018-03-16 | 3 | -6/+6 |
| |\ \ \ | | | | | | | | | | | | | 57c0b1ed Fix typos in various files (Dimitris Apostolou) | ||||
| | * | | | Fix typos in various files | Dimitris Apostolou | 2018-03-15 | 3 | -6/+6 |
| | |/ / | |||||
| * | / | add RPC to get a histogram of outputs of a given amount | moneromooo-monero | 2018-03-16 | 4 | -2/+78 |
| | |/ |/| | |||||
| * | | Remove the `Blockchain::get_all_known_block_ids` function. | Jean Pierre Dudey | 2018-03-14 | 2 | -28/+0 |
| |/ | | | | | | This function isn't used in the codebase. Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com> | ||||
| * | keypair::generate: always require hw::device to avoid possible mistake | stoffu | 2018-03-14 | 1 | -1/+1 |
| | | |||||
