| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | device: add ledger flex support | tobtoht | 2024-08-09 | 1 | -0/+1 |
| | | | | | See: https://github.com/LedgerHQ/ledger-live/blob/bd1b09970f2f5a27eb08352a67a73dfa2fce29f6/libs/ledgerjs/packages/devices/src/index.ts#L111 | ||||
| * | device: Add ledger Stax device id to device detection | Francois Beutin | 2023-03-17 | 1 | -0/+1 |
| | | |||||
| * | ledger support for hf 15 (BP+, view tags) | j-berman | 2022-08-06 | 1 | -4/+71 |
| | | |||||
| * | cryptonote_basic: catch crypto api errors | moneromooo-monero | 2022-06-20 | 1 | -4/+8 |
| | | |||||
| * | Merge pull request #8232 | luigi1111 | 2022-04-19 | 1 | -0/+1 |
| |\ | | | | | | | 0f7b20a Added support for Ledger Nano S Plus (Mathias Herberts) | ||||
| | * | Added support for Ledger Nano S Plus | Mathias Herberts | 2022-03-31 | 1 | -1/+2 |
| | | | |||||
| * | | Add view tags to outputs to reduce wallet scanning time | j-berman | 2022-04-18 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| |/ | |||||
| * | device_ledger: fix incorrect macro | selsta | 2021-11-12 | 1 | -4/+4 |
| | | | | | | | The current code does work by accident, but it might break if someone uses ASSERT_SW in a different place, or if variables get renamed. | ||||
| * | device: fix ledger error strings, add human friendly messages | selsta | 2021-11-03 | 1 | -7/+3 |
| | | |||||
| * | Merge pull request #7745 | luigi1111 | 2021-07-27 | 1 | -3/+2 |
| |\ | | | | | | | d52d21b ledger: don't lock for software device (tobtoht) | ||||
| | * | ledger: don't lock for software device | tobtoht | 2021-06-04 | 1 | -3/+2 |
| | | | |||||
| * | | ledger: use software device if we have view key | tobtoht | 2021-06-04 | 1 | -2/+12 |
| |/ | |||||
| * | device: Ledger - update status codes | xiphon | 2020-10-13 | 1 | -27/+16 |
| | | |||||
| * | Fix send scalar z in plaintext | François Colas | 2020-08-28 | 1 | -4/+6 |
| | | | | | | The scalar z has not been generated on the HW thus it can't be sent encrypted. The value is derived from the exported private view key. | ||||
| * | Update protocol version with Ledger's HW | François Colas | 2020-08-28 | 1 | -1/+1 |
| | | |||||
| * | draft support of clsag | cslashm | 2020-08-27 | 1 | -0/+152 |
| | | |||||
| * | Integrate CLSAGs into monero | moneromooo-monero | 2020-08-27 | 1 | -3/+3 |
| | | | | | They are allowed from v12, and MLSAGs are rejected from v13. | ||||
| * | Merge pull request #6661 | Alexander Blair | 2020-08-16 | 1 | -1/+1 |
| |\ | | | | | | | 267ce5b71 avoid a couple needless copies (moneromooo-monero) | ||||
| | * | avoid a couple needless copies | moneromooo-monero | 2020-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #6565 | Alexander Blair | 2020-07-19 | 1 | -4/+4 |
| |\ \ | | | | | | | | | | 72cdfa4a2 fix a few typos in error messages (moneromooo-monero) | ||||
| | * | | fix a few typos in error messages | moneromooo-monero | 2020-05-19 | 1 | -4/+4 |
| | |/ | | | | | | | Reported by adrelanos | ||||
| * | | Merge pull request #6512 | Alexander Blair | 2020-07-19 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic) | ||||
| | * | | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | |/ | | | | | | | Update copyright year to 2020 | ||||
| * / | Fix incorrect lenght of command INS_PREFIX_HASH | François Colas | 2020-05-27 | 1 | -2/+2 |
| |/ | | | | | buffer_send[4] (LC) is an unsigned char, len should not exceed 254 (255 - 1 for the option). | ||||
| * | Merge pull request #6436 | luigi1111 | 2020-05-01 | 1 | -1/+77 |
| |\ | | | | | | | 688a3e8 Add timelock verification on device (cslashm) | ||||
| | * | Add timelock verification on device | cslashm | 2020-04-08 | 1 | -1/+77 |
| | | | |||||
| * | | device_ledger: include status code name in error message | xiphon | 2020-02-08 | 1 | -1/+69 |
| |/ | |||||
| * | device: bounds checking in Ledger send_secret/receive_secret | xiphon | 2019-10-25 | 1 | -0/+4 |
| | | |||||
| * | Fix debug feature | cslashm | 2019-10-03 | 1 | -0/+2 |
| | | |||||
| * | Revert PR #5835 (export view key) | cslashm | 2019-10-03 | 1 | -1/+1 |
| | | |||||
| * | Add display address | cslashm | 2019-10-03 | 1 | -0/+23 |
| | | |||||
| * | Add hmac over encrypted value during transaction | cslashm | 2019-10-03 | 1 | -90/+145 |
| | | |||||
| * | Merge pull request #5835 | luigi1111 | 2019-09-08 | 1 | -1/+1 |
| |\ | | | | | | | 26f7a26 device: fix ledger requesting secret keys export twice (xiphon) | ||||
| | * | device: fix ledger requesting secret keys export twice | xiphon | 2019-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | device_ledger: add paranoid buffer overflow check | moneromooo-monero | 2019-08-26 | 1 | -1/+3 |
| |/ | | | | Coverity 200183 | ||||
| * | Fix GCC 9.1 build warnings | moneromooo-monero | 2019-06-09 | 1 | -0/+14 |
| | | | | | GCC wants operator= aand copy ctor to be both defined, or neither | ||||
| * | Add NanoX support | cslashm | 2019-04-01 | 1 | -1/+6 |
| | | |||||
| * | Add get_tx_proof support, needed for new sanity check | cslashm | 2019-03-28 | 1 | -19/+126 |
| | | | | | Enhance debug info | ||||
| * | Add support for V11 protocol with BulletProofV2 and short amount. | cslashm | 2019-03-28 | 1 | -43/+78 |
| | | | | | | New scheme key destination contrfol Fix dummy decryption in debug mode | ||||
| * | Add application version compatibility check. | cslashm | 2019-03-28 | 1 | -2/+18 |
| | | |||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | various: remove unused variables | moneromooo-monero | 2019-03-04 | 1 | -5/+1 |
| | | |||||
| * | Add support for V10 protocol with BulletProofV2 and short amount. | cslashm | 2019-02-08 | 1 | -13/+34 |
| | | |||||
| * | fix log namespace | cslashm | 2019-02-08 | 1 | -45/+45 |
| | | |||||
| * | New scheme key destination contrfol | cslashm | 2019-02-08 | 1 | -7/+147 |
| | | | | | Implies protocol version management. | ||||
| * | Merge pull request #5055 | Riccardo Spagni | 2019-01-28 | 1 | -5/+34 |
| |\ | | | | | | | 6c060e6a device: proper handling of user input (selsta) | ||||
| | * | device: proper handling of user input | selsta | 2019-01-09 | 1 | -5/+34 |
| | | | | | | | | | | | | | | | | | | | (1) If the user denies something on the Ledger, a proper error message is now shown. (2) Ledger doesn't time out anymore while waiting on user input. (3) Lower the timeout to 2 seconds, this is enough for normal Ledger <-> System communication. | ||||
| * | | Merge pull request #5054 | Riccardo Spagni | 2019-01-28 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 93c21644 device_ledger: remove full_name variable (selsta) | ||||
| | * | | device_ledger: remove full_name variable | selsta | 2019-01-09 | 1 | -1/+1 |
| | |/ | | | | | | | | | This variable was never set, resulting in the device name always showing as "disconnected". | ||||
