aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #7170luigi11112022-04-053-39/+53
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bd27deb Bulletproofs+ (SarangNoether) b7713cc Precompute initial transcript hash (SarangNoether) b535d66 Updates from security audit (SarangNoether) a0d80b1 plug bulletproofs plus into consensus (moneromooo-monero) 75bd004 ringct: a few minor optimizations from review (moneromooo-monero) a345060 ringct: port some of vtnerd's review changes from BP+ to BP (moneromooo-monero) 4c94cfe store outPk/8 in the tx for speed (moneromooo-monero) 5acdd0e bulletproofs+: some minor cleanup from vtnerd's review (moneromooo-monero)
| * | | | store outPk/8 in the tx for speedmoneromooo-monero2022-04-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It avoids dividing by 8 when deserializing a tx, which is a slow operation, and multiplies by 8 when verifying and extracing the amount, which is much faster as well as less frequent
| * | | | plug bulletproofs plus into consensusmoneromooo-monero2022-04-053-38/+50
| | | | |
* | | | | Merge pull request #7153luigi11112022-04-052-0/+10
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | 354e1d9 Make the wallet name optional when locked. (Norman Moeschter)
| * | | | Make the wallet name optional when locked.Norman Moeschter2022-03-102-0/+10
| |/ / /
* | | | Merge pull request #8158luigi11112022-03-181-0/+13
|\ \ \ \ | |/ / / |/| | | | | | | e5000a9 Balance includes unconfirmed transfers to self (woodser)
| * | | Balance includes unconfirmed transfers to selfwoodser2022-01-311-0/+13
| |/ /
* | | Merge pull request #8145luigi11112022-03-022-1/+9
|\ \ \ | | | | | | | | | | | | fb5b2b3 support authentication in monero-wallet-rpc set_daemon (woodser)
| * | | support authentication in monero-wallet-rpc set_daemonwoodser2022-01-172-2/+10
| | | |
* | | | Merge pull request #7877luigi11112022-03-027-573/+163
|\ \ \ \ | |_|/ / |/| | | | | | | e08abaa multisig key exchange update and refactor (koe)
| * | | multisig key exchange update and refactorkoe2022-02-227-573/+163
| | |/ | |/|
* | | Merge pull request #8123luigi11112022-01-241-4/+5
|\ \ \ | | | | | | | | | | | | 4446cc8 wallet inits cache if file and blob missing (woodser)
| * | | wallet inits cache if file and blob missingwoodser2021-12-241-4/+5
| | |/ | |/|
* | | Merge pull request #8044luigi11112022-01-241-1/+6
|\ \ \ | |/ / |/| | | | | a02b342 Avoid unnecessary 'Invalid hashing blob' error message (rbrunner7)
| * | Avoid unnecessary 'Invalid hashing blob' error messagerbrunner72021-11-051-1/+6
| | |
* | | `make_uri` disallows standalone payment idswoodser2021-11-301-6/+2
|/ /
* | Merge pull request #8020luigi11112021-11-012-1/+6
|\ \ | | | | | | | | | 47e7a43 wallet_api: enable set_strict_default_file_permissions (tobtoht)
| * | wallet_api: enable set_strict_default_file_permissionstobtoht2021-10-222-1/+6
| | |
* | | Merge pull request #8017luigi11112021-11-011-2/+0
|\ \ \ | | | | | | | | | | | | a15466d wallet2: remove 2 unused variables (selsta)
| * | | wallet2: remove 2 unused variablesselsta2021-10-201-2/+0
| |/ /
* | | Merge pull request #8013luigi11112021-11-012-23/+4
|\ \ \ | | | | | | | | | | | | 2cad563 wallet2: fix key encryption when changing ask-password from 0/1 to 2 (moneromooo-monero)
| * | | wallet2: fix key encryption when changing ask-password from 0/1 to 2moneromooo-monero2021-10-192-23/+4
| |/ / | | | | | | | | | | | | we reuse the wallet_keys_unlocker object, which does the right thing in conjunction with other users of decrypt/encrypt (ie, refresh).
* / / epee: add missing headerselsta2021-10-221-0/+1
|/ /
* | Merge pull request #7994luigi11112021-10-171-1/+1
|\ \ | | | | | | | | | 84c5257 Decrease the 'recent spend window' in gamma re-select to 15 blocks (j-berman)
| * | Decrease the "recent spend window" in gamma re-select to 15 blocksj-berman2021-10-041-1/+1
| |/ | | | | | | | | - combined with patching integer truncation (#7798), this gets the algorithm marginally closer to mirroring empirically observed output ages - 50 was originally chosen assuming integer truncation would remain in the client for that client release version. But patching integer truncation causes the client to select more outputs in the 10-100 block range, and therefore the benefit of choosing a larger recent spend window of 50 has less merit - 15 seems well-suited to cover the somewhat sizable observable gap in the early window of blocks
* | Merge pull request #7867luigi11112021-10-171-1/+1
|\ \ | | | | | | | | | eed7e79 UB: Not calling virtual method in destructor of WalletImpl (mj-xmr)
| * | UB: Not calling virtual method in destructor of WalletImplmj-xmr2021-09-071-1/+1
| | |
* | | Merge pull request #7799luigi11112021-10-171-7/+1
|\ \ \ | | | | | | | | | | | | 76542ea Fix precision of average_output_time (j-berman)
| * | | Fix precision of average_output_timej-berman2021-09-121-7/+1
| | |/ | |/| | | | | | | The fix as suggested by <jberman> on IRC. Before the fix, it would truncate 1.9 to 1 skewing the output selection.
* | | Merge pull request #7793luigi11112021-10-111-1/+20
|\ \ \ | |/ / |/| | | | | 13a8a57 trezor: try empty passphrase first (Dusan Klinec)
| * | trezor: try empty passphrase firstDusan Klinec2021-08-031-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Try empty passphrase first when opening a wallet, as all Trezors will have passphrase enabled by default by Trezor Suite by default. This feature enables easier access to all users using disabled passphrase (or empty passhprase) - If wallet address differs from device address with empty passphrase, another opening attempt is made, without passphrase suppression, so user can enter his passhprase if using some. In this scenario, nothing changes to user, wallet opening just consumes one more call to Trezor (get wallet address with empty passphrase) - also change how m_passphrase is used. Previous version did not work well with recent passphrase entry mechanism change (made in Trezor), thus this commit fixes the behaviour).
* | | Merge pull request #7899luigi11112021-09-091-1/+1
|\ \ \ | | | | | | | | | | | | cd76eb7 wallet: fix unused lambda capture warning (selsta)
| * | | wallet: fix unused lambda capture warningselsta2021-08-281-1/+1
| | |/ | |/|
* | | Merge pull request #7898luigi11112021-09-091-1/+2
|\ \ \ | | | | | | | | | | | | f353c29 wallet_rpc_server: fix help text remaining bold (selsta)
| * | | wallet_rpc_server: fix help text remaining boldselsta2021-08-271-1/+2
| | | |
* | | | Merge pull request #7823luigi11112021-09-094-4/+19
|\ \ \ \ | | | | | | | | | | | | | | | 24d3d65 monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir (Kermit Alexander II)
| * | | | monero-wallet-rpc: Prevent --password-file from being used with --wallet-dirKermit Alexander II2021-08-204-4/+19
| | | | |
* | | | | Merge pull request #7342luigi11112021-09-091-20/+34
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | 520ce1c Attempt to carve the fee from a partial payment early (lxop)
| * | | | Attempt to carve the fee from a partial payment earlyAlex Opie2021-01-251-20/+34
| | | | | | | | | | | | | | | | | | | | | | | | | Do this for both the estimate and actual fee. #7337
* | | | | Wallet2: fix optimize-coinbase for p2pool payoutsSChernykh2021-08-261-4/+5
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RefreshOptimizeCoinbase was an optimization to speed up scanning of coinbase transactions before RingCT (tx version 2) where they split miner reward into multiple denominations, all to the same wallet. When RingCT was introduced, all coinbase transactions became 1 output only, so this optimization does nothing now. With p2pool, this optimization will skip scanning p2pool payouts because they use more than 1 output in coinbase transaction. Fix it by applying this optimization only to pre-RingCT transactions (version < 2).
* | | | Merge pull request #7878luigi11112021-08-203-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | a9aaa47 wallet_api: add make_uri (tobtoht)
| * | | | wallet_api: add make_uritobtoht2021-08-193-0/+7
| | | | |
* | | | | Merge pull request #7849luigi11112021-08-201-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 6f15a0c Make sure node returns to wallet that real output is unlocked (j-berman)
| * | | | | Make sure node returns to wallet that real output is unlockedj-berman2021-08-111-1/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #7845luigi11112021-08-201-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | e1af8dc Protect client from divide by 0 caused by integer truncation (j-berman)
| * | | | | Protect client from divide by 0 caused by integer truncationj-berman2021-08-191-0/+6
| |/ / / /
* | | | | Merge pull request #7821luigi11112021-08-201-0/+31
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | da2955f Apply gamma distr from chain tip when selecting decoys (j-berman)
| * | | | Apply gamma distr from chain tip when selecting decoysj-berman2021-08-191-0/+31
| |/ / / | | | | | | | | | | | | - matches the paper by Miller et al to apply the gamma from chain tip, rather than after unlock time - if the gamma produces an output more recent than the unlock time, the algo packs that output into one of the first 50 spendable blocks, respecting the block density factor
* | | | Merge pull request #7802luigi11112021-08-113-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | a3d2b71 wallet_api: expose offline mode status (rating89us)
| * | | | wallet_api: expose offline mode statusrating89us2021-07-193-0/+7
| | | | |