aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/transaction_history.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* wallet/api: remove Bitmonero namespace aliasselsta2021-06-081-2/+0
|
* wallet_api: store fee for incoming txs in historyBen Evanoff2021-01-021-0/+1
|
* Merge pull request #7020luigi11112020-11-291-0/+4
|\ | | | | | | 2c66894 wallet_api: TransactionHistory - fill unconfirmed out payments dests (xiphon)
| * wallet_api: TransactionHistory - fill unconfirmed out payments destsxiphon2020-11-141-0/+4
| |
* | Merge pull request #6830luigi11112020-11-281-0/+6
|\ \ | | | | | | 64e9526 Extend TransactionInfo with coinbase and description attributes in wallet/api (dsc)
| * | Extend TransactionInfo with coinbase and description attributes in wallet/apidsc2020-09-191-0/+6
| |/
* / Allow tx note edits via TransactionHistory object in wallet/apidsc2020-11-281-0/+11
|/
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* wallet: provide original address for outgoing transfersxiphon2019-07-101-1/+1
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Stagenetstoffu2018-03-051-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* track double spending in the txpoolmoneromooo-monero2017-11-061-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).
* walletAPI: correct confirmations in txHistory for unsynced walletsJaquee2017-10-151-2/+2
|
* walletAPI: add tx unlock_timeJaquee2017-10-151-4/+0
|
* Subaddresseskenshi842017-10-071-2/+14
|
* Wallet API: add tx unlock timeJaquee2017-08-031-0/+1
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* Wallet2 + API: Callbacks for unconfirmed transfersJaquee2017-01-121-5/+31
|
* 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.
* wallet2_api: fix history leak on destructionmoneromooo-monero2016-11-181-1/+2
|
* wallet: fix bad amounts/fees againmoneromooo-monero2016-11-021-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.
* wallet_api: fix wrong amount in tx historymoneromooo-monero2016-10-151-1/+1
|
* libwallet_api: reverted deleted curly braceIlya Kitaev2016-10-071-0/+1
|
* resolved conflict with 'develop' of https://github.com/mbg033/moneroIlya Kitaev2016-10-071-3/+0
|\
| * libwallet_api: fixes for transaction historyIlya Kitaev2016-10-041-3/+13
| |
* | libwallet_api: TransactionHistory: read/write syncchronizationIlya Kitaev2016-10-061-12/+19
| |
* | libwallet_api: some renamingsIlya Kitaev2016-10-061-1/+2
| |
* | Initialize transaction history if emptyIlya Kitaev2016-10-061-2/+3
| |
* | libwallet_api: fixes for transaction historyIlya Kitaev2016-10-061-3/+13
|/
* wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-281-3/+2
| | | | | Saves some substantial space. Also avoid calculating tx hashes we don't need.
* TransactionHistory continuedIlya Kitaev2016-06-231-4/+75
|
* Wallet API : transaction history in progressIlya Kitaev2016-06-231-6/+32
|
* transaction history api in progressIlya Kitaev2016-06-231-0/+64
|
* api implementation splitted over separate filesIlya Kitaev2016-06-231-0/+33