aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet2_api.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-26wallet_api: add scanTransactions functionselsta1-0/+7
2022-04-09Remove /includeJeffrey1-1/+0
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2022-02-22multisig key exchange update and refactorkoe1-7/+1
2021-08-19wallet_api: add make_uritobtoht1-0/+1
2021-07-19wallet_api: expose offline mode statusrating89us1-0/+1
2021-07-10Merge pull request #7748luigi11111-0/+1
2021-07-05wallet_api: getPasswordtobtoht1-0/+1
2021-06-24wallet_api: get bytes sent/receivedtobtoht1-0/+6
2021-06-24Merge pull request #7750luigi11111-3/+0
2021-06-24Merge pull request #7746luigi11111-1/+1
2021-06-08wallet/api: remove Bitmonero namespace aliasselsta1-3/+0
2021-06-04wallet_api: signMessage: add sign with subaddresstobtoht1-1/+1
2021-06-04wallet_api: reconnectDevicetobtoht1-0/+3
2021-04-22wallet_api: import / export output functiontobtoht1-0/+13
2021-04-16Merge pull request #7648luigi11111-0/+6
2021-04-05expose set_offline to wallet apibenevanoff1-0/+6
2021-03-29Merge pull request #7542luigi11111-0/+6
2021-03-12wallet_api: add isDeterministic()tobtoht1-0/+6
2021-03-12wallet_api: add seed_offset param to seed()tobtoht1-1/+1
2020-12-25wallet api: allow wallet to fetch all key images via apibenevanoff1-1/+2
2020-11-28Merge pull request #6830luigi11111-0/+2
2020-11-28Allow tx note edits via TransactionHistory object in wallet/apidsc1-0/+1
2020-10-17wallet2_api: implement stop() to interrupt refresh() loop oncexiphon1-0/+5
2020-09-19Extend TransactionInfo with coinbase and description attributes in wallet/apidsc1-0/+2
2020-09-19Allow AddressBook description edits via wallet/api interfacedsc1-0/+1
2020-07-20wallet2_api: implement runtime proxy configurationxiphon1-1/+6
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-05-01Merge pull request #6446luigi11111-2/+2
2020-04-27trezor: adapt to new passphrase mechanismDusan Klinec1-2/+2
2020-04-21Merge pull request #6415luigi11111-1/+5
2020-04-04Merge pull request #6334luigi11111-1/+3
2020-04-02wallet_api: checkUpdate - optional version and buildtag paramsxiphon1-1/+5
2020-02-11wallet2_api: wallet recovery - seed offset passphrase supportxiphon1-1/+3
2020-01-25wallet2_api: implement estimateTransactionFeexiphon1-0/+8
2019-08-16wallet_api: add multi destination tx supportselsta1-0/+20
2019-07-24Merge pull request #5594luigi11111-0/+3
2019-06-17device: show address on device displayDusan Klinec1-0/+3
2019-05-10expose set/get walletcache attribute functionality in wallet apidsc1-0/+13
2019-04-07device/trezor: add button pressed requestDusan Klinec1-0/+5
2019-04-05wallet: API changes to enable passphrase entryDusan Klinec1-6/+16
2019-03-21Merge pull request #5211Riccardo Spagni1-1/+45
2019-03-20device/trezor: HF10 support added, wallet::APIDusan Klinec1-1/+45
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-01-02wallet api/device: set estimated restore height if none is providedselsta1-0/+6
2018-10-16WalletAPI: rescanBlockchain, rescanBlockchainAsyncmmitkevich1-0/+11
2018-10-07Merge pull request #4036Riccardo Spagni1-0/+6
2018-10-01Arbitrary M/N multisig schemes:naughtyfox1-0/+6
2018-09-30wallet2_api: blackball/unblackball now take two parametersmoneromooo-monero1-1/+4
2018-09-19query backing devicem2049r1-0/+22
2018-09-18Merge pull request #4387Riccardo Spagni1-1/+1
2018-09-16wallet2_api: bring up to latest wallet apimoneromooo-monero1-1/+1
2018-09-10WalletAPI: 'hasMultisigPartialKeyImages' function addednaughtyfox1-0/+5
2018-08-08wallet: allow adjusting number of rounds for the key derivation functionstoffu1-6/+14
2018-07-03wallet2: unlock keys file before calling verify_password (needed for Windows)stoffu1-0/+10
2018-06-21Wallet API: add support for wallet creation from hardware devicestoffu1-0/+32
2018-06-08Merge pull request #3599luigi11111-0/+6
2018-06-08Merge pull request #3598luigi11111-0/+15
2018-05-31Merge pull request #3489luigi11111-2/+79
2018-05-04Wallet API: allow log path to be non-default & console output to be configurablestoffu1-1/+2
2018-04-25Wallet: added methods to sign and verify arbitrary message with multisig publ...naughtyfox1-0/+15
2018-04-13WalletApi: publicMultisigSignerKey methodnaughtyfox1-0/+6
2018-04-07WalletManagerImpl: reuse existing connection to daemon instead of reconnectiv...stoffu1-7/+7
2018-03-28WalletApi: getMultisigInfo entry for gui walletsnaughtyfox1-0/+75
2018-03-28Refactored: work with wallet api statuses to make setting and getting operati...naughtyfox1-2/+4
2018-03-16wallet: more user friendly print_ringmoneromooo-monero1-0/+3
2018-03-16wallet2_api: add key reuse mitigations APImoneromooo-monero1-0/+9
2018-03-16wallet2_api: add ring apimoneromooo-monero1-0/+6
2018-03-16wallet2_api: add blackball apimoneromooo-monero1-0/+7
2018-03-14Merge pull request #3360Riccardo Spagni1-3/+3
2018-03-14Merge pull request #3345Riccardo Spagni1-1/+4
2018-03-07Wallet API: corrected testnet/mainnet orderingstoffu1-1/+1
2018-03-06Wallet API: make nettype non-defaulted to disambiguate from deprecated versio...stoffu1-3/+3
2018-03-05Merge pull request #3277Riccardo Spagni1-14/+75
2018-03-05Correct spelling mistakes.Edward Betts1-2/+2
2018-03-05Wallet API: generalize 'bool testnet' to 'NetworkType nettype'stoffu1-14/+75
2018-03-04wallet2_api: add info/error/warning entry pointsmoneromooo-monero1-1/+4
2018-01-28wallet: automatically use low priority if safe (no backlog & recent blocks no...stoffu1-0/+1
2018-01-27Merge pull request #3142Riccardo Spagni1-7/+0
2018-01-27Merge pull request #3104Riccardo Spagni1-4/+39
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-26Wallet API: remove unused enum Priority from UnsignedTransactionstoffu1-7/+0
2018-01-17Wallet API: all recover options with passwordm2049r1-4/+39
2018-01-10Reserve proofstoffu1-0/+6
2017-12-26wallet-api: added Utils::onStartupstoffu1-0/+1
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero1-2/+2
2017-11-25Merge pull request #2824Riccardo Spagni1-0/+891
2017-11-16split wallet and wallet_apimoneromooo-monero1-0/+899