Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-03-21 | Merge pull request #5211 | Riccardo Spagni | 1 | -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-20 | device/trezor: HF10 support added, wallet::API | Dusan Klinec | 1 | -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-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-09-29 | Merge pull request #4409 | Riccardo Spagni | 1 | -1/+5 | |
7a056f44 WalletAPI: multisigSignData bug fixed (naughtyfox) | |||||
2018-03-28 | WalletApi: getMultisigInfo entry for gui wallets | naughtyfox | 1 | -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-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-10-07 | Subaddresses | kenshi84 | 1 | -0/+16 | |
2017-08-05 | wallet api: pause refresh while commiting tx | Jaquee | 1 | -0/+2 | |
2017-03-18 | use const references in catch blocks | moneromooo-monero | 1 | -1/+1 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -3/+2 | |
2017-01-10 | GUI cold signing | Jaquee | 1 | -3/+27 | |
fix conflict | |||||
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-09 | wallet_api: PendingTransaction::txCount - number of split transactions | Ilya Kitaev | 1 | -2/+7 | |
2016-11-08 | Merge pull request #1300 | Riccardo Spagni | 1 | -1/+1 | |
eb19492 wallet2_api: do not copy the whole pending tx when iterating (moneromooo-monero) | |||||
2016-11-06 | wallet2_api: do not copy the whole pending tx when iterating | moneromooo-monero | 1 | -1/+1 | |
2016-11-05 | wallet2_api: add API for tx notes | moneromooo-monero | 1 | -0/+8 | |
2016-07-17 | wallet2_api: use uint64_t for amounts | moneromooo-monero | 1 | -2/+2 | |
2016-06-23 | PendingTransactionImpl: pointer->reference | Ilya Kitaev | 1 | -2/+2 | |
2016-06-23 | transaction history api in progress | Ilya Kitaev | 1 | -8/+8 | |
2016-06-23 | api implementation splitted over separate files | Ilya Kitaev | 1 | -0/+138 | |