Age | Commit message (Expand) | Author | Files | Lines |
2024-06-24 | Daemon RPC: /getblocks.bin return chain's top_block_hash in resp | j-berman | 1 | -3/+6 |
2024-05-29 | src: update checkpoints to match v0.18.3.4 | selsta | 1 | -1/+1 |
2024-05-21 | copyright: bump to 2024 | copyCat | 1 | -1/+1 |
2024-04-06 | src: update checkpoints to match latest release | selsta | 1 | -1/+1 |
2024-03-10 | Blockchain: remove old fee calc logic | jeffro256 | 1 | -96/+7 |
2024-02-21 | cryptonote_core: early out on out of bounds scaling parameter | selsta | 1 | -1/+2 |
2023-10-01 | Fix: long term block weight cache | Boog900 | 1 | -33/+2 |
2023-05-11 | blockchain: ensure base fee cannot reach 0 | Crypto City | 1 | -1/+1 |
2023-03-17 | verRctNonSemanticsSimpleCached: fix fragility | Jeffrey Ryan | 1 | -63/+18 |
2023-03-07 | Enforce restricted # pool txs served via RPC + optimize chunked reqs | j-berman | 1 | -1/+1 |
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 1 | -1/+1 |
2023-01-09 | Refactored rx-slow-hash.c | SChernykh | 1 | -14/+28 |
2022-12-22 | common: move boost_serialization_helper.h out and cleanup includes | Jeffrey Ryan | 1 | -1/+0 |
2022-12-20 | Cache successful `verRctNonSemanticsSimple` calls | SChernykh | 1 | -1/+1 |
2022-09-20 | Second thread pool for IO | SChernykh | 1 | -2/+2 |
2022-08-19 | blockchain: fix invalid memory read getting fee on empty chain | Crypto City | 1 | -1/+1 |
2022-07-13 | build: prepare v0.18.0.0 | selsta | 1 | -1/+1 |
2022-04-18 | Bump ring size to 16 for v15 & remove set default in wallet cli | j-berman | 1 | -9/+15 |
2022-04-18 | Add view tags to outputs to reduce wallet scanning time | j-berman | 1 | -9/+23 |
2022-04-10 | Fee changes from ArticMine | moneromooo-monero | 1 | -7/+130 |
2022-04-05 | plug bulletproofs plus into consensus | moneromooo-monero | 1 | -4/+31 |
2022-03-10 | Remove footgun doc comment in miner TX validation | Luke Parker | 1 | -3/+0 |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 |
2021-11-01 | tx_pool: full tx revalidation on fork boundaries | moneromooo-monero | 1 | -0/+21 |
2021-10-11 | blockchain: fix pedantic assert | selsta | 1 | -0/+2 |
2021-09-11 | RPC and ZeroMQ APIs to support p2pool | SChernykh | 1 | -1/+68 |
2021-06-20 | doc: update IRC references to Libera | fdov | 1 | -1/+1 |
2021-05-08 | Warnings: unused variable in core/blockchain.cpp | mj-xmr | 1 | -1/+1 |
2021-04-26 | blockchain: speed up repeated pops (mostly in tests) | moneromooo-monero | 1 | -1/+4 |
2021-04-16 | Revert "Merge pull request #7136" | luigi1111 | 1 | -1/+0 |
2021-03-18 | core: speed up print_coinbase_tx_sum | moneromooo-monero | 1 | -4/+6 |
2021-02-09 | Remove unused variables in monero codebase | Kevin Barbour | 1 | -1/+0 |
2021-01-28 | Remove copies from foreach loops (thanks to Clang) | Lee Clagett | 1 | -1/+1 |
2021-01-19 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 1 | -0/+1 |
2021-01-16 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 1 | -0/+1 |
2021-01-02 | blockchain: lock access to m_blocks_hash_of_hashes | moneromooo-monero | 1 | -0/+2 |
2020-12-31 | protocol: more sanity checks in new chain block hashes | moneromooo-monero | 1 | -2/+14 |
2020-12-29 | rpc: limit the number of txes for get_blocks.bin | moneromooo-monero | 1 | -3/+3 |
2020-10-20 | blockchain: remove some dead code | moneromooo-monero | 1 | -8/+0 |
2020-10-20 | Make Blockchain::get_fee_quantization_mask() compile time | SChernykh | 1 | -13/+0 |
2020-10-18 | blockchain: fix sync at v14 boundary | moneromooo-monero | 1 | -3/+15 |
2020-09-15 | blockchain: deterministic UNIX time unlock checks | moneromooo-monero | 1 | -16/+45 |
2020-09-14 | build: prepare v0.17 | selsta | 1 | -1/+1 |
2020-09-07 | blockchain: fix pow skipping for old blocks without precalc hash | moneromooo-monero | 1 | -1/+1 |
2020-09-01 | threadpool: guard against exceptions in jobs, and armour plating | moneromooo-monero | 1 | -7/+9 |
2020-08-27 | core: fix mining from a block that's not the current top | moneromooo-monero | 1 | -5/+41 |
2020-08-27 | Integrate CLSAGs into monero | moneromooo-monero | 1 | -3/+53 |
2020-08-21 | enforce claiming maximum coinbase amount | moneromooo-monero | 1 | -2/+2 |
2020-08-17 | Avoid some temporary strings when reading off the database | moneromooo-monero | 1 | -3/+3 |
2020-07-30 | blockchain: guard against exceptions in add_new_block/children | moneromooo-monero | 1 | -0/+11 |
2020-07-08 | blockchain: fix timestamp/difficulty cache getting out of sync | moneromooo-monero | 1 | -1/+16 |
2020-06-14 | avoid a couple needless copies | moneromooo-monero | 1 | -1/+1 |
2020-06-09 | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc... | stoffu | 1 | -0/+115 |
2020-06-05 | blockchain: fix total_height in getblocks.bin response | moneromooo-monero | 1 | -0/+1 |
2020-05-17 | blockchain: detect and log bad difficulty calculations | moneromooo-monero | 1 | -5/+72 |
2020-05-13 | build: prepare v0.16.0.0 release | selsta | 1 | -1/+1 |
2020-05-13 | blockchain: fix theoretical race getting bulk timestamps | moneromooo-monero | 1 | -0/+1 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 |
2020-05-04 | Adding ZMQ/Pub support for txpool_add and chain_main events | Lee Clagett | 1 | -10/+21 |
2020-02-27 | blockchain_db: faster fetching of consecutive txes | moneromooo-monero | 1 | -30/+2 |
2020-02-19 | cryptonote_core: skip block notify on blockchain switching rollback | xiphon | 1 | -8/+16 |
2020-02-17 | remove empty statements | Interchained | 1 | -2/+2 |
2020-01-09 | Fix check_fee() discrepancy. | UkoeHB | 1 | -2/+2 |
2019-12-14 | blockchain: fix flushing txes from the txpool | moneromooo-monero | 1 | -1/+1 |
2019-12-02 | rpc: add bad-blocks to flush_cache RPC | moneromooo-monero | 1 | -0/+7 |
2019-11-15 | blockchain: speedup fetching pruned contiguous tx blobs | moneromooo-monero | 1 | -3/+10 |
2019-11-12 | blockchain: error out if the builtin hashes data size is wrong | moneromooo-monero | 1 | -1/+6 |
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 1 | -13/+18 |
2019-11-02 | Merge pull request #6079 | Riccardo Spagni | 1 | -1/+1 |
2019-11-02 | 0.15.0.0 release engineering | Riccardo Spagni | 1 | -1/+1 |
2019-10-27 | blockchain: fix unwanted error when probing the pool for a tx | moneromooo-monero | 1 | -2/+11 |
2019-10-27 | blockchain: fix unwanted error when probing the pool for a tx | moneromooo-monero | 1 | -2/+11 |
2019-10-21 | Support median block size > 4 GB | moneromooo-monero | 1 | -8/+3 |
2019-10-16 | blockchain: initialize pow to ff..ff | moneromooo-monero | 1 | -2/+4 |
2019-10-11 | blockchain: use effective median block weight for penalty from v12 | moneromooo-monero | 1 | -3/+12 |
2019-10-10 | blockchain: fill in cumulative block weight for alt blocks | moneromooo-monero | 1 | -0/+28 |
2019-09-28 | blockchain: tweak fee as a function of median values | moneromooo-monero | 1 | -1/+2 |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 1 | -50/+194 |
2019-09-25 | RandomX integration | Howard Chu | 1 | -4/+40 |
2019-09-25 | ban peers sending bad pow outright | moneromooo-monero | 1 | -0/+2 |
2019-09-19 | core: move hardforks into its own lib | moneromooo-monero | 1 | -125/+4 |
2019-09-17 | blockchain: enforce 10 block age for spending outputs | moneromooo-monero | 1 | -0/+10 |
2019-09-16 | Removed Berkeley DB and db switching logic | Jesus Ramirez | 1 | -2/+2 |
2019-09-11 | blockchain: keep block template timestamp not below recent median | moneromooo-monero | 1 | -1/+3 |
2019-09-02 | Changed the use of boost:value_initialized for C++ list initializer | Jesus Ramirez | 1 | -8/+8 |
2019-08-28 | blockchain: fix logging bad number of blocks if first one fails | moneromooo-monero | 1 | -2/+3 |
2019-08-19 | blockchain: reject rct signatures in coinbase txes from v12 | moneromooo-monero | 1 | -0/+7 |
2019-08-19 | core: from v12, require consistent ring size for mixable txes | moneromooo-monero | 1 | -8/+23 |
2019-08-19 | blockchain: forbid v1 coinbase from v12 | moneromooo-monero | 1 | -4/+7 |
2019-08-18 | blockchain: Fix alt chain generated coins overflow | iamamyth | 1 | -1/+2 |
2019-07-18 | update checkpoints.dat hash | Riccardo Spagni | 1 | -1/+1 |
2019-07-15 | Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECT | Doyle | 1 | -2/+0 |
2019-07-03 | Remove unnecessary m_check_txin_table, fix const correctness | Martijn Otto | 1 | -36/+6 |
2019-06-16 | blockchain: silence an error getting blocks for pruned nodes | moneromooo-monero | 1 | -4/+8 |
2019-06-14 | prep for 0.14.1 release | Riccardo Spagni | 1 | -1/+1 |
2019-05-26 | blockchain: do not try to pop blocks down to the genesis block | moneromooo-monero | 1 | -0/+3 |
2019-05-25 | core: do not commit half constructed batch db txn | moneromooo-monero | 1 | -12/+16 |
2019-05-19 | Fix #5553 | Howard Chu | 1 | -1/+2 |
2019-05-09 | daemon: sort alt chains by height | moneromooo-monero | 1 | -2/+2 |
2019-05-08 | blockchain: keep alternative blocks in LMDB | moneromooo-monero | 1 | -66/+126 |
2019-05-02 | blockchain: keep a rolling long term block weight median | moneromooo-monero | 1 | -27/+29 |
2019-05-01 | fix wide difficulty conversion with some versions of boost | moneromooo-monero | 1 | -2/+2 |
2019-04-29 | remove unused code | moneromooo-monero | 1 | -6/+2 |
2019-04-23 | consensus: from v12, enforce >= 2 outputs | moneromooo-monero | 1 | -0/+13 |
2019-04-15 | rpc: fix get_block_hashes.bin from wallet on pruned blockchain | moneromooo-monero | 1 | -5/+9 |
2019-04-15 | blockchain: lock the blockchain while pruning | moneromooo-monero | 1 | -0/+4 |
2019-04-14 | blockchain_db: fix db txn ending too early | moneromooo-monero | 1 | -29/+23 |
2019-04-11 | functional_tests: add more blockchain related tests | moneromooo-monero | 1 | -61/+136 |
2019-04-09 | blockchain: remove unused calc of short_term_constraint | stoffu | 1 | -1/+0 |
2019-04-05 | cryptonote: rework block blob size sanity check | moneromooo-monero | 1 | -0/+6 |
2019-04-01 | blockchain: some debug info when adding txes-from-block fails | moneromooo-monero | 1 | -0/+2 |
2019-04-01 | Allow pruning before v10 | moneromooo-monero | 1 | -6/+0 |
2019-03-30 | blockchain: fix returned height in create_block_template | moneromooo-monero | 1 | -2/+4 |
2019-03-28 | blockchain: incremental long term block weight cache | moneromooo-monero | 1 | -0/+22 |
2019-03-28 | blockchain: simple cache for the long term block weights | moneromooo-monero | 1 | -0/+22 |
2019-03-25 | cryptonote: block parsing + hash calculation speedup | moneromooo-monero | 1 | -4/+6 |
2019-03-25 | blockchain: avoid unneeded block copy | moneromooo-monero | 1 | -1/+2 |
2019-03-25 | save some database calls when getting top block hash and height | moneromooo-monero | 1 | -0/+1 |
2019-03-25 | Avoid repeated (de)serialization when syncing | moneromooo-monero | 1 | -2/+1 |
2019-03-24 | Make difficulty 128 bit instead of 64 bit | moneromooo-monero | 1 | -2/+6 |
2019-03-15 | blockchain: do not try to pop the genesis block | moneromooo-monero | 1 | -0/+2 |
2019-03-10 | blockchain: fix ahead of time PoW batch calc | moneromooo-monero | 1 | -2/+2 |
2019-03-08 | blockchain: speed up getting N blocks weights/long term weights | moneromooo-monero | 1 | -13/+11 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2019-03-05 | cryptonote: avoid double parsing blocks when syncing | moneromooo-monero | 1 | -10/+3 |
2019-03-05 | core: avoid double parsing blocks after hoh | moneromooo-monero | 1 | -2/+2 |
2019-03-05 | blockchain: avoid unneeded block copy | moneromooo-monero | 1 | -1/+2 |
2019-03-05 | save some database calls when getting top block hash and height | moneromooo-monero | 1 | -25/+35 |
2019-03-05 | blockchain: avoid pointless transaction copy and temporary | moneromooo-monero | 1 | -3/+4 |
2019-03-05 | blockchain: avoid duplicate block hash computation | moneromooo-monero | 1 | -2/+1 |
2019-03-05 | Avoid repeated (de)serialization when syncing | moneromooo-monero | 1 | -9/+14 |
2019-03-05 | fix merge errors, update recommended version to 0.14.0.2 | Riccardo Spagni | 1 | -1/+1 |
2019-03-05 | update checkpoints hash | Riccardo Spagni | 1 | -2/+2 |
2019-03-04 | various: remove unused variables | moneromooo-monero | 1 | -2/+0 |
2019-03-04 | blockchain: forbid older BP rct versions from v11 | moneromooo-monero | 1 | -1/+18 |
2019-03-04 | blockchain: add v10 fork heights | moneromooo-monero | 1 | -0/+5 |
2019-03-04 | blockchain: include number of discarded blocks in --reorg-notify | moneromooo-monero | 1 | -1/+2 |
2019-03-04 | ArticMine's new block weight algorithm | moneromooo-monero | 1 | -21/+118 |
2019-02-01 | cryptonote: Fix enum check in expand_transaction_2 | Tom Smeding | 1 | -1/+1 |
2019-01-28 | blockchain: add --reorg-notify | moneromooo-monero | 1 | -0/+5 |
2019-01-28 | notify: handle arbitrary tags | moneromooo-monero | 1 | -1/+1 |
2019-01-26 | blockchain: fix default genesis block timestamp | moneromooo-monero | 1 | -2/+2 |
2019-01-22 | add a bulletproof version, new bulletproof type, and rct config | moneromooo-monero | 1 | -2/+15 |
2019-01-22 | Pruning | moneromooo-monero | 1 | -3/+93 |
2019-01-07 | blockchain: don't propagate exception past dtor | moneromooo-monero | 1 | -1/+2 |
2019-01-01 | blockchain: fix wrong hf version when popping multiple blocks | moneromooo-monero | 1 | -6/+4 |
2019-01-01 | blockchain: use the version passed as parameter, not a new one | moneromooo-monero | 1 | -1/+1 |
2018-12-25 | cryptonote_core: revert extra_tx_map | moneromooo-monero | 1 | -58/+4 |
2018-12-18 | blockchain: fix block rate check for empty blockchains | moneromooo-monero | 1 | -1/+3 |
2018-12-18 | blockchain_db: speedup tx output gathering | moneromooo-monero | 1 | -8/+17 |
2018-12-05 | blockchain: call deinit in dtor | moneromooo-monero | 1 | -7/+10 |
2018-12-04 | move int-util.h to epee | moneromooo-monero | 1 | -1/+1 |
2018-12-02 | blockchain: fix race between two external mining threads | moneromooo-monero | 1 | -5/+3 |
2018-11-28 | add command pop_blocks | Jason Wong | 1 | -0/+32 |
2018-11-27 | blockchain: avoid unnecessary DB lookups when syncing | moneromooo-monero | 1 | -33/+84 |
2018-11-26 | rpc: speedup get_outs.bin | moneromooo-monero | 1 | -8/+26 |
2018-11-23 | a few minor (but easy) performance tweaks | moneromooo-monero | 1 | -3/+3 |
2018-11-19 | Avoid unnecessary temp block and copy ctor | moneromooo-monero | 1 | -1/+1 |
2018-11-16 | tests: add unit tests for get_output_distribution | moneromooo-monero | 1 | -0/+1 |
2018-11-16 | blockchain: remove "0 is height" shortcut from get_output_distribution | moneromooo-monero | 1 | -2/+0 |
2018-11-16 | Revert "blockchain: simplify output distribution code" | moneromooo-monero | 1 | -2/+7 |
2018-11-05 | blockchain: fix innocuous difficulty cache inconsistency | moneromooo-monero | 1 | -0/+1 |
2018-11-05 | blockchain: use uint64_t for block height, not size_t | moneromooo-monero | 1 | -1/+1 |
2018-11-04 | blockchain: remove unused output_scan_worker parameter | moneromooo-monero | 1 | -7/+4 |
2018-11-04 | blockchain: don't run threads if we have just one function to run | moneromooo-monero | 1 | -1/+1 |
2018-11-01 | core: avoid unnecessary tx/blob conversions | moneromooo-monero | 1 | -2/+2 |
2018-10-27 | core: fix unmixable special case allowing ring size below 11 | moneromooo-monero | 1 | -1/+1 |
2018-10-22 | blocks: use auto-generated .c files instead of 'LD -r -b binary' | xiphon | 1 | -15/+14 |
2018-10-19 | blockchain: move two new verification errors to the verify category | moneromooo-monero | 1 | -2/+2 |
2018-10-08 | Revert "Merge pull request #4472" | Riccardo Spagni | 1 | -14/+15 |
2018-10-08 | blockchain: add check test options are given for fakechain mode | moneromooo-monero | 1 | -0/+3 |
2018-10-04 | blocks: use auto-generated .c files instead of 'LD -r -b binary' | xiphon | 1 | -15/+14 |
2018-09-29 | Merge pull request #4333 | Riccardo Spagni | 1 | -0/+5 |
2018-09-29 | daemon: silence daemon update warnings on testnet | iDunk5400 | 1 | -2/+2 |
2018-09-24 | blockchain: add stagenet v8 and v9, two weeks before mainnet | moneromooo-monero | 1 | -0/+2 |
2018-09-23 | update checkpoints.dat | Riccardo Spagni | 1 | -1/+1 |
2018-09-20 | cryptonote_core: warn when the block rate deviates from expectations | moneromooo-monero | 1 | -0/+9 |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 1 | -242/+0 |
2018-09-12 | blockchain: simplify output distribution code | moneromooo-monero | 1 | -7/+2 |
2018-09-11 | blockchain: add a testnet v9 a day after v8 | moneromooo-monero | 1 | -0/+1 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -122/+175 |
2018-09-11 | Bulletproof aggregated verification and tests | moneromooo-monero | 1 | -8/+7 |
2018-09-11 | bulletproofs: add aggregated verification | moneromooo-monero | 1 | -1/+1 |
2018-09-11 | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 1 | -0/+16 |
2018-09-02 | blockchain: add mainnet v8 height targetting 18 october | moneromooo-monero | 1 | -0/+6 |
2018-08-16 | core: cache block template where possible | moneromooo-monero | 1 | -1/+43 |
2018-08-12 | core: sync database based on bytes added, not blocks added | moneromooo-monero | 1 | -4/+8 |
2018-08-09 | blockchain: use uint64_t for height, not size_t | moneromooo-monero | 1 | -1/+1 |
2018-07-21 | blockchain: some batch tx scanning speedup | moneromooo-monero | 1 | -15/+19 |
2018-07-13 | db: store cumulative rct output distribution in the db for speed | moneromooo-monero | 1 | -5/+34 |
2018-07-07 | blockchain: cache next block difficulty after adding a block | moneromooo-monero | 1 | -0/+1 |
2018-06-29 | blockchain: fix getting invalid block data on failure | moneromooo-monero | 1 | -1/+2 |
2018-06-29 | add --regtest and --fixed-difficulty for regression testing | victorsintnicolaas | 1 | -1/+45 |
2018-06-28 | blockchain: set the m_verifivation_failed flag in a couple more places | moneromooo-monero | 1 | -0/+2 |
2018-06-28 | blockchain: fix build after waiter::wait prototype change | moneromooo-monero | 1 | -1/+1 |
2018-06-26 | threadpool: allow leaf functions to run concurrently | moneromooo-monero | 1 | -6/+6 |
2018-06-26 | blockchain: simplify/speedup handle_get_objects | moneromooo-monero | 1 | -13/+8 |
2018-06-26 | rpc: rework to avoid repeated calculations in get_blocks.bin | moneromooo-monero | 1 | -6/+15 |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 1 | -21/+45 |
2018-06-26 | alt_chain_info can now give more info about a particular alt chain | moneromooo-monero | 1 | -5/+6 |