summaryrefslogtreecommitdiff
path: root/src/wallet/api/pending_transaction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Merge pull request #5211Riccardo Spagni2019-03-211-0/+17
|\ | | | | | | | | | | c9b13fbb tests/trezor: HF9 and HF10 tests (Dusan Klinec) a1fd1d49 device/trezor: HF10 support added, wallet::API (Dusan Klinec) d74d26f2 crypto: hmac_keccak added (Dusan Klinec)
| * device/trezor: HF10 support added, wallet::APIDusan Klinec2019-03-201-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | - import only key images generated by cold signing process - wallet_api: trezor methods added - wallet: button request code added - const added to methods - wallet2::get_tx_key_device() tries to decrypt stored tx private keys using the device. - simplewallet supports get_tx_key and get_tx_proof on hw device using the get_tx_key feature - live refresh enables refresh with trezor i.e. computing key images on the fly. More convenient and efficient for users. - device: has_ki_live_refresh added - a thread is watching whether live refresh is being computed, if not for 30 seconds, it terminates the live refresh process - switches Trezor state
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* Merge pull request #4409Riccardo Spagni2018-09-291-1/+5
| | | | 7a056f44 WalletAPI: multisigSignData bug fixed (naughtyfox)
* WalletApi: getMultisigInfo entry for gui walletsnaughtyfox2018-03-281-0/+53
| | | | | | | | | | | | | | WalletApi: makeMultisig call introduced WalletApi: finalizeMultisig call introduced WalletApi: new calls exportMultisigImages and importMultisigImages WalletApi: method to return multisig wallet creation state WalletApi: create multisig transaction, sign multisig transaction, commit transaction and get multisig data are added WalletApi: identation and style fixes
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Subaddresseskenshi842017-10-071-0/+16
|
* wallet api: pause refresh while commiting txJaquee2017-08-051-0/+2
|
* 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