aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/transaction_history.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-21copyright: bump to 2024copyCat1-1/+1
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-06-08wallet/api: remove Bitmonero namespace aliasselsta1-2/+0
2021-01-02wallet_api: store fee for incoming txs in historyBen Evanoff1-0/+1
2020-11-29Merge pull request #7020luigi11111-0/+4
2020-11-28Merge pull request #6830luigi11111-0/+6
2020-11-28Allow tx note edits via TransactionHistory object in wallet/apidsc1-0/+11
2020-11-14wallet_api: TransactionHistory - fill unconfirmed out payments destsxiphon1-0/+4
2020-09-19Extend TransactionInfo with coinbase and description attributes in wallet/apidsc1-0/+6
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2019-07-10wallet: provide original address for outgoing transfersxiphon1-1/+1
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-03-05Stagenetstoffu1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-11-06track double spending in the txpoolmoneromooo-monero1-3/+3
2017-10-15walletAPI: correct confirmations in txHistory for unsynced walletsJaquee1-2/+2
2017-10-15walletAPI: add tx unlock_timeJaquee1-4/+0
2017-10-07Subaddresseskenshi841-2/+14
2017-08-03Wallet API: add tx unlock timeJaquee1-0/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-01-12Wallet2 + API: Callbacks for unconfirmed transfersJaquee1-5/+31
2016-12-13Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t...Randi Joseph1-1/+3
2016-11-18wallet2_api: fix history leak on destructionmoneromooo-monero1-1/+2
2016-11-02wallet: fix bad amounts/fees againmoneromooo-monero1-1/+1
2016-10-15wallet_api: fix wrong amount in tx historymoneromooo-monero1-1/+1
2016-10-07libwallet_api: reverted deleted curly braceIlya Kitaev1-0/+1
2016-10-07resolved conflict with 'develop' of https://github.com/mbg033/moneroIlya Kitaev1-3/+0
2016-10-06libwallet_api: TransactionHistory: read/write syncchronizationIlya Kitaev1-12/+19
2016-10-06libwallet_api: some renamingsIlya Kitaev1-1/+2
2016-10-06Initialize transaction history if emptyIlya Kitaev1-2/+3
2016-10-06libwallet_api: fixes for transaction historyIlya Kitaev1-3/+13
2016-10-04libwallet_api: fixes for transaction historyIlya Kitaev1-3/+13
2016-08-28wallet: do not store signatures in the wallet cachemoneromooo-monero1-3/+2
2016-06-23TransactionHistory continuedIlya Kitaev1-4/+75
2016-06-23Wallet API : transaction history in progressIlya Kitaev1-7/+33
2016-06-23transaction history api in progressIlya Kitaev1-0/+64
2016-06-23api implementation splitted over separate filesIlya Kitaev1-0/+33