summaryrefslogtreecommitdiff
path: root/src/wallet/api
Commit message (Collapse)AuthorAgeFilesLines
* 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-263-0/+44
|/
* Merge pull request #8249luigi11112022-04-251-1/+0
|\ | | | | | | a14fdf8 Remove /include (Jeffrey)
| * Remove /includeJeffrey2022-04-091-1/+0
| | | | | | | | | | * `IWallet.h` hasn't been touched since 2014, and has been replaced by `src/wallet/api/wallet2_api.h` * `INode.h` is in a similar situation with `src/p2p/net_node.h`
* | 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-0621-21/+21
|\ | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr)
| * Copyright: Update to 2022mj-xmr2022-03-0421-21/+21
| |
* | plug bulletproofs plus into consensusmoneromooo-monero2022-04-051-0/+1
|/
* Merge pull request #7877luigi11112022-03-023-29/+4
|\ | | | | | | e08abaa multisig key exchange update and refactor (koe)
| * multisig key exchange update and refactorkoe2022-02-223-29/+4
| |
* | wallet_api: enable set_strict_default_file_permissionstobtoht2021-10-222-1/+6
| |
* | UB: Not calling virtual method in destructor of WalletImplmj-xmr2021-09-071-1/+1
|/
* wallet_api: add make_uritobtoht2021-08-193-0/+7
|
* Merge pull request #7802luigi11112021-08-113-0/+7
|\ | | | | | | a3d2b71 wallet_api: expose offline mode status (rating89us)
| * wallet_api: expose offline mode statusrating89us2021-07-193-0/+7
| |
* | cmake: fix undefined symbols and multiple definitionsanon2021-07-131-0/+3
|/
* 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-103-0/+7
|\ \ | | | | | | | | | bbeb555 wallet_api: getPassword (tobtoht)
| * | wallet_api: getPasswordtobtoht2021-07-053-0/+7
| |/
* | wallet_api: get bytes sent/receivedtobtoht2021-06-243-0/+19
| |
* | Merge pull request #7750luigi11112021-06-2416-38/+0
|\ \ | | | | | | | | | 8e0b8dd wallet/api: remove Bitmonero namespace alias (selsta)
| * | wallet/api: remove Bitmonero namespace aliasselsta2021-06-0816-38/+0
| |/
* | Merge pull request #7749luigi11112021-06-241-1/+1
|\ \ | | | | | | | | | e63c110 wallet_api: address_book: don't lose pid on setDescription (tobtoht)
| * | wallet_api: address_book: don't lose pid on setDescriptiontobtoht2021-06-081-1/+1
| |/
* | Merge pull request #7746luigi11112021-06-243-4/+19
|\ \ | | | | | | | | | 1aa1850 wallet_api: signMessage: add sign with subaddress (tobtoht)
| * | wallet_api: signMessage: add sign with subaddresstobtoht2021-06-043-4/+19
| |/
* | Merge pull request #7742luigi11112021-06-243-0/+21
|\ \ | | | | | | | | | f174a8f wallet_api: reconnectDevice (tobtoht)
| * | wallet_api: reconnectDevicetobtoht2021-06-043-0/+21
| |/
* / wallet_api: move adjust_mixin call within try blocktobtoht2021-06-041-8/+3
|/
* Merge pull request #7677luigi11112021-05-123-0/+77
|\ | | | | | | 445a9d8 wallet_api: import / export output function (tobtoht)
| * 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)