summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp
Commit message (Expand)AuthorAgeFilesLines
* rpc: limit the number of txes for get_blocks.binmoneromooo-monero2020-12-291-2/+2
* Merge pull request #7039luigi11112020-11-251-0/+5
|\
| * cryptonote_core: dandelion - use local height or median height if syncingxiphon2020-11-251-0/+5
* | Fix timeout checks for forwarded and Dandelion++ stem txesLee Clagett2020-10-211-1/+1
|/
* Merge pull request #6111Riccardo Spagni2020-09-061-10/+41
|\
| * 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-271-6/+6
* | Merge pull request #6757luigi11112020-09-031-3/+5
|\ \
| * | threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero2020-09-011-3/+5
* | | Integrate CLSAGs into moneromoneromooo-monero2020-08-271-1/+2
| |/ |/|
* | 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-091-0/+6
|\ \
| * | Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett2020-05-151-0/+6
* | | Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-041-4/+34
| |/ |/|
* | Merge pull request #6534Alexander Blair2020-07-191-0/+7
|\ \
| * | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu2020-06-091-0/+7
* | | Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ \ \
| * | | Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* | | | tx_pool: mine stem txes in fake chain modemoneromooo-monero2020-07-091-1/+1
* | | | cryptonote_core: remove "We are most likely forked" messagemoneromooo-monero2020-05-191-24/+0
| |/ / |/| |
* | | Merge pull request #6510luigi11112020-05-071-2/+0
|\ \ \ | |/ / |/| |
| * | cryptonote_core: take out the time based upgrade warningmoneromooo-monero2020-05-061-2/+0
| |/
* | Merge pull request #6472luigi11112020-05-061-1/+1
|\ \
| * | cryptonote: fix reuse of non default tx data when relayingmoneromooo-monero2020-04-221-1/+1
* | | Merge pull request #6468luigi11112020-05-061-3/+4
|\ \ \ | |_|/ |/| |
| * | cryptonote_core: skip dns checkpoints on startup if not enforcedxiphon2020-04-201-3/+4
* | | Allow unrestricted rpc calls to get full txpool infoLee Clagett2020-03-301-4/+4
| |/ |/|
* | Adding Dandelion++ support to public networks:Lee Clagett2020-03-261-2/+3
|/
* Merge pull request #6328luigi11112020-04-041-1/+1
|\
| * core: mention time being off in hash rate changes messagemoneromooo-monero2020-02-101-1/+1
* | Merge pull request #6214luigi11112020-03-311-0/+6
|\ \
| * | protocol: request txpool contents when syncedmoneromooo-monero2020-03-221-0/+6
* | | p2p: remove old debug commandsAaron Hook2020-03-201-11/+0
|/ /
* | Merge pull request #6225Alexander Blair2020-02-281-4/+4
|\ \
| * | print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero2019-12-121-4/+4
* | | Merge pull request #6211Alexander Blair2020-02-281-0/+4
|\ \ \ | |_|/ |/| |
| * | rpc: add bad-blocks to flush_cache RPCmoneromooo-monero2019-12-021-0/+4
| |/
* | Merge pull request #6127Alexander Blair2020-02-061-2/+3
|\ \
| * | simplewallet: noob-friendly help menuwowario2019-11-131-2/+3
| |/
* | Merge pull request #6078Alexander Blair2020-02-061-1/+8
|\ \
| * | Add a --keep-fakechain option to keep fakechain databasesJamesWrigley2019-11-011-1/+8
* | | Merge pull request #6050Alexander Blair2020-02-061-2/+3
|\ \ \
| * | | core: point out when we hit the block rate visibility limitmoneromooo-monero2019-10-281-2/+3
| |/ /
* | | Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett2019-11-041-10/+2
* | | Adding support for hidden (anonymity) txpoolLee Clagett2019-11-021-50/+70
| |/ |/|
* | cryptonote: untangle dependency from miner to blockchainmoneromooo-monero2019-10-311-1/+3
|/
* rpc: add a flush_cache RPCmoneromooo-monero2019-10-251-0/+8
* Merge pull request #5973luigi11112019-10-221-5/+1
|\
| * cryptonote: fill in tx weight when syncing from pruned blocksmoneromooo-monero2019-10-101-5/+1