aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/address_book.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2017-01-14make struct/class declarations consistent (mismatched-tags warning)Chris Vickio1-2/+1
2017-01-01wallet2_api: add an address book payment id lookup APImoneromooo-monero1-0/+2
2016-12-14AddressBook: use unsigned type for row ID'sanonimal1-1/+1
Fixes build warnings and may also prevent future headaches.
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-12-12GUI address bookJaquee1-24/+25
2016-11-09wallet_api: PendingTransaction::txCount - number of split transactionsIlya Kitaev1-0/+1
2016-11-05wallet2_api: add API for tx notesmoneromooo-monero1-0/+1
2016-06-23PendingTransactionImpl: pointer->referenceIlya Kitaev1-2/+2
2016-06-23api implementation splitted over separate filesIlya Kitaev1-7/+31
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