| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- rolling_median: tried to free uninitialized pointer in a constructor
- net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv
- bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
|
| |
|
|
|
| |
- index out of bounds when importing outputs
- accessing invalid CLSAG data
|
| |\
| |
| |
| | |
6a37da8 threadpool: guard against exceptions in jobs, and armour plating (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
Those would, if uncaught, exit run and leave the waiter to wait
indefinitely for the number of active jobs to reach 0
|
| | |
| |
| |
| | |
also fix a an assert message refering t MLSAG
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
They are allowed from v12, and MLSAGs are rejected from v13.
|
| | | |
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reduces the attack surface for data that can come from
malicious sources (exported output and key images, multisig
transactions...) since the monero serialization is already
exposed to the outside, and the boost lib we were using had
a few known crashers.
For interoperability, a new load-deprecated-formats wallet
setting is added (off by default). This allows loading boost
format data if there is no alternative. It will likely go
at some point, along with the ability to load those.
Notably, the peer lists file still uses the boost serialization
code, as the data it stores is define in epee, while the new
serialization code is in monero, and migrating it was fairly
hairy. Since this file is local and not obtained from anyone
else, the marginal risk is minimal, but it could be migrated
later if needed.
Some tests and tools also do, this will stay as is for now.
|
| |
|
|
| |
Update copyright year to 2020
|
| |\
| |
| |
| | |
613071f use memwipe on secret k/alpha values (moneromooo-monero)
|
| | |
| |
| |
| | |
Reported by UkoeHB_ and sarang
|
| |/ |
|
| |\
| |
| |
| | |
c61abf8 remove empty statements (shopglobal)
|
| | |
| |
| |
| | |
Cleaning up a little around the code base.
|
| |/ |
|
| |\
| |
| |
| |
| | |
45fd72b Updated paper references (SarangNoether)
277003f Minor prover simplification (SarangNoether)
|
| | | |
|
| | | |
|
| |/ |
|
| |
|
|
|
| |
The weight of the prunable data is deterministic from the
unpruned data, so it can be determined from a pruned tx
|
| |\
| |
| |
| | |
3a0451a MLSAG speedup and additional checks (SarangNoether)
|
| | | |
|
| |\ \
| |/
|/|
| |
| | |
25a7cfd add a few checks where it seems appropriate (moneromooo-monero)
1a66a86 remove unused code (moneromooo-monero)
|
| | | |
|
| |/
|
|
| |
just in case
|
| |\
| |
| |
| | |
acb68dba bulletproofs: cut down on keyV allocations (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| |
| |
| | |
7c440915 Add get_tx_proof support, needed for new sanity check (cslashm)
98fdcb2a Add support for V11 protocol with BulletProofV2 and short amount. New scheme key destination contrfol Fix dummy decryption in debug mode (cslashm)
3a981a33 Add application version compatibility check. (cslashm)
|
| | |
| |
| |
| |
| | |
New scheme key destination contrfol
Fix dummy decryption in debug mode
|
| |\ \
| |/
|/|
| | |
1d14b3f0 ringct: fix capitalization for scaler mult (fuwa)
|
| | | |
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
1bc5f9fa bulletproofs: speed up vector_power_sum (moneromooo-monero)
|
| | |
| |
| |
| | |
found by sarang
|
| | |
| |
| |
| | |
This was an early ringct field, which was never used in production
|
| | |
| |
| |
| |
| |
| | |
saves space in the tx and is safe
Found by knaccc
|
| | |
| |
| |
| | |
Found by knaccc
|
| | |
| |
| |
| | |
Found by luigi1111
|
| |/
|
|
| |
This makes it easier to modify the bulletproof format
|
| |\
| |
| |
| | |
07cb574c ringct: remove duplicate rv.mixRing = mixRing; in genRctSimple (stoffu)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
6456cb41 Bulletproof: Initialize members in default construtor. (Tadeas Moravec)
|
| | |
| |
| |
| | |
Fixing a build warning on g++ 7.3.0
|
| |\ \
| | |
| | |
| | | |
ac665418 ringct: fix dummy bulletproofs on ledger in fake mode (moneromooo-monero)
|
| | |/
| |
| |
| | |
Ledger does some basic checks on them
|