aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* checkpoints: add consts where appropriatemoneromooo-monero2015-01-042-7/+7
* blockchain: add consts where appropriatemoneromooo-monero2015-01-042-84/+84
* blockchain_db: add consts where appropriatemoneromooo-monero2015-01-043-119/+119
* blockchain_db: factor some exception codemoneromooo-monero2015-01-041-148/+48
* blockchain_converter: use the actual blockchain locationmoneromooo-monero2015-01-041-3/+5
* build: add liblmdb to the cmake autodetection systemmoneromooo-monero2015-01-041-1/+1
* extraneous semicolon in Blockchain::complete_timestamps_vectorThomas Winget2015-01-041-1/+1
* raised maximum mapsize for lmdb to ~16GBThomas Winget2015-01-041-1/+1
* more blockchain height-related fixes, syncing other nodes code this timeThomas Winget2015-01-041-4/+4
* ~ didn't work, need hard path. debug print.Thomas Winget2015-01-041-3/+5
* very, VERY primitive blockchain converterThomas Winget2015-01-045-14/+171
* add new checkpointing behavior to Blockchain classThomas Winget2015-01-042-3/+78
* Store output pubkeys separately, bug fixesThomas Winget2015-01-042-9/+54
* Minor bugfixes, redundancy removalThomas Winget2015-01-043-10/+104
* moar bug fixes, removed debug printsThomas Winget2015-01-042-8/+4
* BlockchainLMDB seems to be working*!Thomas Winget2015-01-043-141/+155
* some bug fixes, but still needs workThomas Winget2015-01-043-35/+73
* Minor bug fixes and debug printsThomas Winget2015-01-042-6/+122
* minor fixes to Blockchain.cppThomas Winget2015-01-042-3/+7
* Integrate BlockchainDB into cryptonote_coreThomas Winget2015-01-048-24/+58
* All LMDB BlockchainDB implemented, not testedThomas Winget2015-01-042-135/+900
* LMDB blockchain: remove outputs and spent keysThomas Winget2015-01-041-0/+63
* Adding block data to LMDB BlockchainDB codedThomas Winget2015-01-043-8/+258
* Parts of LMDB impl of BlockchainDB done and workingThomas Winget2015-01-044-69/+431
* Initial commit of lmdb BlockchainDB implThomas Winget2015-01-042-0/+472
* Initial commit of BlockchainDB tests, other miscThomas Winget2015-01-042-6/+25
* update new blockchain to build with new changesThomas Winget2015-01-042-13/+34
* stupid past me, fixing typos and shit...Thomas Winget2015-01-041-21/+21
* missing typedefThomas Winget2015-01-041-0/+3
* import of BlockchainDB filesThomas Winget2015-01-044-0/+3003
* year updated in licenseRiccardo Spagni2015-01-02137-139/+139
* Merge pull request #203Riccardo Spagni2014-12-133-4/+41
|\
| * Document existing functionwarptangent2014-12-111-0/+6
| * Repeat prompt for wallet path if invalidwarptangent2014-12-113-4/+35
* | Merge pull request #202Riccardo Spagni2014-12-131-2/+0
|\ \
| * | wallet2::rewrite update to not require bin filewarptangent2014-12-101-2/+0
| |/
* | Merge pull request #201Riccardo Spagni2014-12-131-7/+9
|\ \
| * | wallet2::load correctly initialize m_blockchain for wallet loaded without bin...warptangent2014-12-101-7/+9
| |/
* | Merge pull request #200Riccardo Spagni2014-12-134-0/+125
|\ \
| * | Add simple_wallet::seed_set_language methodwarptangent2014-12-082-0/+72
| * | Add wallet2::verify_password methodwarptangent2014-12-082-0/+53
| |/
* / onwards to 0.8.8.7Riccardo Spagni2014-12-131-1/+1
|/
* version bump to 0.8.8.6v0.8.8.6Riccardo Spagni2014-12-081-1/+1
* Merge pull request #196Riccardo Spagni2014-12-083-33/+66
|\
| * wallet JSON update for non-deterministic wallet datawarptangent2014-12-061-4/+10
| * Checking and handling for deterministic vs non-deterministic walletwarptangent2014-12-061-18/+34
| * Extract check for deterministic keys to wallet2::is_deterministic()warptangent2014-12-062-6/+20
| * indentationwarptangent2014-12-061-1/+1
| * replace lines with call to recently added print_seed()warptangent2014-12-061-4/+1
* | Merge pull request #183Riccardo Spagni2014-12-081-1/+5
|\ \ | |/ |/|