aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #7002luigi11112021-04-163-2/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | 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-283-2/+3
| | | | |
* | | | | Merge pull request #7635luigi11112021-04-061-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 447bfae wallet2: fix unlocked mixup in light wallet mode (moneromooo-monero)
| * | | | | wallet2: fix unlocked mixup in light wallet modemoneromooo-monero2021-03-251-2/+2
| |/ / / /
* | | | | Merge pull request #7321luigi11112021-04-063-11/+21
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | f9b5b52 fix serialization being different on mac (moneromooo-monero)
| * | | | fix serialization being different on macmoneromooo-monero2021-03-053-11/+21
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Mac, size_t is a distinct type from uint64_t, and some types (in wallet cache as well as cold/hot wallet transfer data) use pairs/containers with size_t as fields. Mac would save those as full size, while other platforms would save them as varints. Might apply to other platforms where the types are distinct. There's a nasty hack for backward compatibility, which can go after a couple forks.
* | | | Merge pull request #7430luigi11112021-03-292-17/+15
|\ \ \ \ | | | | | | | | | | | | | | | 064eeb2 wallet_rpc_server: set seed language in generate_from_keys (moneromooo-monero)
| * | | | wallet_rpc_server: set seed language in generate_from_keysmoneromooo-monero2021-03-062-18/+16
| |/ / / | | | | | | | | | | | | Also sanity check language name
* | | | Merge pull request #7542luigi11112021-03-293-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | 7c4e4c7 wallet_api: add isDeterministic() (tobtoht)
| * | | | wallet_api: add isDeterministic()tobtoht2021-03-123-0/+12
| |/ / /
* | | | Merge pull request #7538luigi11112021-03-293-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | 1851f26 wallet_api: add seed_offset param to seed() (tobtoht)
| * | | | wallet_api: add seed_offset param to seed()tobtoht2021-03-123-4/+4
| |/ / /
* | | | Merge pull request #7358luigi11112021-03-292-38/+55
|\ \ \ \ | |_|/ / |/| | | | | | | f346e3e wallet_rpc_payments: implement multithreading (gdmojo)
| * | | wallet_rpc_payments: implement multithreadinggdmojo2021-02-202-38/+55
| | |/ | |/|
* | | Merge pull request #7422luigi11112021-03-202-0/+3
|\ \ \ | | | | | | | | | | | | d46d90c return output key for incoming transfers (benevanoff)
| * | | return output key for incoming transfersbenevanoff2021-03-042-1/+4
| |/ /
* | / wallet_rpc: add scan_txtobtoht2021-03-013-1/+58
| |/ |/|
* | Merge pull request #7355luigi11112021-02-182-3/+1
|\ \ | | | | | | | | | | | | bd12984 Remove copies from foreach loops (thanks to Clang) (Lee Clagett) 1572df9 Removing unused namespace alias (Lee Clagett)
| * | Remove copies from foreach loops (thanks to Clang)Lee Clagett2021-01-281-1/+1
| | |
| * | Removing unused namespace aliasLee Clagett2021-01-281-2/+0
| |/
* | Merge pull request #7346luigi11112021-02-184-14/+5
|\ \ | | | | | | | | | 85db173 Remove unused variables in monero codebase (Kevin Barbour)
| * | Remove unused variables in monero codebaseKevin Barbour2021-02-094-14/+5
| |/ | | | | | | | | | | | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects.
* | Merge pull request #7341luigi11112021-02-181-7/+35
|\ \ | | | | | | | | | b587ffa Stop adding more outputs than bulletproof allows (Alex Opie)
| * | Stop adding more outputs than bulletproof allowsAlex Opie2021-01-251-7/+35
| |/ | | | | | | | | | | If more outputs are requested, they are split across multiple transactions. #7322
* | Merge pull request #7312luigi11112021-02-182-0/+44
|\ \ | | | | | | | | | 186271e monero-wallet-cli: Added command scan_tx (Horia Mihai David)
| * | monero-wallet-cli: Added command scan_txHoria Mihai David2021-02-172-0/+44
| | | | | | | | | | | | To implement this feature, the wallet2::scan_tx API was implemented.
* | | Merge pull request #7288luigi11112021-02-151-1/+8
|\ \ \ | | | | | | | | | | | | 015da03 wallet_rpc_server: don't abort on initial refresh failure (xiphon)
| * | | wallet_rpc_server: don't abort on initial refresh failurexiphon2021-01-071-1/+8
| |/ /
* | | 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
| | | |
* | | | Merge pull request #7185luigi11112021-02-153-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | 50ff106 wallet api: allow wallet to fetch all key images via api (benevanoff)
| * | | | wallet api: allow wallet to fetch all key images via apibenevanoff2020-12-253-4/+5
| |/ / /
* | | | Merge pull request #7000luigi11112021-02-152-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | dc48de7 Reduce compilation time of epee/portable_storage.h (mj-xmr)
| * | | | Reduce compilation time of epee/portable_storage.hmj-xmr2021-02-062-0/+3
| | |_|/ | |/| |
* | | | Merge pull request #6986luigi11112021-02-151-0/+8
|\ \ \ \ | |/ / / |/| | | | | | | ee58f4f Balance includes unconfirmed payments (woodser)
| * | | Balance includes unconfirmed paymentswoodser2020-11-061-0/+8
| | | |
* | | | Merge pull request #7113luigi11112021-01-151-0/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | 7f30c49 simplewallet: don't complain about connecting to the daemon when offline (moneromooo-monero)
| * | | 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
| |_|/ |/| | | | | | | | | | | do not include blocked hosts in peer lists or public node lists by default, warn about no https on clearnet and about untrusted peers likely being spies
* | | Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-101-5/+4
|/ /
* | Merge pull request #7043Alexander Blair2020-12-041-0/+14
|\ \ | | | | | | | | | 17c537039 wallet2: check imported multisig curve points are in main subgroup (Crypto City)
| * | 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
|\ \ | | | | | | | | | ec14e4b8c wallet2: skip reorgs exceeding max-reorg-depth wallet setting (xiphon)
| * | wallet2: skip reorgs exceeding max-reorg-depth wallet settingxiphon2020-10-133-0/+35
| | |
* | | 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 #6913luigi11112020-11-291-2/+6
|\ \ \ | | | | | | | | | | | | fc2f971 wallet2: wait for propagation timeout before marking tx as failed (xiphon)
| * | | wallet2: wait for propagation timeout before marking tx as failedxiphon2020-10-181-2/+6
| | | |
* | | | Merge pull request #6830luigi11112020-11-284-0/+23
|\ \ \ \ | | | | | | | | | | 64e9526 Extend TransactionInfo with coinbase and description attributes in wallet/api (dsc)