aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7341luigi11112021-02-181-7/+35
|\
| * Stop adding more outputs than bulletproof allowsAlex Opie2021-01-251-7/+35
* | Merge pull request #7312luigi11112021-02-182-0/+44
|\ \
| * | monero-wallet-cli: Added command scan_txHoria Mihai David2021-02-172-0/+44
* | | Merge pull request #7288luigi11112021-02-151-1/+8
|\ \ \
| * | | wallet_rpc_server: don't abort on initial refresh failurexiphon2021-01-071-1/+8
| |/ /
* | | Merge pull request #7265luigi11112021-02-151-0/+1
|\ \ \
| * | | wallet_api: store fee for incoming txs in historyBen Evanoff2021-01-021-0/+1
* | | | Merge pull request #7185luigi11112021-02-153-4/+5
|\ \ \ \
| * | | | wallet api: allow wallet to fetch all key images via apibenevanoff2020-12-253-4/+5
| |/ / /
* | | | Merge pull request #7000luigi11112021-02-152-0/+3
|\ \ \ \
| * | | | Reduce compilation time of epee/portable_storage.hmj-xmr2021-02-062-0/+3
| | |_|/ | |/| |
* | | | Merge pull request #6986luigi11112021-02-151-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Balance includes unconfirmed paymentswoodser2020-11-061-0/+8
* | | | Merge pull request #7113luigi11112021-01-151-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | simplewallet: don't complain about connecting to the daemon when offlinemoneromooo-monero2020-12-101-0/+1
* | | | restrict public node checks a littlemoneromooo-monero2020-12-221-0/+1
| |_|/ |/| |
* | | Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-101-5/+4
|/ /
* | Merge pull request #7043Alexander Blair2020-12-041-0/+14
|\ \
| * | wallet2: check imported multisig curve points are in main subgroupCrypto City2020-11-241-0/+14
| |/
* | wallet2: set propagation timeout to current max timeoutselsta2020-12-031-1/+2
* | Merge pull request #6890Alexander Blair2020-12-013-0/+35
|\ \
| * | wallet2: skip reorgs exceeding max-reorg-depth wallet settingxiphon2020-10-133-0/+35
* | | Merge pull request #7020luigi11112020-11-291-0/+4
|\ \ \
| * | | wallet_api: TransactionHistory - fill unconfirmed out payments destsxiphon2020-11-141-0/+4
| | |/ | |/|
* | | Merge pull request #6913luigi11112020-11-291-2/+6
|\ \ \
| * | | wallet2: wait for propagation timeout before marking tx as failedxiphon2020-10-181-2/+6
* | | | Merge pull request #6830luigi11112020-11-284-0/+23
|\ \ \ \
| * | | | Extend TransactionInfo with coinbase and description attributes in wallet/apidsc2020-09-194-0/+23
| | |_|/ | |/| |
* | | | Allow tx note edits via TransactionHistory object in wallet/apidsc2020-11-283-0/+13
| |_|/ |/| |
* | | Merge pull request #6902luigi11112020-10-213-0/+11
|\ \ \
| * | | wallet2_api: implement stop() to interrupt refresh() loop oncexiphon2020-10-173-0/+11
| | |/ | |/|
* | | Merge pull request #6882Alexander Blair2020-10-181-1/+3
|\ \ \ | |/ / |/| |
| * | wallet2: fix missing m_state field in wallet serializationmoneromooo-monero2020-10-121-1/+3
* | | Merge pull request #6828luigi11112020-10-133-0/+21
|\ \ \ | |/ / |/| |
| * | Allow AddressBook description edits via wallet/api interfacedsc2020-09-193-0/+21
| |/
* / fix a couple bugs found by OSS-fuzzmoneromooo-monero2020-09-241-0/+2
|/
* Merge pull request #6793luigi11112020-09-151-1/+1
|\
| * update error message "No unlocked balance in the specified account"woodser2020-09-011-1/+1
* | wallet2: adapt to deterministic unlock timeTheCharlatan2020-09-154-18/+44
* | Merge pull request #6815luigi11112020-09-142-4/+9
|\ \
| * | wallet2: fix tx sanity check triggering on pre-rct outputsmoneromooo-monero2020-09-122-4/+9
* | | Fix typo in command line argument descriptionReinaldulin2020-09-091-1/+1
* | | Merge pull request #6798luigi11112020-09-071-1/+1
|\ \ \ | |/ / |/| |
| * | enable CLSAG support for Trezor clientDusan Klinec2020-09-041-1/+1
| |/
* | Merge pull request #6757luigi11112020-09-031-15/+15
|\ \ | |/ |/|
| * threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero2020-09-011-15/+15
* | Bind signature to full address and signing modeSarang Noether2020-08-284-29/+42
* | wallet: allow signing a message with spend or view keymoneromooo-monero2020-08-286-24/+121
* | Integrate CLSAGs into moneromoneromooo-monero2020-08-273-31/+66