aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/transaction_history.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2c66894 wallet_api: TransactionHistory - fill unconfirmed out payments dests (xiphon)
2020-11-28Merge pull request #6830luigi11111-0/+6
64e9526 Extend TransactionInfo with coinbase and description attributes in wallet/api (dsc)
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
Update copyright year to 2020
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
Transactions in the txpool are marked when another transaction is seen double spending one or more of its inputs. This is then exposed wherever appropriate. Note that being marked with this "double spend seen" flag does NOT mean this transaction IS a double spend and will never be mined: it just means that the network has seen at least another transaction spending at least one of the same inputs, so care should be taken to wait for a few confirmations before acting upon that transaction (ie, mostly of use for merchants wanting to accept unconfirmed transactions).
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 ↵Randi Joseph1-1/+3
third party uses of the wallet api can transition.
2016-11-18wallet2_api: fix history leak on destructionmoneromooo-monero1-1/+2
2016-11-02wallet: fix bad amounts/fees againmoneromooo-monero1-1/+1
m_amount_out was sometimes getting initialized with the sum of an transaction's outputs, and sometimes with the sum of outputs that were not change. This caused confusion and bugs. We now always set it to the sum of outputs. This reverts an earlier fix for bad amounts as this used the other semantics. The wallet data should be converted automatically in a percentage of cases that I'm hesitant to estimate. In any case, restoring from seed or keys or rebuilding the cache will get it right.
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
Saves some substantial space. Also avoid calculating tx hashes we don't need.
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