aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8615luigi11112022-12-011-2/+2
|\ | | | | | | 85c9fe5 wallet2: fix create view-only wallet from existing wallet (j-berman)
| * wallet2: fix create view-only wallet from existing walletj-berman2022-10-181-2/+2
| |
* | wallet_api: take priority into account when estimating feeselsta2022-10-131-1/+1
|/
* Merge pull request #8585luigi11112022-09-261-3/+3
|\ | | | | | | 5ffa31c wallet2: fail to establish daemon cxn == 'Disconnected' cxn status (j-berman)
| * wallet2: fail to establish daemon cxn == "Disconnected" cxn statusj-berman2022-09-211-3/+3
| |
* | add an option to force-update multisig key exchange under some circumstanceskoe2022-09-211-2/+2
|/
* wallet2: check wallet compatibility with daemon's hard fork versionj-berman2022-09-121-2/+8
|
* allow exporting outputs in chunksmoneromooo-monero2022-09-071-2/+2
| | | | | this will make it easier huge wallets to do so without hitting random limits (eg, max string size in node).
* Merge pull request #8371luigi11112022-07-051-3/+5
|\ | | | | | | | | 16f8e04 Remove erraneous commas (Luke Parker) da0715e Improve consistency between on_money_received and on_money_received_unconfirmed (Luke Parker)
| * Remove erraneous commasLuke Parker2022-06-011-3/+3
| |
| * Improve consistency between on_money_received and on_money_received_unconfirmedLuke Parker2022-06-011-3/+5
| | | | | | | | | | | | unconfirmed solely uses a - b, and received now accepts b so it can provide more detailed logs on what occurred (printing a - b, yet with a and b).
* | wallet_api: add scanTransactions functionselsta2022-05-261-0/+36
|/
* Add view tags to outputs to reduce wallet scanning timej-berman2022-04-181-0/+1
| | | | | | | | | | | | | Implements view tags as proposed by @UkoeHB in MRL issue https://github.com/monero-project/research-lab/issues/73 At tx construction, the sender adds a 1-byte view tag to each output. The view tag is derived from the sender-receiver shared secret. When scanning for outputs, the receiver can check the view tag for a match, in order to reduce scanning time. When the view tag does not match, the wallet avoids the more expensive EC operations when deriving the output public key using the shared secret.
* Fee changes from ArticMinemoneromooo-monero2022-04-101-1/+0
| | | | | | https://github.com/ArticMine/Monero-Documents/blob/master/MoneroScaling2021-02.pdf with a change to use 1.7 instead of 2.0 for the max long term increase rate
* Merge pull request #8197luigi11112022-04-061-1/+1
|\ | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr)
| * Copyright: Update to 2022mj-xmr2022-03-041-1/+1
| |
* | plug bulletproofs plus into consensusmoneromooo-monero2022-04-051-0/+1
|/
* Merge pull request #7877luigi11112022-03-021-21/+3
|\ | | | | | | e08abaa multisig key exchange update and refactor (koe)
| * multisig key exchange update and refactorkoe2022-02-221-21/+3
| |
* | UB: Not calling virtual method in destructor of WalletImplmj-xmr2021-09-071-1/+1
|/
* wallet_api: add make_uritobtoht2021-08-191-0/+5
|
* wallet_api: expose offline mode statusrating89us2021-07-191-0/+5
|
* Merge pull request #7761luigi11112021-07-101-1/+1
|\ | | | | | | 8ef51dc wallet_api: fix typo in exportKeyImages (selsta)
| * wallet_api: fix typo in exportKeyImagesselsta2021-06-231-1/+1
| |
* | Merge pull request #7748luigi11112021-07-101-0/+5
|\ \ | | | | | | | | | bbeb555 wallet_api: getPassword (tobtoht)
| * | wallet_api: getPasswordtobtoht2021-07-051-0/+5
| |/
* | wallet_api: get bytes sent/receivedtobtoht2021-06-241-0/+11
| |
* | Merge pull request #7750luigi11112021-06-241-2/+0
|\ \ | | | | | | | | | 8e0b8dd wallet/api: remove Bitmonero namespace alias (selsta)
| * | wallet/api: remove Bitmonero namespace aliasselsta2021-06-081-2/+0
| |/
* | Merge pull request #7746luigi11112021-06-241-2/+17
|\ \ | | | | | | | | | 1aa1850 wallet_api: signMessage: add sign with subaddress (tobtoht)
| * | wallet_api: signMessage: add sign with subaddresstobtoht2021-06-041-2/+17
| |/
* | Merge pull request #7742luigi11112021-06-241-0/+17
|\ \ | | | | | | | | | f174a8f wallet_api: reconnectDevice (tobtoht)
| * | wallet_api: reconnectDevicetobtoht2021-06-041-0/+17
| |/
* / wallet_api: move adjust_mixin call within try blocktobtoht2021-06-041-8/+3
|/
* Merge pull request #7677luigi11112021-05-121-0/+62
|\ | | | | | | 445a9d8 wallet_api: import / export output function (tobtoht)
| * wallet_api: import / export output functiontobtoht2021-04-221-0/+62
| |
* | 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-161-0/+4
|\ \ | | | | | | | | | 25e8254 expose set_offline to wallet api (benevanoff)
| * | expose set_offline to wallet apibenevanoff2021-04-051-0/+4
| | |
* | | Merge pull request #7002luigi11112021-04-161-2/+0
|\ \ \ | |_|/ |/| | | | | 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-281-2/+0
| | |
* | | Merge pull request #7542luigi11112021-03-291-0/+5
|\ \ \ | | | | | | | | | | | | 7c4e4c7 wallet_api: add isDeterministic() (tobtoht)
| * | | wallet_api: add isDeterministic()tobtoht2021-03-121-0/+5
| |/ /
* / / wallet_api: add seed_offset param to seed()tobtoht2021-03-121-2/+2
|/ /
* / wallet api: allow wallet to fetch all key images via apibenevanoff2020-12-251-2/+2
|/
* wallet2_api: implement stop() to interrupt refresh() loop oncexiphon2020-10-171-0/+5
|
* 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-201-4/+9
|