aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/transaction_history.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-04-22Allow tx note edits via TransactionHistory object in wallet/apidsc1-0/+1
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
Update copyright year to 2020
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
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-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-0/+44