aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/transaction_history.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-01-14make struct/class declarations consistent (mismatched-tags warning)Chris Vickio1-1/+0
2016-12-13Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵Randi Joseph1-1/+3
third party uses of the wallet api can transition.
2016-10-06libwallet_api: TransactionHistory: read/write syncchronizationIlya Kitaev1-2/+2
2016-10-06libwallet_api: some renamingsIlya Kitaev1-1/+1
2016-10-06Initialize transaction history if emptyIlya Kitaev1-0/+2
2016-06-23Wallet API : transaction history in progressIlya Kitaev1-0/+2
2016-06-23transaction history api in progressIlya Kitaev1-3/+14
2016-06-23api implementation splitted over separate filesIlya Kitaev1-7/+11
2015-12-31fixed copyrights with bad year referencesRiccardo Spagni1-1/+1
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-11/+15
There will need to be some more refactoring for these changes to be considered complete/correct, but for now it's working. new daemon cli argument "--db-type", works for LMDB and BerkeleyDB. A good deal of refactoring is also present in this commit, namely Blockchain no longer instantiates BlockchainDB, but rather is passed a pointer to an already-instantiated BlockchainDB on init().
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-03-03moved all stuff to githubAntonio Juarez1-0/+10