aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/pending_transaction.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
Update copyright year to 2020
2019-03-21Merge pull request #5211Riccardo Spagni1-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)
2019-03-20device/trezor: HF10 support added, wallet::APIDusan Klinec1-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
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-09-29Merge pull request #4409Riccardo Spagni1-1/+5
7a056f44 WalletAPI: multisigSignData bug fixed (naughtyfox)
2018-03-28WalletApi: getMultisigInfo entry for gui walletsnaughtyfox1-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
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-10-07Subaddresseskenshi841-0/+16
2017-08-05wallet api: pause refresh while commiting txJaquee1-0/+2
2017-03-18use const references in catch blocksmoneromooo-monero1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-3/+2
2017-01-10GUI cold signingJaquee1-3/+27
fix conflict
2016-12-13Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵Randi Joseph1-1/+3
third party uses of the wallet api can transition.
2016-11-09wallet_api: PendingTransaction::txCount - number of split transactionsIlya Kitaev1-2/+7
2016-11-08Merge pull request #1300Riccardo Spagni1-1/+1
eb19492 wallet2_api: do not copy the whole pending tx when iterating (moneromooo-monero)
2016-11-06wallet2_api: do not copy the whole pending tx when iteratingmoneromooo-monero1-1/+1
2016-11-05wallet2_api: add API for tx notesmoneromooo-monero1-0/+8
2016-07-17wallet2_api: use uint64_t for amountsmoneromooo-monero1-2/+2
2016-06-23PendingTransactionImpl: pointer->referenceIlya Kitaev1-2/+2
2016-06-23transaction history api in progressIlya Kitaev1-8/+8
2016-06-23api implementation splitted over separate filesIlya Kitaev1-0/+138