summaryrefslogtreecommitdiff
path: root/src/wallet/api/pending_transaction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* use const references in catch blocksmoneromooo-monero2017-03-181-1/+1
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-3/+2
|
* GUI cold signingJaquee2017-01-101-3/+27
| | | | fix conflict
* 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.
* wallet_api: PendingTransaction::txCount - number of split transactionsIlya Kitaev2016-11-091-2/+7
|
* Merge pull request #1300Riccardo Spagni2016-11-081-1/+1
|\ | | | | | | eb19492 wallet2_api: do not copy the whole pending tx when iterating (moneromooo-monero)
| * wallet2_api: do not copy the whole pending tx when iteratingmoneromooo-monero2016-11-061-1/+1
| |
* | wallet2_api: add API for tx notesmoneromooo-monero2016-11-051-0/+8
|/
* wallet2_api: use uint64_t for amountsmoneromooo-monero2016-07-171-2/+2
|
* PendingTransactionImpl: pointer->referenceIlya Kitaev2016-06-231-2/+2
|
* transaction history api in progressIlya Kitaev2016-06-231-8/+8
|
* api implementation splitted over separate filesIlya Kitaev2016-06-231-0/+138