Age | Commit message (Expand) | Author | Files | Lines |
2022-04-10 | Fee changes from ArticMine | moneromooo-monero | 1 | -0/+16 |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 |
2021-09-11 | RPC and ZeroMQ APIs to support p2pool | SChernykh | 1 | -2/+37 |
2021-03-18 | core: speed up print_coinbase_tx_sum | moneromooo-monero | 1 | -1/+1 |
2020-12-31 | protocol: more sanity checks in new chain block hashes | moneromooo-monero | 1 | -1/+3 |
2020-12-29 | rpc: limit the number of txes for get_blocks.bin | moneromooo-monero | 1 | -2/+3 |
2020-10-20 | Make Blockchain::get_fee_quantization_mask() compile time | SChernykh | 1 | -1/+5 |
2020-09-15 | blockchain: deterministic UNIX time unlock checks | moneromooo-monero | 1 | -12/+19 |
2020-08-27 | core: fix mining from a block that's not the current top | moneromooo-monero | 1 | -3/+5 |
2020-08-17 | Avoid some temporary strings when reading off the database | moneromooo-monero | 1 | -1/+1 |
2020-08-16 | Fix build with Boost 1.74 | moneromooo-monero | 1 | -0/+3 |
2020-07-08 | blockchain: fix timestamp/difficulty cache getting out of sync | moneromooo-monero | 1 | -0/+1 |
2020-06-09 | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc... | stoffu | 1 | -0/+16 |
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 | -2/+7 |
2020-02-19 | cryptonote_core: skip block notify on blockchain switching rollback | xiphon | 1 | -2/+4 |
2019-12-02 | rpc: add bad-blocks to flush_cache RPC | moneromooo-monero | 1 | -0/+5 |
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 1 | -4/+5 |
2019-10-29 | blockchain: fix comment wrongly refering to SHA-3 rather than Keccak | moneromooo-monero | 1 | -1/+1 |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 1 | -8/+24 |
2019-09-25 | RandomX integration | Howard Chu | 1 | -0/+17 |
2019-09-19 | core: move hardforks into its own lib | moneromooo-monero | 1 | -7/+0 |
2019-08-19 | blockchain: forbid v1 coinbase from v12 | moneromooo-monero | 1 | -1/+2 |
2019-07-03 | Remove unnecessary m_check_txin_table, fix const correctness | Martijn Otto | 1 | -7/+6 |
2019-05-25 | core: do not commit half constructed batch db txn | moneromooo-monero | 1 | -0/+3 |
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 | -27/+4 |
2019-05-02 | blockchain: keep a rolling long term block weight median | moneromooo-monero | 1 | -6/+7 |
2019-04-15 | rpc: fix get_block_hashes.bin from wallet on pruned blockchain | moneromooo-monero | 1 | -1/+2 |
2019-04-11 | functional_tests: add more blockchain related tests | moneromooo-monero | 1 | -3/+17 |
2019-03-30 | blockchain: fix returned height in create_block_template | moneromooo-monero | 1 | -1/+2 |
2019-03-28 | blockchain: simple cache for the long term block weights | moneromooo-monero | 1 | -0/+2 |
2019-03-24 | Make difficulty 128 bit instead of 64 bit | moneromooo-monero | 1 | -1/+1 |
2019-03-08 | blockchain: speed up getting N blocks weights/long term weights | moneromooo-monero | 1 | -2/+13 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2019-03-05 | core: avoid double parsing blocks after hoh | moneromooo-monero | 1 | -2/+3 |
2019-03-05 | Avoid repeated (de)serialization when syncing | moneromooo-monero | 1 | -1/+1 |
2019-03-04 | ArticMine's new block weight algorithm | moneromooo-monero | 1 | -2/+16 |
2019-01-28 | blockchain: add --reorg-notify | moneromooo-monero | 1 | -1/+9 |
2019-01-22 | Pruning | moneromooo-monero | 1 | -0/+6 |
2018-12-25 | cryptonote_core: revert extra_tx_map | moneromooo-monero | 1 | -1/+1 |
2018-12-18 | blockchain_db: speedup tx output gathering | moneromooo-monero | 1 | -0/+2 |
2018-12-05 | blockchain: call deinit in dtor | moneromooo-monero | 1 | -0/+5 |
2018-11-28 | add command pop_blocks | Jason Wong | 1 | -0/+7 |
2018-11-27 | blockchain: avoid unnecessary DB lookups when syncing | moneromooo-monero | 1 | -2/+2 |
2018-11-04 | blockchain: remove unused output_scan_worker parameter | moneromooo-monero | 1 | -3/+1 |
2018-11-01 | core: avoid unnecessary tx/blob conversions | moneromooo-monero | 1 | -1/+1 |
2018-10-22 | blocks: use auto-generated .c files instead of 'LD -r -b binary' | xiphon | 1 | -2/+16 |
2018-10-08 | Revert "Merge pull request #4472" | Riccardo Spagni | 1 | -16/+2 |
2018-10-04 | blocks: use auto-generated .c files instead of 'LD -r -b binary' | xiphon | 1 | -2/+16 |
2018-09-29 | Merge pull request #4333 | Riccardo Spagni | 1 | -0/+11 |
2018-09-20 | cryptonote_core: warn when the block rate deviates from expectations | moneromooo-monero | 1 | -0/+5 |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 1 | -61/+0 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -33/+44 |
2018-08-16 | core: cache block template where possible | moneromooo-monero | 1 | -0/+21 |
2018-08-12 | core: sync database based on bytes added, not blocks added | moneromooo-monero | 1 | -3/+6 |
2018-06-29 | add --regtest and --fixed-difficulty for regression testing | victorsintnicolaas | 1 | -1/+10 |
2018-06-26 | rpc: rework to avoid repeated calculations in get_blocks.bin | moneromooo-monero | 1 | -1/+1 |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 1 | -8/+8 |
2018-06-26 | alt_chain_info can now give more info about a particular alt chain | moneromooo-monero | 1 | -1/+1 |
2018-05-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 1 | -3/+6 |
2018-05-21 | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 1 | -2/+3 |
2018-05-13 | Use median timestamp if current time renders a block invalid. | Thaer Khawaja | 1 | -2/+5 |
2018-04-23 | speedup get_output_histogram for all amounts when min_count > 0 | moneromooo-monero | 1 | -1/+2 |
2018-03-21 | core: add get_earliest_ideal_height_for_version() | stoffu | 1 | -0/+7 |
2018-03-19 | blockchain: cache difficulty for next block | moneromooo-monero | 1 | -0/+4 |
2018-03-16 | add RPC to get a histogram of outputs of a given amount | moneromooo-monero | 1 | -1/+22 |
2018-03-14 | Remove the `Blockchain::get_all_known_block_ids` function. | Jean Pierre Dudey | 1 | -9/+0 |
2018-03-05 | Stagenet | stoffu | 1 | -5/+5 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2018-01-17 | rpc: expose recent median block size in getinfo | moneromooo-monero | 1 | -0/+8 |
2017-12-20 | Fix exceptions not finding txpool txes when relaying | moneromooo-monero | 1 | -1/+1 |
2017-12-18 | cryptonote_core: remove unused functions with off by one bugs | moneromooo-monero | 1 | -26/+0 |
2017-11-30 | core: make --offline also disable DNS lookups | moneromooo-monero | 1 | -2/+5 |
2017-11-14 | rpc: remove obsolete busy core checks | moneromooo-monero | 1 | -10/+0 |
2017-11-08 | Protect node privacy by proper filtering in restricted-mode RPC answers | binaryFate | 1 | -2/+2 |
2017-09-29 | core: fix failure to sync when a tx is already in the pool | moneromooo-monero | 1 | -0/+7 |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 1 | -1/+1 |
2017-09-18 | precomputed block hashes are now in blocks of N (currently 256) | moneromooo-monero | 1 | -0/+2 |
2017-09-05 | Refactor some things into more composable (smaller) functions | Thomas Winget | 1 | -0/+56 |
2017-08-31 | DRY refactoring | Thomas Winget | 1 | -0/+7 |
2017-08-20 | Toggle SAFE syncmode on and off automatically | Howard Chu | 1 | -0/+7 |
2017-08-15 | protocol: pass blockchain cumulative difficulty when syncing | moneromooo-monero | 1 | -0/+10 |
2017-08-09 | protocol: add checks for top block hard fork version | moneromooo-monero | 1 | -0/+9 |
2017-08-03 | blockchain: remove a few unused variables | moneromooo-monero | 1 | -3/+1 |
2017-07-30 | blockchain: skip checking tx semantics in embedded block hash range | moneromooo-monero | 1 | -0/+3 |
2017-07-27 | blockchain: ensure all blocks get their longhash precalculated | moneromooo-monero | 1 | -1/+1 |
2017-06-23 | Fix mismatch of parameter name between header file and implementation for set... | Julien Klepatch | 1 | -3/+2 |
2017-06-11 | blockchain_db: add a txpool tx getter which returns existence | moneromooo-monero | 1 | -0/+1 |
2017-06-01 | Don't copy blockchain for coinbase_tx_sum | Howard Chu | 1 | -2/+4 |
2017-05-25 | Move txpool to the database | moneromooo-monero | 1 | -1/+12 |
2017-04-19 | Add expected total reward to RPC "getblocktemplate". | assylias | 1 | -1/+2 |
2017-03-18 | Removed boost/asio.hpp include from epee/string_tools.h | Lee Clagett | 1 | -0/+1 |
2017-03-15 | Add intervening v5 fork for increased min block size | moneromooo-monero | 1 | -1/+2 |
2017-03-10 | fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB... | kenshi84 | 1 | -1/+1 |
2017-02-25 | core: move hardfork back to cryptonote_core | moneromooo-monero | 1 | -1/+1 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 |
2017-02-13 | blockchain_db: add "raw" blobdata getters for block and transaction | moneromooo-monero | 1 | -4/+5 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -6/+6 |
2017-01-22 | Remove boost/foreach.cpp includes | Miguel Herranz | 1 | -1/+0 |
2017-01-22 | rpc: fix orphan_status when getting blocks | moneromooo-monero | 1 | -1/+2 |
2016-12-17 | rpc: new function and RPC to get alternative chain info | moneromooo-monero | 1 | -0/+7 |
2016-12-04 | Fix delayed exit when syncing | moneromooo-monero | 1 | -0/+5 |
2016-11-22 | Add a get_outs (fully text based) version of get_outs.bin | moneromooo-monero | 1 | -1/+1 |
2016-10-31 | rpc: add a dynamic fee estimation RPC call | moneromooo-monero | 1 | -0/+14 |
2016-10-31 | core: dynamic fee algorithm from ArticMine | moneromooo-monero | 1 | -0/+27 |
2016-10-15 | wallet: select part of the fake outs from recent outputs | moneromooo-monero | 1 | -1/+2 |
2016-08-28 | rct: rework the verification preparation process | moneromooo-monero | 1 | -2/+13 |
2016-08-28 | add rct to the protocol | moneromooo-monero | 1 | -4/+8 |
2016-08-28 | core: new /getrandom_rctouts.bin binary RPC call | moneromooo-monero | 1 | -0/+25 |
2016-08-12 | daemon: print time to next fork | moneromooo-monero | 1 | -0/+7 |
2016-08-11 | Fake outs set is now decided by the wallet | moneromooo-monero | 1 | -0/+15 |
2016-08-01 | new unlocked parameter to output_histogram | moneromooo-monero | 1 | -1/+2 |
2016-04-06 | blockchain: remove the tx validation result cache | moneromooo-monero | 1 | -1/+0 |
2016-03-27 | Convey tx verification failure reasons to the RPC client | moneromooo-monero | 1 | -3/+6 |
2016-03-26 | New RPC and daemon command to get output histogram | moneromooo-monero | 1 | -0/+9 |
2016-03-25 | blockchain: for v3, require miner tx to have well behaved outs | moneromooo-monero | 1 | -1/+2 |
2016-03-25 | Merge pull request #749 | Riccardo Spagni | 1 | -15/+875 |
2016-03-25 | Revert "Merge pull request #749" | Riccardo Spagni | 1 | -875/+15 |
2016-03-22 | Remove unnecessary or defunct code | Thomas Winget | 1 | -21/+0 |
2016-03-22 | Updated documentation for blockchain.* | Thomas Winget | 1 | -9/+890 |
2016-02-08 | core_tests: add tests for hard fork behaviors (MRL-0004) | moneromooo-monero | 1 | -2/+3 |
2016-02-08 | Blockchain: Optionally pass in HardFork object | warptangent | 1 | -0/+1 |
2016-02-02 | minor bugfixes and refactoring | Thomas Winget | 1 | -0/+11 |
2016-01-30 | new flush_txpool command, and associated RPC call | moneromooo-monero | 1 | -0/+2 |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 |
2015-12-26 | blockchain: remove obsolete containers | moneromooo-monero | 1 | -3/+0 |
2015-12-25 | blockchain: fix a few block addition bugs | moneromooo-monero | 1 | -0/+1 |
2015-12-25 | blockchain: fix bitflipping test with quantized block rewards | moneromooo-monero | 1 | -1/+1 |
2015-12-19 | Allow the wallet to access hard fork information | moneromooo-monero | 1 | -1/+1 |
2015-12-15 | Replace tabs with two spaces for consistency with rest of codebase | warptangent | 1 | -32/+32 |
2015-12-13 | add a --fakechain argument for tests | moneromooo-monero | 1 | -1/+1 |
2015-11-13 | More changes for 2-min blocks | Javier Smooth | 1 | -0/+2 |
2015-10-27 | Remove some old/obsolete/unused code | moneromooo-monero | 1 | -15/+0 |
2015-10-25 | Add functions to iterate through blocks, txes, outputs, key images | moneromooo-monero | 1 | -0/+5 |
2015-10-11 | from hard fork 2, all outputs must be decomposed | moneromooo-monero | 1 | -0/+1 |
2015-09-20 | hardfork: most state now saved to the DB | moneromooo-monero | 1 | -3/+3 |
2015-09-19 | Add an RPC call and daemon command to get info on hard fork voting | moneromooo-monero | 1 | -0/+3 |
2015-09-19 | core: add consts where appropriate | moneromooo-monero | 1 | -3/+3 |
2015-09-13 | core: moan when we think an update is needed to get latest hard fork info | moneromooo-monero | 1 | -0/+2 |
2015-09-12 | blockchain: use the new hardfork class | moneromooo-monero | 1 | -2/+5 |
2015-09-12 | blockchain: add a couple missing includes | moneromooo-monero | 1 | -0/+2 |
2015-08-11 | blockchain: remove dead code | moneromooo-monero | 1 | -3/+0 |
2015-07-15 | Removed on_idle() calls to Blockchain::store_blockchain() for lmdb. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -0/+1 |
2015-07-15 | ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -8/+56 |
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 1 | -1/+1 |
2015-03-25 | Steps toward multiple dbs available -- working | Thomas Winget | 1 | -3/+1 |
2015-03-22 | Update Blockchain::get_db() to return reference instead of pointer | warptangent | 1 | -2/+2 |
2015-03-16 | Add support for database open with flags | warptangent | 1 | -1/+1 |
2015-03-15 | Blockchain: add get_db() accessor, needed for blockchain_import | warptangent | 1 | -0/+5 |
2015-03-06 | Moved BlockchainDB into its own src/ subfolder | Thomas Winget | 1 | -1/+1 |
2015-02-23 | Blockchain: match original function declaration from blockchain_storage | warptangent | 1 | -1/+1 |
2015-01-04 | blockchain: add consts where appropriate | moneromooo-monero | 1 | -41/+41 |
2015-01-04 | add new checkpointing behavior to Blockchain class | Thomas Winget | 1 | -2/+4 |
2015-01-04 | Integrate BlockchainDB into cryptonote_core | Thomas Winget | 1 | -3/+7 |
2015-01-04 | update new blockchain to build with new changes | Thomas Winget | 1 | -4/+3 |
2015-01-04 | import of BlockchainDB files | Thomas Winget | 1 | -162/+24 |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 |
2014-09-30 | various changes to runtime checkpoint updating | Thomas Winget | 1 | -1/+2 |
2014-09-30 | DNS checkpoint updating added, and daemon flag to enforce them | Thomas Winget | 1 | -2/+5 |
2014-09-30 | reload checkpoints file every ~hr and print if any fail | Thomas Winget | 1 | -0/+1 |
2014-09-15 | Add testnet flag | Zachary Michaels | 1 | -2/+3 |
2014-08-01 | #36 simplewallet refresh include optional height param | Jakob Lind | 1 | -1/+1 |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 |
2014-05-25 | 0.8.8update | mydesktop | 1 | -5/+7 |
2014-04-07 | Improvements in JSON RPC | Antonio Juarez | 1 | -15/+1 |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -6/+46 |
2014-03-20 | some fixes | Antonio Juarez | 1 | -0/+2 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+297 |