aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/pending_transaction.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* wallet/api: remove Bitmonero namespace aliasselsta2021-06-081-2/+0
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Merge pull request #5211Riccardo Spagni2019-03-211-0/+2
|\ | | | | | | | | | | 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/+2
| | | | | | | | | | | | | | | | | | | | | | | | - 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
|/
* Wallet API: add some missing override keywordstoffu2018-06-281-13/+13
| | | | Also remove dust() from UnsignedTransactionImpl (already in PendingTransactionImpl)
* WalletApi: getMultisigInfo entry for gui walletsnaughtyfox2018-03-281-0/+5
| | | | | | | | | | | | | | 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
|
* split wallet and wallet_apimoneromooo-monero2017-11-161-1/+1
| | | | | This speeds up building a lot when wallet2.h (or something it includes) changes, since all the API includes wallet2.h
* Subaddresseskenshi842017-10-071-0/+2
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* GUI cold signingJaquee2017-01-101-1/+1
| | | | 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-0/+1
|
* wallet2_api: add API for tx notesmoneromooo-monero2016-11-051-0/+1
|
* PendingTransactionImpl: pointer->referenceIlya Kitaev2016-06-231-2/+2
|
* api implementation splitted over separate filesIlya Kitaev2016-06-231-0/+64