Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |