| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #8615 | luigi1111 | 2022-12-01 | 1 | -2/+2 |
| |\ | | | | | | | 85c9fe5 wallet2: fix create view-only wallet from existing wallet (j-berman) | ||||
| | * | wallet2: fix create view-only wallet from existing wallet | j-berman | 2022-10-18 | 1 | -2/+2 |
| | | | |||||
| * | | wallet_api: take priority into account when estimating fee | selsta | 2022-10-13 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #8585 | luigi1111 | 2022-09-26 | 1 | -3/+3 |
| |\ | | | | | | | 5ffa31c wallet2: fail to establish daemon cxn == 'Disconnected' cxn status (j-berman) | ||||
| | * | wallet2: fail to establish daemon cxn == "Disconnected" cxn status | j-berman | 2022-09-21 | 1 | -3/+3 |
| | | | |||||
| * | | add an option to force-update multisig key exchange under some circumstances | koe | 2022-09-21 | 1 | -2/+2 |
| |/ | |||||
| * | wallet2: check wallet compatibility with daemon's hard fork version | j-berman | 2022-09-12 | 1 | -2/+8 |
| | | |||||
| * | allow exporting outputs in chunks | moneromooo-monero | 2022-09-07 | 1 | -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 #8371 | luigi1111 | 2022-07-05 | 1 | -3/+5 |
| |\ | | | | | | | | | 16f8e04 Remove erraneous commas (Luke Parker) da0715e Improve consistency between on_money_received and on_money_received_unconfirmed (Luke Parker) | ||||
| | * | Remove erraneous commas | Luke Parker | 2022-06-01 | 1 | -3/+3 |
| | | | |||||
| | * | Improve consistency between on_money_received and on_money_received_unconfirmed | Luke Parker | 2022-06-01 | 1 | -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 function | selsta | 2022-05-26 | 1 | -0/+36 |
| |/ | |||||
| * | Add view tags to outputs to reduce wallet scanning time | j-berman | 2022-04-18 | 1 | -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 ArticMine | moneromooo-monero | 2022-04-10 | 1 | -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 #8197 | luigi1111 | 2022-04-06 | 1 | -1/+1 |
| |\ | | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr) | ||||
| | * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | | |||||
| * | | plug bulletproofs plus into consensus | moneromooo-monero | 2022-04-05 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #7877 | luigi1111 | 2022-03-02 | 1 | -21/+3 |
| |\ | | | | | | | e08abaa multisig key exchange update and refactor (koe) | ||||
| | * | multisig key exchange update and refactor | koe | 2022-02-22 | 1 | -21/+3 |
| | | | |||||
| * | | UB: Not calling virtual method in destructor of WalletImpl | mj-xmr | 2021-09-07 | 1 | -1/+1 |
| |/ | |||||
| * | wallet_api: add make_uri | tobtoht | 2021-08-19 | 1 | -0/+5 |
| | | |||||
| * | wallet_api: expose offline mode status | rating89us | 2021-07-19 | 1 | -0/+5 |
| | | |||||
| * | Merge pull request #7761 | luigi1111 | 2021-07-10 | 1 | -1/+1 |
| |\ | | | | | | | 8ef51dc wallet_api: fix typo in exportKeyImages (selsta) | ||||
| | * | wallet_api: fix typo in exportKeyImages | selsta | 2021-06-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #7748 | luigi1111 | 2021-07-10 | 1 | -0/+5 |
| |\ \ | | | | | | | | | | bbeb555 wallet_api: getPassword (tobtoht) | ||||
| | * | | wallet_api: getPassword | tobtoht | 2021-07-05 | 1 | -0/+5 |
| | |/ | |||||
| * | | wallet_api: get bytes sent/received | tobtoht | 2021-06-24 | 1 | -0/+11 |
| | | | |||||
| * | | Merge pull request #7750 | luigi1111 | 2021-06-24 | 1 | -2/+0 |
| |\ \ | | | | | | | | | | 8e0b8dd wallet/api: remove Bitmonero namespace alias (selsta) | ||||
| | * | | wallet/api: remove Bitmonero namespace alias | selsta | 2021-06-08 | 1 | -2/+0 |
| | |/ | |||||
| * | | Merge pull request #7746 | luigi1111 | 2021-06-24 | 1 | -2/+17 |
| |\ \ | | | | | | | | | | 1aa1850 wallet_api: signMessage: add sign with subaddress (tobtoht) | ||||
| | * | | wallet_api: signMessage: add sign with subaddress | tobtoht | 2021-06-04 | 1 | -2/+17 |
| | |/ | |||||
| * | | Merge pull request #7742 | luigi1111 | 2021-06-24 | 1 | -0/+17 |
| |\ \ | | | | | | | | | | f174a8f wallet_api: reconnectDevice (tobtoht) | ||||
| | * | | wallet_api: reconnectDevice | tobtoht | 2021-06-04 | 1 | -0/+17 |
| | |/ | |||||
| * / | wallet_api: move adjust_mixin call within try block | tobtoht | 2021-06-04 | 1 | -8/+3 |
| |/ | |||||
| * | Merge pull request #7677 | luigi1111 | 2021-05-12 | 1 | -0/+62 |
| |\ | | | | | | | 445a9d8 wallet_api: import / export output function (tobtoht) | ||||
| | * | wallet_api: import / export output function | tobtoht | 2021-04-22 | 1 | -0/+62 |
| | | | |||||
| * | | Merge pull request #7651 | luigi1111 | 2021-04-22 | 1 | -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 zero | Elliot Wirrick | 2021-04-07 | 1 | -1/+3 |
| | | | |||||
| * | | Merge pull request #7648 | luigi1111 | 2021-04-16 | 1 | -0/+4 |
| |\ \ | | | | | | | | | | 25e8254 expose set_offline to wallet api (benevanoff) | ||||
| | * | | expose set_offline to wallet api | benevanoff | 2021-04-05 | 1 | -0/+4 |
| | | | | |||||
| * | | | Merge pull request #7002 | luigi1111 | 2021-04-16 | 1 | -2/+0 |
| |\ \ \ | |_|/ |/| | | | | | 673c6d2 Reduce compilation time of epee/portable_storage_template_helper.h (mj-xmr) | ||||
| | * | | Reduce compilation time of epee/portable_storage_template_helper.h | mj-xmr | 2021-03-28 | 1 | -2/+0 |
| | | | | |||||
| * | | | Merge pull request #7542 | luigi1111 | 2021-03-29 | 1 | -0/+5 |
| |\ \ \ | | | | | | | | | | | | | 7c4e4c7 wallet_api: add isDeterministic() (tobtoht) | ||||
| | * | | | wallet_api: add isDeterministic() | tobtoht | 2021-03-12 | 1 | -0/+5 |
| | |/ / | |||||
| * / / | wallet_api: add seed_offset param to seed() | tobtoht | 2021-03-12 | 1 | -2/+2 |
| |/ / | |||||
| * / | wallet api: allow wallet to fetch all key images via api | benevanoff | 2020-12-25 | 1 | -2/+2 |
| |/ | |||||
| * | wallet2_api: implement stop() to interrupt refresh() loop once | xiphon | 2020-10-17 | 1 | -0/+5 |
| | | |||||
| * | wallet: allow signing a message with spend or view key | moneromooo-monero | 2020-08-28 | 1 | -2/+2 |
| | | |||||
| * | Integrate CLSAGs into monero | moneromooo-monero | 2020-08-27 | 1 | -0/+1 |
| | | | | | They are allowed from v12, and MLSAGs are rejected from v13. | ||||
| * | wallet2_api: implement runtime proxy configuration | xiphon | 2020-07-20 | 1 | -4/+9 |
| | | |||||
