aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Expand)AuthorAgeFilesLines
* protocol: more sanity checks in new chain block hashesmoneromooo-monero2020-12-314-6/+28
* rpc: limit the number of txes for get_blocks.binmoneromooo-monero2020-12-294-8/+9
* Merge pull request #7025Alexander Blair2020-12-011-2/+2
|\
| * Change Dandelion++ fluff probability to 20%, and embargo timeout to 39sLee Clagett2020-11-171-2/+2
* | Merge pull request #7021luigi11112020-11-294-9/+46
|\ \
| * | Fix timeout checks for forwarded and Dandelion++ stem txesLee Clagett2020-11-154-9/+46
| |/
* | Merge pull request #7018luigi11112020-11-293-3/+16
|\ \
| * | cryptonote_core: dandelion - use local height or median height if syncingxiphon2020-11-253-3/+16
| |/
* | Merge pull request #6924luigi11112020-11-291-8/+0
|\ \
| * | blockchain: remove some dead codemoneromooo-monero2020-10-201-8/+0
* | | Merge pull request #6922luigi11112020-11-292-14/+5
|\ \ \
| * | | Make Blockchain::get_fee_quantization_mask() compile timeSChernykh2020-10-202-14/+5
| | |/ | |/|
* / | cryptonote_core: Fix missing override warningsNathan Dorfman2020-10-191-2/+2
|/ /
* | Merge pull request #6881Alexander Blair2020-10-181-1/+4
|\ \
| * | tx_pool: silence spammy harmless warning till we fix the bugmoneromooo-monero2020-10-121-1/+4
| |/
* | Merge pull request #6875Alexander Blair2020-10-182-1/+2
|\ \
| * | Dandelion++: skip desynced peers in stem phasexiphon2020-10-122-1/+2
| |/
* / blockchain: fix sync at v14 boundarymoneromooo-monero2020-10-181-3/+15
|/
* blockchain: deterministic UNIX time unlock checksmoneromooo-monero2020-09-152-28/+64
* build: prepare v0.17selsta2020-09-141-1/+1
* blockchain: fix pow skipping for old blocks without precalc hashmoneromooo-monero2020-09-071-1/+1
* Merge pull request #6111Riccardo Spagni2020-09-066-26/+101
|\
| * functional_tests: add a large (many randomx epochs) p2p reorg testmoneromooo-monero2020-08-271-4/+35
| * core: fix mining from a block that's not the current topmoneromooo-monero2020-08-276-22/+66
* | Merge pull request #6757luigi11112020-09-032-10/+14
|\ \
| * | threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero2020-09-012-10/+14
* | | Integrate CLSAGs into moneromoneromooo-monero2020-08-272-4/+55
| |/ |/|
* | Merge pull request #6767Alexander Blair2020-08-271-0/+3
|\ \
| * | Fix build with Boost 1.74moneromooo-monero2020-08-161-0/+3
* | | Merge pull request #6760Alexander Blair2020-08-271-2/+2
|\ \ \
| * | | enforce claiming maximum coinbase amountmoneromooo-monero2020-08-211-2/+2
| | |/ | |/|
* | | Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-173-17/+17
* | | Merge pull request #6727Alexander Blair2020-08-161-0/+11
|\ \ \
| * | | blockchain: guard against exceptions in add_new_block/childrenmoneromooo-monero2020-07-301-0/+11
| |/ /
* | | Merge pull request #6661Alexander Blair2020-08-161-1/+1
|\ \ \
| * | | avoid a couple needless copiesmoneromooo-monero2020-06-141-1/+1
* | | | Merge pull request #6614Alexander Blair2020-08-161-3/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' commandrbrunner72020-07-241-3/+2
| | |/ | |/|
* | | Merge pull request #6354Alexander Blair2020-08-092-10/+54
|\ \ \
| * | | Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett2020-05-152-10/+54
* | | | Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-044-16/+77
| |/ / |/| |
* | | Merge pull request #6534Alexander Blair2020-07-194-0/+146
|\ \ \
| * | | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu2020-06-094-0/+146
| | |/ | |/|
* | | Merge pull request #6526Alexander Blair2020-07-191-0/+1
|\ \ \
| * | | blockchain: fix theoretical race getting bulk timestampsmoneromooo-monero2020-05-131-0/+1
* | | | Merge pull request #6512Alexander Blair2020-07-1913-13/+13
|\ \ \ \
| * | | | Update copyright year to 2020SomaticFanatic2020-05-0613-13/+13
* | | | | tx_pool: mine stem txes in fake chain modemoneromooo-monero2020-07-093-6/+14
* | | | | blockchain: fix timestamp/difficulty cache getting out of syncmoneromooo-monero2020-07-082-1/+17
* | | | | Merge pull request #6647luigi11112020-07-081-1/+1
|\ \ \ \ \