aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.h
Commit message (Expand)AuthorAgeFilesLines
* zmq: apply restricted-mode privacy filtering to get_transaction_poolgreatjourney5892026-05-081-1/+2
* blockchain_utilities: fix --data-dir optionjeffro2562026-04-221-0/+9
* p2p: isolate regtest from mainnet bootstrap stateJeetraj2026-04-101-1/+1
* tx_memory_pool: speedup get_complement() for large requestsjeffro2562026-03-211-1/+1
* p2p: fix race causing dropped connections during syncj-berman2025-12-111-1/+1
* blockchain sync: reduce disk writes from 2 to 1 per txjeffro2562025-03-101-134/+87
* Enforce restricted # pool txs served via RPC + optimize chunked reqs [release...j-berman2023-07-091-1/+10
* wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call [...rbrunner72023-07-091-0/+8
* rpc: skip bootstrap nodes that are lower than last checkpointselsta2022-09-061-0/+7
* Publish submitted txs via zmqj-berman2022-07-211-0/+7
* Add view tags to outputs to reduce wallet scanning timej-berman2022-04-181-1/+2
* Merge pull request #8205luigi11112022-04-061-1/+0
|\
| * Compil. time: cryptonote_core minus portable_storage headermj-xmr2022-03-041-1/+0
* | Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|/
* Merge pull request #7891luigi11112021-09-231-0/+7
|\
| * RPC and ZeroMQ APIs to support p2poolSChernykh2021-09-111-0/+7
* | Merge pull request #7616luigi11112021-09-091-1/+2
|\ \ | |/ |/|
| * daemon: allow proxy configurationanon2021-08-201-1/+2
* | core: speed up print_coinbase_tx_summoneromooo-monero2021-03-181-2/+2
|/
* protocol: more sanity checks in new chain block hashesmoneromooo-monero2020-12-311-1/+4
* rpc: limit the number of txes for get_blocks.binmoneromooo-monero2020-12-291-1/+1
* Merge pull request #7021luigi11112020-11-291-1/+0
|\
| * Fix timeout checks for forwarded and Dandelion++ stem txesLee Clagett2020-11-151-1/+0
* | Merge pull request #7018luigi11112020-11-291-2/+9
|\ \
| * | cryptonote_core: dandelion - use local height or median height if syncingxiphon2020-11-251-2/+9
| |/
* / cryptonote_core: Fix missing override warningsNathan Dorfman2020-10-191-2/+2
|/
* Dandelion++: skip desynced peers in stem phasexiphon2020-10-121-1/+1
* core: fix mining from a block that's not the current topmoneromooo-monero2020-08-271-2/+2
* Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-041-0/+15
* Merge pull request #6534Alexander Blair2020-07-191-0/+8
|\
| * daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu2020-06-091-0/+8
* | Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ \
| * | Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| |/
* / cryptonote_core: remove "We are most likely forked" messagemoneromooo-monero2020-05-191-12/+0
|/
* Merge pull request #6468luigi11112020-05-061-1/+1
|\
| * cryptonote_core: skip dns checkpoints on startup if not enforcedxiphon2020-04-201-1/+1
* | Allow unrestricted rpc calls to get full txpool infoLee Clagett2020-03-301-2/+4
|/
* Merge pull request #6214luigi11112020-03-311-0/+9
|\
| * protocol: request txpool contents when syncedmoneromooo-monero2020-03-221-0/+9
* | p2p: remove old debug commandsAaron Hook2020-03-201-10/+0
|/
* Merge pull request #6225Alexander Blair2020-02-281-1/+1
|\
| * print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero2019-12-121-1/+1
* | Merge pull request #6211Alexander Blair2020-02-281-0/+5
|\ \
| * | rpc: add bad-blocks to flush_cache RPCmoneromooo-monero2019-12-021-0/+5
| |/
* | Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett2019-11-041-8/+0
* | Adding support for hidden (anonymity) txpoolLee Clagett2019-11-021-26/+47
|/
* rpc: add a flush_cache RPCmoneromooo-monero2019-10-251-0/+5
* monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-5/+19
* Unused private member m_miner_addressJesus Ramirez2019-05-291-1/+0
* functional_tests: add more blockchain related testsmoneromooo-monero2019-04-111-1/+3