Age | Commit message (Expand) | Author | Files | Lines |
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-21 | Merge pull request #1727 | Riccardo Spagni | 1 | -8/+42 |
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-15 | Merge pull request #1506 | Riccardo Spagni | 1 | -4/+5 |
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 | Merge branch 'performance' into master | Howard Chu | 1 | -30/+64 |
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 | Merge pull request #657 | Riccardo Spagni | 1 | -0/+8 |
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/+487 |