aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add view tags to outputs to reduce wallet scanning timej-berman2022-04-181-9/+23
* Fee changes from ArticMinemoneromooo-monero2022-04-101-7/+130
* Merge pull request #8212luigi11112022-04-061-3/+0
|\
| * Remove footgun doc comment in miner TX validationLuke Parker2022-03-101-3/+0
* | Merge pull request #8197luigi11112022-04-061-1/+1
|\ \
| * | Copyright: Update to 2022mj-xmr2022-03-041-1/+1
| |/
* / plug bulletproofs plus into consensusmoneromooo-monero2022-04-051-4/+31
|/
* tx_pool: full tx revalidation on fork boundariesmoneromooo-monero2021-11-011-0/+21
* blockchain: fix pedantic assertselsta2021-10-111-0/+2
* RPC and ZeroMQ APIs to support p2poolSChernykh2021-09-111-1/+68
* Merge pull request #7754luigi11112021-07-101-1/+1
|\
| * doc: update IRC references to Liberafdov2021-06-201-1/+1
* | Merge pull request #7612luigi11112021-06-241-4/+6
|\ \ | |/ |/|
| * core: speed up print_coinbase_tx_summoneromooo-monero2021-03-181-4/+6
* | Merge pull request #7684luigi11112021-06-101-1/+4
|\ \
| * | blockchain: speed up repeated pops (mostly in tests)moneromooo-monero2021-04-261-1/+4
* | | Warnings: unused variable in core/blockchain.cppmj-xmr2021-05-081-1/+1
* | | Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-191-0/+1
* | | Revert "Merge pull request #7136"luigi11112021-04-161-1/+0
|/ /
* / Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-161-0/+1
|/
* Merge pull request #7355luigi11112021-02-181-1/+1
|\
| * Remove copies from foreach loops (thanks to Clang)Lee Clagett2021-01-281-1/+1
* | Remove unused variables in monero codebaseKevin Barbour2021-02-091-1/+0
|/
* blockchain: lock access to m_blocks_hash_of_hashesmoneromooo-monero2021-01-021-0/+2
* protocol: more sanity checks in new chain block hashesmoneromooo-monero2020-12-311-2/+14
* rpc: limit the number of txes for get_blocks.binmoneromooo-monero2020-12-291-3/+3
* Merge pull request #6924luigi11112020-11-291-8/+0
|\
| * blockchain: remove some dead codemoneromooo-monero2020-10-201-8/+0
* | Make Blockchain::get_fee_quantization_mask() compile timeSChernykh2020-10-201-13/+0
* | blockchain: fix sync at v14 boundarymoneromooo-monero2020-10-181-3/+15
|/
* blockchain: deterministic UNIX time unlock checksmoneromooo-monero2020-09-151-16/+45
* 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-061-5/+41
|\
| * core: fix mining from a block that's not the current topmoneromooo-monero2020-08-271-5/+41
* | Merge pull request #6757luigi11112020-09-031-7/+9
|\ \
| * | threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero2020-09-011-7/+9
* | | Integrate CLSAGs into moneromoneromooo-monero2020-08-271-3/+53
| |/ |/|
* | 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-171-3/+3
* | 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
* | | Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-041-10/+21
| |/ |/|
* | Merge pull request #6534Alexander Blair2020-07-191-0/+115
|\ \
| * | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu2020-06-091-0/+115
| |/
* | Merge pull request #6526Alexander Blair2020-07-191-0/+1
|\ \
| * | blockchain: fix theoretical race getting bulk timestampsmoneromooo-monero2020-05-131-0/+1