aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api
Commit message (Collapse)AuthorAgeFilesLines
...
| * wallet_api: import / export output functiontobtoht2021-04-223-0/+77
| |
* | Merge pull request #7651luigi11112021-04-221-1/+3
|\ \ | |/ |/| | | c8ff1d4 monero-wallet-cli: improve error message when tx amount is zero (Elliot Wirrick)
| * monero-wallet-cli: improve error message when tx amount is zeroElliot Wirrick2021-04-071-1/+3
| |
* | Merge pull request #7648luigi11112021-04-163-0/+12
|\ \ | | | | | | | | | 25e8254 expose set_offline to wallet api (benevanoff)
| * | expose set_offline to wallet apibenevanoff2021-04-053-0/+12
| | |
* | | Merge pull request #7002luigi11112021-04-162-2/+1
|\ \ \ | |_|/ |/| | | | | 673c6d2 Reduce compilation time of epee/portable_storage_template_helper.h (mj-xmr)
| * | Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr2021-03-282-2/+1
| | |
* | | Merge pull request #7542luigi11112021-03-293-0/+12
|\ \ \ | | | | | | | | | | | | 7c4e4c7 wallet_api: add isDeterministic() (tobtoht)
| * | | wallet_api: add isDeterministic()tobtoht2021-03-123-0/+12
| |/ /
* / / wallet_api: add seed_offset param to seed()tobtoht2021-03-123-4/+4
|/ /
* | Merge pull request #7265luigi11112021-02-151-0/+1
|\ \ | | | | | | | | | bdabcd0 wallet_api: store fee for incoming txs in history (Ben Evanoff)
| * | wallet_api: store fee for incoming txs in historyBen Evanoff2021-01-021-0/+1
| |/
* / wallet api: allow wallet to fetch all key images via apibenevanoff2020-12-253-4/+5
|/
* Merge pull request #7020luigi11112020-11-291-0/+4
|\ | | | | | | 2c66894 wallet_api: TransactionHistory - fill unconfirmed out payments dests (xiphon)
| * wallet_api: TransactionHistory - fill unconfirmed out payments destsxiphon2020-11-141-0/+4
| |
* | Merge pull request #6830luigi11112020-11-284-0/+23
|\ \ | | | | | | 64e9526 Extend TransactionInfo with coinbase and description attributes in wallet/api (dsc)
| * | Extend TransactionInfo with coinbase and description attributes in wallet/apidsc2020-09-194-0/+23
| | |
* | | Allow tx note edits via TransactionHistory object in wallet/apidsc2020-11-283-0/+13
| |/ |/|
* | wallet2_api: implement stop() to interrupt refresh() loop oncexiphon2020-10-173-0/+11
| |
* | Allow AddressBook description edits via wallet/api interfacedsc2020-09-193-0/+21
|/
* wallet: allow signing a message with spend or view keymoneromooo-monero2020-08-281-2/+2
|
* Integrate CLSAGs into moneromoneromooo-monero2020-08-271-0/+1
| | | | They are allowed from v12, and MLSAGs are rejected from v13.
* wallet2_api: implement runtime proxy configurationxiphon2020-07-205-9/+25
|
* Merge pull request #6512Alexander Blair2020-07-1921-21/+21
|\ | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * Update copyright year to 2020SomaticFanatic2020-05-0621-21/+21
| | | | | | | | Update copyright year to 2020
* | simplewallet: don't complain about incoming payment ids on changemoneromooo-monero2020-05-131-1/+1
|/
* Merge pull request #6446luigi11112020-05-012-4/+6
|\ | | | | | | e509ede trezor: adapt to new passphrase mechanism (ph4r05)
| * trezor: adapt to new passphrase mechanismDusan Klinec2020-04-272-4/+6
| | | | | | | | | | | | | | | | | | - choice where to enter passphrase is now made on the host - use wipeable string in the comm stack - wipe passphrase memory - protocol optimizations, prepare for new firmware version - minor fixes and improvements - tests fixes, HF12 support
* | Merge pull request #6415luigi11112020-04-212-7/+19
|\ \ | |/ |/| | | 09abca7 wallet_api: checkUpdate - optional version and buildtag params (xiphon)
| * wallet_api: checkUpdate - optional version and buildtag paramsxiphon2020-04-022-7/+19
| |
* | Merge pull request #6334luigi11112020-04-045-6/+14
|\ \ | |/ |/| | | cc18926 wallet2_api: wallet recovery - seed offset passphrase support (xiphon)
| * wallet2_api: wallet recovery - seed offset passphrase supportxiphon2020-02-115-6/+14
| |
* | Merge pull request #6302luigi11112020-03-313-0/+30
|\ \ | | | | | | | | | dab604e wallet2_api: implement estimateTransactionFee (xiphon)
| * | wallet2_api: implement estimateTransactionFeexiphon2020-01-253-0/+30
| |/
* / wallet: do not split integrated addresses in address book apimoneromooo-monero2020-01-261-40/+10
|/
* Merge pull request #5894luigi11112019-09-301-0/+4
|\ | | | | | | c89f7ef wallet2_api: fix load unsigned tx from file error propagation (xiphon)
| * wallet2_api: fix load unsigned tx from file error propagationxiphon2019-09-091-0/+4
| |
* | wallet2_api: add missing parameterselsta2019-09-092-4/+4
|/
* Merge pull request #5750luigi11112019-08-211-1/+1
|\ | | | | | | 884df82 wallet: provide original address for outgoing transfers (xiphon)
| * wallet: provide original address for outgoing transfersxiphon2019-07-101-1/+1
| |
* | Merge pull request #5518luigi11112019-08-173-48/+79
|\ \ | | | | | | | | | def703a wallet_api: add multi destination tx support (selsta)
| * | wallet_api: add multi destination tx supportselsta2019-08-163-48/+79
| | |
* | | Merge pull request #5673luigi11112019-08-151-8/+17
|\ \ \ | |/ / |/| | | | | 097cca5 wallet_api: catch getTxKey exception (ph4r05)
| * | wallet_api: catch getTxKey exceptionDusan Klinec2019-06-191-8/+17
| |/ | | | | | | - getTxKey method throws an exception, e.g., when user declines txKey export
* | Fixed error preventing build of monero-guiNejcraft2019-07-281-1/+3
| | | | | | get_attribute expects 2 values instead of 1
* | Merge pull request #5594luigi11112019-07-243-0/+21
|\ \ | | | | | | | | | f074b6b device: show address on device display (ph4r05)
| * | device: show address on device displayDusan Klinec2019-06-173-0/+21
| |/ | | | | | | | | | | | | | | | | - Trezor: support for device address display (subaddress, integrated address) - Wallet::API support added - Simplewallet: - address device [<index>] - address new <label> // shows address on device also - integrated_address [device] <payment_id|address> // new optional "device" arg to display also on the device
* | Merge pull request #5576luigi11112019-07-242-4/+0
|\ \ | | | | | | | | | 577324a wallet_manager: omit redundant disconnect, drop unused variable (xiphon)
| * | wallet_manager: omit redundant disconnect, drop unused variablexiphon2019-05-272-4/+0
| |/
* | Merge pull request #5534luigi11112019-07-243-0/+28
|\ \ | |/ |/| | | 4c66614 expose set/get walletcache attribute functionality in wallet api (selsta)