summaryrefslogtreecommitdiff
path: root/src/wallet/api
Commit message (Collapse)AuthorAgeFilesLines
* multisig key exchange update and refactorkoe2022-02-243-29/+4
|
* Merge pull request #7997luigi11112021-11-092-1/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 29c03e2 wallet_api: enable set_strict_default_file_permissions (tobtoht) 1c26d34 epee: add missing header (selsta) 1d451a6 depends: update zeromq package to 4.3.4 (selsta) 5180610 cmake: use CMAKE_CURRENT_LIST_DIR for git version (selsta) 5aae00a epee: avoid ADL selecting C++14 std::quoted (selsta) cf31136 cmake: set cpp14 standard (selsta) 945665f fix median overflow bug (koe) 908ecb3 LMDB: fix deadlock in resized detection (Howard Chu) a492c4e blockchain: fix pedantic assert (selsta) 1e663e8 Increase timeout for the mining test 4 times (to 240s) (mj-xmr) 4760f8b Wallet2: Update 'approximate_testnet_rolled_back_blocks' (rbrunner7) 76b6120 cmake: set required C/C++ standard to 11 (selsta) 3067987 Fix parallel make of OpenSSL (Howard Chu) 1219c74 add singapore.node.xmr.pm to seed nodes (lza_menace) 689dd52 net_node: add seed node (selsta) 95936a3 depends: update unwind, fix build with ubuntu 21.04 (selsta) e2c802f Only INFO log for short seed words with ALLOW_SHORT_WORDS active (rbrunner7) 14df8ad epee: don't log raw packet data (moneromooo-monero) 5fa7208 Mac: Enable on ARM, by not enforcing x86_64 (mj-xmr) fe6ab93 daemon: allow proxy configuration (anon) 52dcc03 bootstrap_daemon: proxy configuration support (xiphon) a6df656 wallet2: chunk get_outs.bin calls to avoid sanity limits (moneromooo-monero)
| * wallet_api: enable set_strict_default_file_permissionstobtoht2021-10-222-1/+6
| |
* | UB: virtual method in destructor of WalletImpl v0.17mj-xmr2021-09-081-1/+1
|/
* Merge pull request #7825luigi11112021-08-263-1/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ccfed60 cmake: test is a reserved keyword (selsta) f0fa959 cmake: fix ccache detection (anon) 8dbe2e5 Daemon: Update average block size table (rbrunner7) 94bad34 wallet2: Don't auto lock device on process parsed blocks (tobtoht) 3c23aca ledger: don't lock for software device (tobtoht) 49beb8d ledger: use software device if we have view key (tobtoht) d188b5f wallet_api: getPassword (tobtoht) a395f36 depends, docker: fix bintray links (selsta) 0fecd7e blocks: fix cmake syntax (selsta) 76824bf Stop adding more outputs than bulletproof allows (Alex Opie) 67ba733 unit_tests: fix wipeable_string parse_hexstr test with latest gtest (xiphon) 402ba04 cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB (selsta) 1565bcb epee: include public openssl header in cmake (selsta) 2e9af2a cmake: treat warnings as error in compiler flag tests (selsta) db564ef wallet_api: fix typo in exportKeyImages (selsta) 8507917 depends: add getmonero package mirror (selsta) 8716d2a cmake: fix non portable code (selsta)
| * wallet_api: getPasswordtobtoht2021-08-073-0/+7
| |
| * wallet_api: fix typo in exportKeyImagesselsta2021-08-011-1/+1
| |
* | wallet_api: add make_uritobtoht2021-08-193-0/+7
|/
* cmake: fix undefined symbols and multiple definitionsanon2021-07-131-0/+3
|
* wallet_api: import / export output functiontobtoht2021-04-223-0/+77
|
* expose set_offline to wallet apibenevanoff2021-04-223-0/+12
|
* wallet_api: add isDeterministic()tobtoht2021-04-223-0/+12
|
* wallet_api: add seed_offset param to seed()tobtoht2021-04-223-4/+4
|
* wallet_api: store fee for incoming txs in historyBen Evanoff2021-04-221-0/+1
|
* wallet api: allow wallet to fetch all key images via apibenevanoff2021-04-223-4/+5
|
* Allow tx note edits via TransactionHistory object in wallet/apidsc2021-04-223-0/+13
|
* wallet_api: TransactionHistory - fill unconfirmed out payments destsxiphon2021-04-221-0/+4
|
* Extend TransactionInfo with coinbase and description attributes in wallet/apidsc2021-04-224-0/+23
|
* Allow AddressBook description edits via wallet/api interfacedsc2021-04-223-0/+21
|
* wallet2_api: implement stop() to interrupt refresh() loop oncexiphon2020-10-183-0/+11
|
* 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)