| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | record blackballs as amount/offset, and add export ability | moneromooo-monero | 2018-09-10 | 6 | -99/+283 | |
| | * | | | | | | blockchain_blackball: more optimizations | moneromooo-monero | 2018-09-09 | 1 | -45/+86 | |
| | * | | | | | | blockchain_blackball: do not process duplicate blockchains parts | moneromooo-monero | 2018-09-09 | 1 | -0/+76 | |
| | * | | | | | | blockchain_blackball: make it clear secondary passes are not incremental | moneromooo-monero | 2018-09-09 | 1 | -1/+12 | |
| | * | | | | | | blockchain_blackball: detect spent outputs by partial ring reuse | moneromooo-monero | 2018-09-09 | 1 | -0/+35 | |
| | * | | | | | | blockchain_blackball: fix chain reaction phase in incremental mode | moneromooo-monero | 2018-09-09 | 1 | -41/+35 | |
| | * | | | | | | blockchain_blackball: avoid false positives for different amounts | moneromooo-monero | 2018-09-09 | 1 | -8/+12 | |
| | * | | | | | | blockchain_blackball: set transaction looping txn to read only | moneromooo-monero | 2018-09-09 | 1 | -1/+1 | |
| | * | | | | | | blockchain_blackball: add stats | moneromooo-monero | 2018-09-09 | 1 | -2/+94 | |
| | * | | | | | | blockchain_blackball: support pre-v2 databases | moneromooo-monero | 2018-09-09 | 1 | -79/+123 | |
| | * | | | | | | blockchain_blackball: use LMDB for the cache | moneromooo-monero | 2018-09-09 | 1 | -136/+560 | |
| | * | | | | | | ringdb: allow blackballing many outputs at once | moneromooo-monero | 2018-09-09 | 4 | -45/+77 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #4251 | Riccardo Spagni | 2018-09-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add bulletproof support | cslashm | 2018-09-13 | 1 | -1/+1 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #4221 | Riccardo Spagni | 2018-09-14 | 1 | -5/+9 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet2: fix refresh retry when a block/tx fails to parse | moneromooo-monero | 2018-08-22 | 1 | -4/+5 | |
| | * | | | | | | wallet2: trim hash chain after fast refresh of hashes | moneromooo-monero | 2018-08-22 | 1 | -0/+1 | |
| | * | | | | | | wallet2: fix checking the wrong vector when adding hashes | moneromooo-monero | 2018-08-22 | 1 | -1/+3 | |
| * | | | | | | | Merge pull request #4208 | Riccardo Spagni | 2018-09-14 | 1 | -32/+80 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | simplewallet: handle transfers using a monero: URI | moneromooo-monero | 2018-08-28 | 1 | -32/+80 | |
| * | | | | | | | Merge pull request #4154 | Riccardo Spagni | 2018-09-14 | 1 | -3/+15 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | cn_deserialize: extract payment ids from extra nonce | moneromooo-monero | 2018-08-25 | 1 | -1/+10 | |
| | * | | | | | | | cn_deserialize: support pruned transactions | moneromooo-monero | 2018-08-25 | 1 | -2/+5 | |
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #4147 | Riccardo Spagni | 2018-09-14 | 3 | -0/+1187 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | blockchain_depth: add average min depth | moneromooo-monero | 2018-08-07 | 1 | -3/+7 | |
| | * | | | | | | blockchain_depth: get the average min depth of a set of txes | moneromooo-monero | 2018-08-07 | 2 | -0/+379 | |
| | * | | | | | | blockchain_ancestry: faster and uses less memory | moneromooo-monero | 2018-07-30 | 1 | -50/+114 | |
| | * | | | | | | blockchain_ancestry: add an incremental mode | moneromooo-monero | 2018-07-30 | 1 | -25/+99 | |
| | * | | | | | | blockchain_ancestry: finds all ancestors of a tx, block, or chain | moneromooo-monero | 2018-07-30 | 2 | -0/+666 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #4352 | Riccardo Spagni | 2018-09-11 | 1 | -9/+0 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | wallet_rpc_server: remove some unused code | moneroexamples | 2018-09-09 | 1 | -9/+0 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #4219 | Riccardo Spagni | 2018-09-11 | 60 | -982/+3156 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | blockchain: add a testnet v9 a day after v8 | moneromooo-monero | 2018-09-11 | 1 | -0/+1 | |
| | * | | | | | wallet2: bump testnet rollback to account for coming reorg | moneromooo-monero | 2018-09-11 | 1 | -1/+1 | |
| | * | | | | | bulletproofs: #include <openssl/bn.h> | moneromooo-monero | 2018-09-11 | 1 | -0/+1 | |
| | * | | | | | bulletproofs: speed up the latest changes a bit | moneromooo-monero | 2018-09-11 | 4 | -34/+54 | |
| | * | | | | | bulletproofs: scale points by 8 to ensure subgroup validity | moneromooo-monero | 2018-09-11 | 4 | -19/+33 | |
| | * | | | | | bulletproofs: match aggregated verification to sarang's latest prototype | moneromooo-monero | 2018-09-11 | 1 | -64/+39 | |
| | * | | | | | more comprehensive test for ge_p3 comparison to identity/point at infinity | moneromooo-monero | 2018-09-11 | 3 | -6/+21 | |
| | * | | | | | multiexp: fix maxscalar off by one | moneromooo-monero | 2018-09-11 | 1 | -1/+1 | |
| | * | | | | | ringct: error out when hashToPoint* returns the point at infinity | moneromooo-monero | 2018-09-11 | 2 | -1/+4 | |
| | * | | | | | cryptonote_basic: check output type before using it | moneromooo-monero | 2018-09-11 | 1 | -0/+7 | |
| | * | | | | | ringct: prevent a potential very large allocation | moneromooo-monero | 2018-09-11 | 1 | -2/+2 | |
| | * | | | | | crypto: some paranoid checks in generate_signature/check_signature | moneromooo-monero | 2018-09-11 | 1 | -1/+11 | |
| | * | | | | | crypto: never return zero in random32_unbiased | moneromooo-monero | 2018-09-11 | 1 | -1/+1 | |
| | * | | | | | multiexp: fix wrong Bos-Coster result for 1 non trivial input | moneromooo-monero | 2018-09-11 | 1 | -3/+7 | |
| | * | | | | | Check inputs to addKeys are in range | moneromooo-monero | 2018-09-11 | 2 | -0/+6 | |
| | * | | | | | bulletproofs: reject x, y, z, or w[i] being zero | moneromooo-monero | 2018-09-11 | 1 | -2/+63 | |
| | * | | | | | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 2018-09-11 | 41 | -622/+969 | |
| | * | | | | | bulletproofs: a few fixes from the Kudelski review | moneromooo-monero | 2018-09-11 | 3 | -5/+23 | |
