aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Exception handling while refreshing in rpc wallet (credits to QCN)Sammy Libre2014-11-011-1/+5
* | increased version number for tagged releasev0.8.8.5Riccardo Spagni2014-12-021-1/+1
* | fixed CMake version matchingRiccardo Spagni2014-12-021-1/+1
* | Merge pull request #186Riccardo Spagni2014-12-023-6/+3
|\ \
| * | remove unused display variablewarptangent2014-12-011-3/+0
| * | return true on successwarptangent2014-12-011-1/+1
| * | deterministic wallet use of twelve words fixedwarptangent2014-12-011-1/+1
| * | ensure that keccak is called on view spend key, not a possibly pre-sc_reduce3...warptangent2014-12-011-1/+1
* | | prompt for seed language and error handlingwarptangent2014-12-013-0/+24
|/ /
* | moved rapidjson to external folder, fixed CMakeRiccardo Spagni2014-12-0124-8020/+0
* | Merge pull request #1Riccardo Spagni2014-12-0128-30/+8195
|\ \
| * | Prints seed after wallet upgrade. Removed iostream include.Oran Juice2014-10-193-6/+26
| * | Doxygen commentsOran Juice2014-10-192-21/+40
| * | Rewrites to old wallet file correctlyOran Juice2014-10-193-3/+18