aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/address_book.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28Wallet API: add some missing override keywordstoffu1-7/+7
Also remove dust() from UnsignedTransactionImpl (already in PendingTransactionImpl)
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-11-16split wallet and wallet_apimoneromooo-monero1-1/+1
This speeds up building a lot when wallet2.h (or something it includes) changes, since all the API includes wallet2.h
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-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-0/+67