aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/address_book.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* wallet/api: remove Bitmonero namespace aliasselsta2021-06-081-3/+0
|
* Allow AddressBook description edits via wallet/api interfacedsc2020-09-191-0/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Wallet API: add some missing override keywordstoffu2018-06-281-7/+7
| | | | Also remove dust() from UnsignedTransactionImpl (already in PendingTransactionImpl)
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* split wallet and wallet_apimoneromooo-monero2017-11-161-1/+1
| | | | | This speeds up building a lot when wallet2.h (or something it includes) changes, since all the API includes wallet2.h
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* make struct/class declarations consistent (mismatched-tags warning)Chris Vickio2017-01-141-2/+1
|
* wallet2_api: add an address book payment id lookup APImoneromooo-monero2017-01-011-0/+2
|
* AddressBook: use unsigned type for row ID'sanonimal2016-12-141-1/+1
| | | | Fixes build warnings and may also prevent future headaches.
* Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵Randi Joseph2016-12-131-1/+3
| | | | third party uses of the wallet api can transition.
* GUI address bookJaquee2016-12-121-0/+67