| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | | | |
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
354e1d9 Make the wallet name optional when locked. (Norman Moeschter)
|
| | |/ / / |
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
e5000a9 Balance includes unconfirmed transfers to self (woodser)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
fb5b2b3 support authentication in monero-wallet-rpc set_daemon (woodser)
|
| | | | | |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
e08abaa multisig key exchange update and refactor (koe)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
4446cc8 wallet inits cache if file and blob missing (woodser)
|
| | | |/
| |/| |
|
| |\ \ \
| |/ /
|/| |
| | | |
a02b342 Avoid unnecessary 'Invalid hashing blob' error message (rbrunner7)
|
| | | | |
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
47e7a43 wallet_api: enable set_strict_default_file_permissions (tobtoht)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
a15466d wallet2: remove 2 unused variables (selsta)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
2cad563 wallet2: fix key encryption when changing ask-password from 0/1 to 2 (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | | |
we reuse the wallet_keys_unlocker object, which does the right thing
in conjunction with other users of decrypt/encrypt (ie, refresh).
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
84c5257 Decrease the 'recent spend window' in gamma re-select to 15 blocks (j-berman)
|
| | |/
| |
| |
| |
| | |
- 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
|
| |\ \
| | |
| | |
| | | |
eed7e79 UB: Not calling virtual method in destructor of WalletImpl (mj-xmr)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
76542ea Fix precision of average_output_time (j-berman)
|
| | | |/
| |/|
| | |
| | | |
The fix as suggested by <jberman> on IRC. Before the fix, it would truncate 1.9 to 1 skewing the output selection.
|
| |\ \ \
| |/ /
|/| |
| | | |
13a8a57 trezor: try empty passphrase first (Dusan Klinec)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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).
|
| |\ \ \
| | | |
| | | |
| | | | |
cd76eb7 wallet: fix unused lambda capture warning (selsta)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
f353c29 wallet_rpc_server: fix help text remaining bold (selsta)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
24d3d65 monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir (Kermit Alexander II)
|
| | | | | | |
|
| |\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | | |
520ce1c Attempt to carve the fee from a partial payment early (lxop)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Do this for both the estimate and actual fee.
#7337
|
| | |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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).
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
a9aaa47 wallet_api: add make_uri (tobtoht)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
6f15a0c Make sure node returns to wallet that real output is unlocked (j-berman)
|
| | | |_|/ /
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
e1af8dc Protect client from divide by 0 caused by integer truncation (j-berman)
|
| | |/ / / / |
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
da2955f Apply gamma distr from chain tip when selecting decoys (j-berman)
|
| | |/ / /
| | | |
| | | |
| | | | |
- 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
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
a3d2b71 wallet_api: expose offline mode status (rating89us)
|
| | | | | | |
|