| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | |
|
| | | | |
|
| | |/ |
|
| |/
|
|
| |
Co-authored-by: woodser <woodser@protonmail.com>
|
| |\
| |
| |
| | |
db8181a wallet2: force using output distribution for ringct outs (tobtoht)
|
| | |
| |
| |
| | |
Co-authored-by: j-berman <justinberman@protonmail.com>
|
| | |
| |
| |
| | |
key images
|
| |\ \
| | |
| | |
| | | |
c7b2944 multisig: fix critical vulnerabilities in signing (anon)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
09a597b wallet2: don't use DNS to obtain segregation heights (tobtoht)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
50ccc7e wallet2: remove obsolete rpc version check (tobtoht)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
4278a3a cryptonote_basic: catch crypto api errors (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
04c0da2 Chunk /gettransactions to avoid hitting restricted RPC limit (tobtoht)
|
| | |/ |
|
| |/
|
|
|
|
| |
unconfirmed solely uses a - b, and received now accepts b so it can
provide more detailed logs on what occurred (printing a - b, yet with a
and b).
|
| |\
| |
| |
| | |
fde7c96 wallet2: fix spurious reorg detection with untrusted nodes (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When forced to deal with an untrusted node, a wallet will quantize
its current height to disguise the real height to the adversary, to
try and minimize the daemon's ability to distinguish returning
wallets.
Daemons will thus return more blocks than the wallet needs, starting
from earlier in the chain. These extra blocks will be disregarded
by the wallet, which had already scanned them.
However, for the purposes of reorg size detection, the wallet assumes
all blocks the daemon sends are different, which is only correct if
the wallet hasn't been coy, which is only the case for trusted
daemons (which you should use). This causes an issue when the size
of this "fake reorg" is above the sanity check threshold at which
the wallet refuses a reorg.
To fix this, the reorg size check is moved later on, when the reorg
is about to actually happen, after the wallet has checked which
blocks are actually different from the ones it expects.
|
| |\ \
| | |
| | |
| | | |
2979474 disable multisig by default (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
There are vulnerabilities in multisig protocol if the parties do not
trust each other, and while there is a patch for it, it has not been
throroughly reviewed yet, so it is felt safer to disable multisig by
default for now.
If all parties in a multisig setup trust each other, then it is safe
to enable multisig.
|
| |\ \
| | |
| | |
| | | |
f63f7dc wallet2: fix a couple unused variable warnings (selsta)
|
| | | | |
|
| | | |
| | |
| | |
| | | |
2.8 seconds -> 2.6 seconds on a test case
|
| | | |
| | |
| | |
| | | |
3.3 seconds -> 2.8 seconds on a test case
|
| | | |
| | |
| | |
| | | |
5.2 seconds -> 4.1 seconds on a test case
|
| | |/
|/|
| |
| | |
5.9 second -> 5.2 seconds on a test case
|
| |\ \
| | |
| | |
| | | |
baee2c0 Preserve commitment format inside transactions (kayabaNerve)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
0d6ecb1 multisig: add post-kex verification round to check that all participants have completed the multisig address (koe)
|
| | | |
| | |
| | |
| | | |
have completed the multisig address
|
| |\ \ \
| |_|/
|/| |
| | | |
5d388eb Bump ring size to 16 for v15 & remove set default in wallet cli (j-berman)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
9df7179 wallet2: use BP+ for cold signing (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
reported by ukoehb
|
| | |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Implements view tags as proposed by @UkoeHB in MRL issue
https://github.com/monero-project/research-lab/issues/73
At tx construction, the sender adds a 1-byte view tag to each
output. The view tag is derived from the sender-receiver
shared secret. When scanning for outputs, the receiver can
check the view tag for a match, in order to reduce scanning
time. When the view tag does not match, the wallet avoids the
more expensive EC operations when deriving the output public
key using the shared secret.
|
| |/ /
| |
| |
| |
| |
| | |
https://github.com/ArticMine/Monero-Documents/blob/master/MoneroScaling2021-02.pdf
with a change to use 1.7 instead of 2.0 for the max long term increase rate
|
| |\ \
| | |
| | |
| | | |
da9aa1f Copyright: Update to 2022 (mj-xmr)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
3c82958 wallet2: update stagenet rollback blocks (selsta)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
ae0a840 wallet2: decrease the amount of data exchanged for output export (moneromooo-monero)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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)
|