aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815Monzero Build System4 hours1-3/+3
* wallet2: avoid linear scans in pool state updatesselsta2026-06-281-70/+47
* Merge pull request #10776tobtoht2026-06-211-5/+8
|\
| * wallet2: guard optimized coinbase refresh against empty voutselsta2026-06-151-5/+8
* | Merge pull request #10773tobtoht2026-06-211-0/+2
|\ \
| * | wallet2: reject non-monotonic rct output distributionsselsta2026-06-151-0/+2
| |/
* / wallet2: store multisig nonce erasure before returning signed txsetselsta2026-06-091-25/+46
|/
* wallet2: fix double unlock of a lockSChernykh2026-06-031-1/+0
* wallet2: clear m_additional_tx_keys during bg syncselsta2026-05-211-0/+1
* Merge pull request #10580tobtoht2026-05-131-7/+16
|\
| * use latest hard fork block for get_approximate_blockchain_height & update app...SNeedlewoods2026-05-111-7/+16
* | wallet2: reject duplicate outputs in reserve proofsselsta2026-04-291-0/+9
* | Merge pull request #10481tobtoht2026-04-291-4/+10
|\ \
| * | wallet2: throw if reserve proof can't be parsedtobtoht2026-04-281-4/+10
* | | Merge pull request #10471tobtoht2026-04-291-18/+4
|\ \ \
| * | | wallet2: use decodeRct for reserve proof amount validationselsta2026-04-271-18/+4
| |/ /
* / / wallet2: ensure daemon returns correct tx for spend proofselsta2026-04-281-0/+2
|/ /
* | Merge pull request #10455tobtoht2026-04-251-52/+13
|\ \
| * | wallet2: remove deprecated txs_as_hexselsta2026-04-241-52/+13
* | | Merge pull request #10439tobtoht2026-04-221-1/+1
|\ \ \
| * | | cryptonote_basic: pruned hash return boolj-berman2026-04-211-1/+1
* | | | Merge pull request #10427tobtoht2026-04-221-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | wallet2: add parse multisig tx sanity checksselsta2026-04-201-0/+2
| |/ /
* / / Add Socks v5 support to daemon and walletLee *!* Clagett2026-04-161-1/+1
|/ /
* | Merge pull request #10405tobtoht2026-04-081-1/+1
|\ \
| * | wallet2: fix background wallet detection in verify_password()selsta2026-04-061-1/+1
| |/
* / multisig: add flag to skip refresh after multisig importwoodser2026-04-081-3/+3
|/
* wallet2: fix edge case where tx's ki's remain marked unspentj-berman2025-12-121-17/+34
* Merge pull request #10153tobtoht2025-10-271-17/+43
|\
| * wallet: identify spends in pool when scanningj-berman2025-10-071-17/+43
* | wallet2: warn instead of throw when RingDB doesn't include spendj-berman2025-10-061-2/+5
|/
* wallet: deprecate wallet2::find_and_save_rings()jeffro2562025-07-291-69/+4
* wallet: refactor subaddress expansion & add to transfer testjeffro2562025-07-071-53/+49
* wallet: improve lookahead logic & make rpc persistentJustin Berman2025-07-071-18/+33
* wallet: ensure subaddress keys table is at least size of requested lookaheadbenevanoff2025-07-031-0/+19
* fix: multisig stale data after failed refreshSNeedlewoods2025-04-241-36/+27
* Correct Max / Min Block Waiting Periodstzadiko2025-03-251-11/+10
* Merge pull request #8617tobtoht2025-02-131-82/+946
|\
| * wallet: background sync with just the view keyj-berman2024-05-241-83/+947
* | Merge pull request #9602luigi11112025-01-061-0/+2
|\ \
| * | wallet: shortchain history should include base block0xFFFC00002024-12-041-0/+2
* | | Merge pull request #9590luigi11112024-12-231-2/+11
|\ \ \
| * | | Daemon-specific proxy for the wallet-rpc.0xFFFC00002024-11-231-2/+11
| |/ /
* | | Merge pull request #9506luigi11112024-12-231-1/+1
|\ \ \ | |/ / |/| |
| * | wallet2: fix error throw if unable to load cachetobtoht2024-10-071-1/+1
* | | build: fix build with Boost 1.85 and remove instances of viewkey logging [REL...jeffro2562024-09-101-9/+9
|/ /
* | Make wallet2::estimate_fee staticLee Clagett2024-08-071-1/+1
* | wallet: fetch pool txs in pruned form [RELEASE]jeffro2562024-06-211-0/+1
|/
* Merge pull request #9311luigi11112024-05-201-31/+28
|\
| * Enforce Tx unlock_time is Zero by Relay Rule [RELEASE]jeffro2562024-04-291-31/+28