| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #7825 | luigi1111 | 2021-08-26 | 3 | -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: getPassword | tobtoht | 2021-08-07 | 3 | -0/+7 |
| | | | |||||
| | * | wallet_api: fix typo in exportKeyImages | selsta | 2021-08-01 | 1 | -1/+1 |
| | | | |||||
| * | | wallet_api: add make_uri | tobtoht | 2021-08-19 | 3 | -0/+7 |
| |/ | |||||
| * | cmake: fix undefined symbols and multiple definitions | anon | 2021-07-13 | 1 | -0/+3 |
| | | |||||
| * | wallet_api: import / export output function | tobtoht | 2021-04-22 | 3 | -0/+77 |
| | | |||||
| * | expose set_offline to wallet api | benevanoff | 2021-04-22 | 3 | -0/+12 |
| | | |||||
| * | wallet_api: add isDeterministic() | tobtoht | 2021-04-22 | 3 | -0/+12 |
| | | |||||
| * | wallet_api: add seed_offset param to seed() | tobtoht | 2021-04-22 | 3 | -4/+4 |
| | | |||||
| * | wallet_api: store fee for incoming txs in history | Ben Evanoff | 2021-04-22 | 1 | -0/+1 |
| | | |||||
| * | wallet api: allow wallet to fetch all key images via api | benevanoff | 2021-04-22 | 3 | -4/+5 |
| | | |||||
| * | Allow tx note edits via TransactionHistory object in wallet/api | dsc | 2021-04-22 | 3 | -0/+13 |
| | | |||||
| * | wallet_api: TransactionHistory - fill unconfirmed out payments dests | xiphon | 2021-04-22 | 1 | -0/+4 |
| | | |||||
| * | Extend TransactionInfo with coinbase and description attributes in wallet/api | dsc | 2021-04-22 | 4 | -0/+23 |
| | | |||||
| * | Allow AddressBook description edits via wallet/api interface | dsc | 2021-04-22 | 3 | -0/+21 |
| | | |||||
| * | wallet2_api: implement stop() to interrupt refresh() loop once | xiphon | 2020-10-18 | 3 | -0/+11 |
| | | |||||
| * | 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 | 5 | -9/+25 |
| | | |||||
| * | Merge pull request #6512 | Alexander Blair | 2020-07-19 | 21 | -21/+21 |
| |\ | | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic) | ||||
| | * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 21 | -21/+21 |
| | | | | | | | | | Update copyright year to 2020 | ||||
| * | | simplewallet: don't complain about incoming payment ids on change | moneromooo-monero | 2020-05-13 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #6446 | luigi1111 | 2020-05-01 | 2 | -4/+6 |
| |\ | | | | | | | e509ede trezor: adapt to new passphrase mechanism (ph4r05) | ||||
| | * | trezor: adapt to new passphrase mechanism | Dusan Klinec | 2020-04-27 | 2 | -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 #6415 | luigi1111 | 2020-04-21 | 2 | -7/+19 |
| |\ \ | |/ |/| | | | 09abca7 wallet_api: checkUpdate - optional version and buildtag params (xiphon) | ||||
| | * | wallet_api: checkUpdate - optional version and buildtag params | xiphon | 2020-04-02 | 2 | -7/+19 |
| | | | |||||
| * | | Merge pull request #6334 | luigi1111 | 2020-04-04 | 5 | -6/+14 |
| |\ \ | |/ |/| | | | cc18926 wallet2_api: wallet recovery - seed offset passphrase support (xiphon) | ||||
| | * | wallet2_api: wallet recovery - seed offset passphrase support | xiphon | 2020-02-11 | 5 | -6/+14 |
| | | | |||||
| * | | Merge pull request #6302 | luigi1111 | 2020-03-31 | 3 | -0/+30 |
| |\ \ | | | | | | | | | | dab604e wallet2_api: implement estimateTransactionFee (xiphon) | ||||
| | * | | wallet2_api: implement estimateTransactionFee | xiphon | 2020-01-25 | 3 | -0/+30 |
| | |/ | |||||
| * / | wallet: do not split integrated addresses in address book api | moneromooo-monero | 2020-01-26 | 1 | -40/+10 |
| |/ | |||||
| * | Merge pull request #5894 | luigi1111 | 2019-09-30 | 1 | -0/+4 |
| |\ | | | | | | | c89f7ef wallet2_api: fix load unsigned tx from file error propagation (xiphon) | ||||
| | * | wallet2_api: fix load unsigned tx from file error propagation | xiphon | 2019-09-09 | 1 | -0/+4 |
| | | | |||||
| * | | wallet2_api: add missing parameter | selsta | 2019-09-09 | 2 | -4/+4 |
| |/ | |||||
| * | Merge pull request #5750 | luigi1111 | 2019-08-21 | 1 | -1/+1 |
| |\ | | | | | | | 884df82 wallet: provide original address for outgoing transfers (xiphon) | ||||
| | * | wallet: provide original address for outgoing transfers | xiphon | 2019-07-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #5518 | luigi1111 | 2019-08-17 | 3 | -48/+79 |
| |\ \ | | | | | | | | | | def703a wallet_api: add multi destination tx support (selsta) | ||||
| | * | | wallet_api: add multi destination tx support | selsta | 2019-08-16 | 3 | -48/+79 |
| | | | | |||||
| * | | | Merge pull request #5673 | luigi1111 | 2019-08-15 | 1 | -8/+17 |
| |\ \ \ | |/ / |/| | | | | | 097cca5 wallet_api: catch getTxKey exception (ph4r05) | ||||
| | * | | wallet_api: catch getTxKey exception | Dusan Klinec | 2019-06-19 | 1 | -8/+17 |
| | |/ | | | | | | | - getTxKey method throws an exception, e.g., when user declines txKey export | ||||
| * | | Fixed error preventing build of monero-gui | Nejcraft | 2019-07-28 | 1 | -1/+3 |
| | | | | | | | get_attribute expects 2 values instead of 1 | ||||
| * | | Merge pull request #5594 | luigi1111 | 2019-07-24 | 3 | -0/+21 |
| |\ \ | | | | | | | | | | f074b6b device: show address on device display (ph4r05) | ||||
| | * | | device: show address on device display | Dusan Klinec | 2019-06-17 | 3 | -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 #5576 | luigi1111 | 2019-07-24 | 2 | -4/+0 |
| |\ \ | | | | | | | | | | 577324a wallet_manager: omit redundant disconnect, drop unused variable (xiphon) | ||||
| | * | | wallet_manager: omit redundant disconnect, drop unused variable | xiphon | 2019-05-27 | 2 | -4/+0 |
| | |/ | |||||
| * | | Merge pull request #5534 | luigi1111 | 2019-07-24 | 3 | -0/+28 |
| |\ \ | |/ |/| | | | 4c66614 expose set/get walletcache attribute functionality in wallet api (selsta) | ||||
| | * | expose set/get walletcache attribute functionality in wallet api | dsc | 2019-05-10 | 3 | -0/+28 |
| | | | |||||
| * | | wallet: add unlock_time details to show_transfers | moneromooo-monero | 2019-05-16 | 1 | -1/+1 |
| |/ | | | | | also add a note when receiving the tx, because the user might not notice the "XXX blocks to unlock" in the balance. | ||||
| * | device/trezor: add button pressed request | Dusan Klinec | 2019-04-07 | 2 | -0/+12 |
| | | |||||
| * | wallet: API changes to enable passphrase entry | Dusan Klinec | 2019-04-05 | 4 | -10/+37 |
| | | |||||
