Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-05 | Stagenet | stoffu | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-11-06 | track double spending in the txpool | moneromooo-monero | 1 | -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-15 | walletAPI: correct confirmations in txHistory for unsynced wallets | Jaquee | 1 | -2/+2 | |
2017-10-15 | walletAPI: add tx unlock_time | Jaquee | 1 | -4/+0 | |
2017-10-07 | Subaddresses | kenshi84 | 1 | -2/+14 | |
2017-08-03 | Wallet API: add tx unlock time | Jaquee | 1 | -0/+1 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-01-12 | Wallet2 + API: Callbacks for unconfirmed transfers | Jaquee | 1 | -5/+31 | |
2016-12-13 | Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵ | Randi Joseph | 1 | -1/+3 | |
third party uses of the wallet api can transition. | |||||
2016-11-18 | wallet2_api: fix history leak on destruction | moneromooo-monero | 1 | -1/+2 | |
2016-11-02 | wallet: fix bad amounts/fees again | moneromooo-monero | 1 | -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-15 | wallet_api: fix wrong amount in tx history | moneromooo-monero | 1 | -1/+1 | |
2016-10-07 | libwallet_api: reverted deleted curly brace | Ilya Kitaev | 1 | -0/+1 | |
2016-10-07 | resolved conflict with 'develop' of https://github.com/mbg033/monero | Ilya Kitaev | 1 | -3/+0 | |
2016-10-06 | libwallet_api: TransactionHistory: read/write syncchronization | Ilya Kitaev | 1 | -12/+19 | |
2016-10-06 | libwallet_api: some renamings | Ilya Kitaev | 1 | -1/+2 | |
2016-10-06 | Initialize transaction history if empty | Ilya Kitaev | 1 | -2/+3 | |
2016-10-06 | libwallet_api: fixes for transaction history | Ilya Kitaev | 1 | -3/+13 | |
2016-10-04 | libwallet_api: fixes for transaction history | Ilya Kitaev | 1 | -3/+13 | |
2016-08-28 | wallet: do not store signatures in the wallet cache | moneromooo-monero | 1 | -3/+2 | |
Saves some substantial space. Also avoid calculating tx hashes we don't need. | |||||
2016-06-23 | TransactionHistory continued | Ilya Kitaev | 1 | -4/+75 | |
2016-06-23 | Wallet API : transaction history in progress | Ilya Kitaev | 1 | -7/+33 | |
2016-06-23 | transaction history api in progress | Ilya Kitaev | 1 | -0/+64 | |
2016-06-23 | api implementation splitted over separate files | Ilya Kitaev | 1 | -0/+33 | |