index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 #4342
Riccardo Spagni
2018-09-11
2
-2
/
+6
|
\
\
|
*
|
Windows: don't preset CMAKE_SYSTEM_NAME
iDunk5400
2018-09-06
2
-2
/
+6
*
|
|
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
95
-1220
/
+5653
|
\
\
\
|
*
|
|
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
7
-34
/
+67
|
*
|
|
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
|
*
|
|
performance_tests: add padded bulletproof construction
moneromooo-monero
2018-09-11
2
-2
/
+14
|
*
|
|
core_tests: add a test for 4-aggregated BP verification
moneromooo-monero
2018-09-11
3
-0
/
+16
|
*
|
|
fuzz_tests: add a bulletproof fuzz test
moneromooo-monero
2018-09-11
4
-3
/
+88
|
*
|
|
more comprehensive test for ge_p3 comparison to identity/point at infinity
moneromooo-monero
2018-09-11
3
-6
/
+21
|
*
|
|
unit_tests: add a few more multiexp unit tests
moneromooo-monero
2018-09-11
1
-2
/
+52
|
*
|
|
core_tests: add a test for a tx with empty bulletproof
moneromooo-monero
2018-09-11
3
-0
/
+20
|
*
|
|
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
55
-875
/
+1238
|
*
|
|
bulletproofs: a few fixes from the Kudelski review
moneromooo-monero
2018-09-11
4
-15
/
+23
|
*
|
|
bulletproofs: reject points not in the main subgroup
moneromooo-monero
2018-09-11
6
-0
/
+97
|
*
|
|
bulletproofs: speed up a few multiplies using existing Hi cache
moneromooo-monero
2018-09-11
1
-2
/
+11
|
*
|
|
Add Pippenger cache and limit Straus cache size
moneromooo-monero
2018-09-11
5
-39
/
+217
|
*
|
|
add pippenger unit tests
moneromooo-monero
2018-09-11
1
-0
/
+55
|
*
|
|
performance_tests: add stats and loop count multiplier options
moneromooo-monero
2018-09-11
2
-291
/
+383
|
*
|
|
perf_timer: split timer class into a base one and a logging one
moneromooo-monero
2018-09-11
2
-14
/
+42
|
*
|
|
performance_tests: add aggregated bulletproof tx verification
moneromooo-monero
2018-09-11
2
-0
/
+81
|
*
|
|
Pippenger multiexp
moneromooo-monero
2018-09-11
5
-4
/
+284
|
*
|
|
multiexp: cut down on memory allocations
moneromooo-monero
2018-09-11
1
-15
/
+13
|
*
|
|
precalc the ge_p3 representation of H
moneromooo-monero
2018-09-11
5
-14
/
+26
|
*
|
|
performance_tests: document the tested bulletproof layouts
moneromooo-monero
2018-09-11
1
-8
/
+8
|
*
|
|
unit_tests: a couple more bulletproof unit tests for gamma
moneromooo-monero
2018-09-11
1
-0
/
+19
|
*
|
|
require canonical multi output bulletproof layout
moneromooo-monero
2018-09-11
4
-13
/
+42
|
*
|
|
Add a define for the max number of bulletproof multi-outputs
moneromooo-monero
2018-09-11
3
-2
/
+5
|
*
|
|
Bulletproof aggregated verification and tests
moneromooo-monero
2018-09-11
21
-170
/
+840
|
*
|
|
multiexp: some speedups
moneromooo-monero
2018-09-11
3
-28
/
+121
[next]