summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | record blackballs as amount/offset, and add export abilitymoneromooo-monero2018-09-106-99/+283
| * | | | | | blockchain_blackball: more optimizationsmoneromooo-monero2018-09-091-45/+86
| * | | | | | blockchain_blackball: do not process duplicate blockchains partsmoneromooo-monero2018-09-091-0/+76
| * | | | | | blockchain_blackball: make it clear secondary passes are not incrementalmoneromooo-monero2018-09-091-1/+12
| * | | | | | blockchain_blackball: detect spent outputs by partial ring reusemoneromooo-monero2018-09-091-0/+35
| * | | | | | blockchain_blackball: fix chain reaction phase in incremental modemoneromooo-monero2018-09-091-41/+35
| * | | | | | blockchain_blackball: avoid false positives for different amountsmoneromooo-monero2018-09-091-8/+12
| * | | | | | blockchain_blackball: set transaction looping txn to read onlymoneromooo-monero2018-09-091-1/+1
| * | | | | | blockchain_blackball: add statsmoneromooo-monero2018-09-091-2/+94
| * | | | | | blockchain_blackball: support pre-v2 databasesmoneromooo-monero2018-09-091-79/+123
| * | | | | | blockchain_blackball: use LMDB for the cachemoneromooo-monero2018-09-091-136/+560
| * | | | | | ringdb: allow blackballing many outputs at oncemoneromooo-monero2018-09-094-45/+77
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4251Riccardo Spagni2018-09-141-1/+1
|\ \ \ \ \ \
| * | | | | | Add bulletproof supportcslashm2018-09-131-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #4221Riccardo Spagni2018-09-141-5/+9
|\ \ \ \ \ \
| * | | | | | wallet2: fix refresh retry when a block/tx fails to parsemoneromooo-monero2018-08-221-4/+5
| * | | | | | wallet2: trim hash chain after fast refresh of hashesmoneromooo-monero2018-08-221-0/+1
| * | | | | | wallet2: fix checking the wrong vector when adding hashesmoneromooo-monero2018-08-221-1/+3
* | | | | | | Merge pull request #4208Riccardo Spagni2018-09-141-32/+80
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | simplewallet: handle transfers using a monero: URImoneromooo-monero2018-08-281-32/+80
* | | | | | | Merge pull request #4154Riccardo Spagni2018-09-141-3/+15
|\ \ \ \ \ \ \
| * | | | | | | cn_deserialize: extract payment ids from extra noncemoneromooo-monero2018-08-251-1/+10
| * | | | | | | cn_deserialize: support pruned transactionsmoneromooo-monero2018-08-251-2/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #4147Riccardo Spagni2018-09-143-0/+1187
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | blockchain_depth: add average min depthmoneromooo-monero2018-08-071-3/+7
| * | | | | | blockchain_depth: get the average min depth of a set of txesmoneromooo-monero2018-08-072-0/+379
| * | | | | | blockchain_ancestry: faster and uses less memorymoneromooo-monero2018-07-301-50/+114
| * | | | | | blockchain_ancestry: add an incremental modemoneromooo-monero2018-07-301-25/+99
| * | | | | | blockchain_ancestry: finds all ancestors of a tx, block, or chainmoneromooo-monero2018-07-302-0/+666
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4352Riccardo Spagni2018-09-111-9/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | wallet_rpc_server: remove some unused codemoneroexamples2018-09-091-9/+0
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4219Riccardo Spagni2018-09-1160-982/+3156
|\ \ \ \ \
| * | | | | blockchain: add a testnet v9 a day after v8moneromooo-monero2018-09-111-0/+1
| * | | | | wallet2: bump testnet rollback to account for coming reorgmoneromooo-monero2018-09-111-1/+1
| * | | | | bulletproofs: #include <openssl/bn.h>moneromooo-monero2018-09-111-0/+1
| * | | | | bulletproofs: speed up the latest changes a bitmoneromooo-monero2018-09-114-34/+54
| * | | | | bulletproofs: scale points by 8 to ensure subgroup validitymoneromooo-monero2018-09-114-19/+33
| * | | | | bulletproofs: match aggregated verification to sarang's latest prototypemoneromooo-monero2018-09-111-64/+39
| * | | | | more comprehensive test for ge_p3 comparison to identity/point at infinitymoneromooo-monero2018-09-113-6/+21
| * | | | | multiexp: fix maxscalar off by onemoneromooo-monero2018-09-111-1/+1
| * | | | | ringct: error out when hashToPoint* returns the point at infinitymoneromooo-monero2018-09-112-1/+4
| * | | | | cryptonote_basic: check output type before using itmoneromooo-monero2018-09-111-0/+7
| * | | | | ringct: prevent a potential very large allocationmoneromooo-monero2018-09-111-2/+2
| * | | | | crypto: some paranoid checks in generate_signature/check_signaturemoneromooo-monero2018-09-111-1/+11
| * | | | | crypto: never return zero in random32_unbiasedmoneromooo-monero2018-09-111-1/+1
| * | | | | multiexp: fix wrong Bos-Coster result for 1 non trivial inputmoneromooo-monero2018-09-111-3/+7
| * | | | | Check inputs to addKeys are in rangemoneromooo-monero2018-09-112-0/+6
| * | | | | bulletproofs: reject x, y, z, or w[i] being zeromoneromooo-monero2018-09-111-2/+63
| * | | | | v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-1141-622/+969
| * | | | | bulletproofs: a few fixes from the Kudelski reviewmoneromooo-monero2018-09-113-5/+23