Age | Commit message (Expand) | Author | Files | Lines |
2019-11-04 | Change to Tx diffusion (Dandelion++ fluff) instead of flooding | Lee Clagett | 1 | -1/+1 |
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 1 | -8/+41 |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 1 | -1/+2 |
2019-09-16 | Removed Berkeley DB and db switching logic | Jesus Ramirez | 1 | -2/+1 |
2019-05-25 | core: do not commit half constructed batch db txn | moneromooo-monero | 1 | -0/+15 |
2019-05-08 | blockchain: keep alternative blocks in LMDB | moneromooo-monero | 1 | -1/+64 |
2019-04-14 | blockchain_db: fix db txn ending too early | moneromooo-monero | 1 | -3/+52 |
2019-04-05 | cryptonote: rework block blob size sanity check | moneromooo-monero | 1 | -0/+14 |
2019-03-08 | blockchain: speed up getting N blocks weights/long term weights | moneromooo-monero | 1 | -0/+22 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2019-03-05 | save some database calls when getting top block hash and height | moneromooo-monero | 1 | -1/+3 |
2019-03-05 | Avoid repeated (de)serialization when syncing | moneromooo-monero | 1 | -4/+4 |
2019-03-04 | ArticMine's new block weight algorithm | moneromooo-monero | 1 | -1/+16 |
2019-01-22 | Pruning | moneromooo-monero | 1 | -0/+62 |
2019-01-16 | blockchain_db: allow getting output keys without commitment | moneromooo-monero | 1 | -1/+1 |
2019-01-07 | Make get_output_key method const | moneroexamples | 1 | -2/+2 |
2018-12-18 | blockchain_db: speedup tx output gathering | moneromooo-monero | 1 | -1/+2 |
2018-11-27 | Outputs where all amounts are known spent can now be pruned | moneromooo-monero | 1 | -0/+7 |
2018-11-26 | rpc: speedup get_outs.bin | moneromooo-monero | 1 | -2/+2 |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 1 | -1/+0 |
2018-11-01 | core: avoid unnecessary tx/blob conversions | moneromooo-monero | 1 | -1/+1 |
2018-10-16 | blockchain_db: initialize m_hardfork in ctor just in case | moneromooo-monero | 1 | -1/+1 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -10/+10 |
2018-07-30 | blockchain_db: remove unused get_output_key variant | moneromooo-monero | 1 | -17/+0 |
2018-07-13 | db: store cumulative rct output distribution in the db for speed | moneromooo-monero | 1 | -0/+15 |
2018-06-29 | add --regtest and --fixed-difficulty for regression testing | victorsintnicolaas | 1 | -0/+14 |
2018-06-20 | rpc: add blockchain disk size to getinfo | moneromooo-monero | 1 | -0/+7 |
2018-06-05 | tx_pool: initialize bitflags padding since it gets written to storage | moneromooo-monero | 1 | -0/+1 |
2018-05-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 1 | -3/+33 |
2018-05-21 | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 1 | -0/+2 |
2018-04-23 | speedup get_output_histogram for all amounts when min_count > 0 | moneromooo-monero | 1 | -1/+2 |
2018-03-16 | add RPC to get a histogram of outputs of a given amount | moneromooo-monero | 1 | -1/+3 |
2018-02-02 | blockchain_db: initialize m_open in base class ctor | moneromooo-monero | 1 | -0/+5 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2017-12-20 | Fix exceptions not finding txpool txes when relaying | moneromooo-monero | 1 | -2/+3 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -1/+1 |
2017-11-08 | Protect node privacy by proper filtering in restricted-mode RPC answers | binaryFate | 1 | -2/+2 |
2017-11-06 | track double spending in the txpool | moneromooo-monero | 1 | -1/+2 |
2017-09-17 | Use actual batch size for resize estimates | Howard Chu | 1 | -1/+1 |
2017-08-29 | move db specific options to BlockchainDB | moneromooo-monero | 1 | -0/+11 |
2017-08-20 | Toggle SAFE syncmode on and off automatically | Howard Chu | 1 | -0/+7 |
2017-08-19 | DB cleanup | Howard Chu | 1 | -0/+7 |
2017-06-11 | blockchain_db: add a txpool tx getter which returns existence | moneromooo-monero | 1 | -0/+10 |
2017-06-01 | Don't copy blockchain for coinbase_tx_sum | Howard Chu | 1 | -4/+6 |
2017-05-25 | Move txpool to the database | moneromooo-monero | 1 | -0/+86 |
2017-03-10 | fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB... | kenshi84 | 1 | -5/+5 |
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 | -8/+42 |
2017-02-13 | blockchain_db: do not throw on expected partial results getting keys | moneromooo-monero | 1 | -1/+1 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -3/+3 |
2017-01-14 | Use batch transactions when syncing | Howard Chu | 1 | -4/+5 |
2017-01-07 | blockchain: allow marking "tx not found" without an exception | moneromooo-monero | 1 | -0/+14 |
2016-10-15 | wallet: select part of the fake outs from recent outputs | moneromooo-monero | 1 | -1/+2 |
2016-08-31 | core: faster find_blockchain_supplement | moneromooo-monero | 1 | -1/+2 |
2016-08-28 | move the rct commitments to the output_amounts database | moneromooo-monero | 1 | -34/+3 |
2016-08-28 | blockchain_db: add functions for adding/removing/getting rct commitments | moneromooo-monero | 1 | -0/+33 |
2016-08-01 | new unlocked parameter to output_histogram | moneromooo-monero | 1 | -3/+4 |
2016-07-13 | remove hf_starting_height db | moneromooo-monero | 1 | -21/+0 |
2016-04-24 | Another take on migration | Howard Chu | 1 | -12/+12 |
2016-04-05 | Cleanup | Howard Chu | 1 | -3/+0 |
2016-04-05 | Cleanup and clarify | Howard Chu | 1 | -24/+34 |
2016-04-05 | Schema update: tx_indices - consolidate the tx subdbs from 5 to 3 | warptangent | 1 | -0/+9 |
2016-04-05 | Schema update: tx_indices - yet less indirection | warptangent | 1 | -2/+2 |
2016-04-05 | Schema update: tx_indices - improve further with less indirection | warptangent | 1 | -2/+3 |
2016-04-05 | Update schema for "tx_outputs" to use array containing amount output indices | warptangent | 1 | -4/+20 |
2016-03-26 | New RPC and daemon command to get output histogram | moneromooo-monero | 1 | -0/+9 |
2016-03-25 | Merge pull request #749 | Riccardo Spagni | 1 | -155/+937 |
2016-03-25 | Revert "Merge pull request #749" | Riccardo Spagni | 1 | -937/+155 |
2016-03-24 | Update BlockchainDB documentation | Thomas Winget | 1 | -155/+937 |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -2/+1 |
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -1/+2 |
2016-02-23 | read txn/cursor stuff | Howard Chu | 1 | -1/+1 |
2016-02-13 | BlockchainLMDB: Deal with DB exceptions at block level with particularity | warptangent | 1 | -0/+8 |
2016-02-08 | blockchain_db: pass hard fork object as a simple pointer | moneromooo-monero | 1 | -1/+1 |
2016-02-08 | Make HardFork object available to BlockchainDB and derived DB implementations | warptangent | 1 | -0/+7 |
2016-02-08 | BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/remove | warptangent | 1 | -0/+4 |
2016-02-08 | blockchain_import: Add --drop-hard-fork command | warptangent | 1 | -0/+1 |
2016-01-15 | Fix hf when import with verify off | Howard Chu | 1 | -0/+1 |
2015-12-31 | fixed copyrights with bad year references | Riccardo Spagni | 1 | -1/+1 |
2015-12-26 | BlockchainDB: skip fixup check if read-only database | warptangent | 1 | -0/+2 |
2015-12-15 | Replace tabs with two spaces for consistency with rest of codebase | warptangent | 1 | -13/+13 |
2015-12-06 | blockchain_db: fixup missing key images in early DB version | moneromooo-monero | 1 | -0/+3 |
2015-12-05 | blockchain_db: make the indexing base a BlockchainDB virtual function | moneromooo-monero | 1 | -0/+3 |
2015-10-27 | Remove some old/obsolete/unused code | moneromooo-monero | 1 | -4/+0 |
2015-10-25 | Add functions to iterate through blocks, txes, outputs, key images | moneromooo-monero | 1 | -0/+5 |
2015-09-20 | hardfork: most state now saved to the DB | moneromooo-monero | 1 | -0/+6 |
2015-08-09 | blockchain: always select random outs using triangular distribution | moneromooo-monero | 1 | -4/+0 |
2015-07-15 | ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -6/+21 |
2015-07-15 | Experimental BDB workaround optimizations | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -0/+2 |
2015-07-11 | Optionally allow DB to know expected number of blocks at batch transaction start | warptangent | 1 | -1/+1 |
2015-05-27 | blockchain_db: add a few const | moneromooo-monero | 1 | -1/+1 |
2015-03-25 | Steps toward multiple dbs available -- working | Thomas Winget | 1 | -2/+4 |
2015-03-16 | Add support for database open with flags | warptangent | 1 | -1/+1 |
2015-03-13 | BlockchainDB implementations have names now | Thomas Winget | 1 | -0/+3 |
2015-03-06 | Moved BlockchainDB into its own src/ subfolder | Thomas Winget | 1 | -0/+0 |
2015-02-23 | BlockchainLMDB: Add profiling to tx_exists() | warptangent | 1 | -0/+1 |
2015-02-23 | BlockchainDB, BlockchainLMDB: Add profiling for DB commits | warptangent | 1 | -0/+5 |
2015-02-23 | BlockchainDB: Add virtual function declarations for batch transactions | warptangent | 1 | -0/+3 |
2015-02-23 | Improve block and tx processing efficiency by less repeat hashing | warptangent | 1 | -2/+3 |
2015-02-23 | Add profiling to block and tx processing | warptangent | 1 | -0/+10 |
2015-01-11 | Complete implementation of transaction removal | warptangent | 1 | -1/+1 |
2015-01-09 | Fix transfers (without mixins) | warptangent | 1 | -0/+3 |
2015-01-04 | Fixes a bug with getting output metadata from BlockchainDB | Thomas Winget | 1 | -0/+4 |
2015-01-04 | update comments to reflect changed code | Thomas Winget | 1 | -4/+1 |
2015-01-04 | blockchain_db: add consts where appropriate | moneromooo-monero | 1 | -31/+31 |
2015-01-04 | blockchain_db: factor some exception code | moneromooo-monero | 1 | -148/+48 |
2015-01-04 | Minor bugfixes, redundancy removal | Thomas Winget | 1 | -1/+1 |
2015-01-04 | Adding block data to LMDB BlockchainDB coded | Thomas Winget | 1 | -1/+35 |
2015-01-04 | Parts of LMDB impl of BlockchainDB done and working | Thomas Winget | 1 | -8/+10 |
2015-01-04 | Initial commit of BlockchainDB tests, other misc | Thomas Winget | 1 | -5/+19 |
2015-01-04 | missing typedef | Thomas Winget | 1 | -0/+3 |
2015-01-04 | import of BlockchainDB files | Thomas Winget | 1 | -0/+510 |