Commit Graph

244 Commits (master)

Author SHA1 Message Date
Riccardo Spagni da26bc92e9
Merge pull request #4742
6 years ago
Riccardo Spagni 68e2efa8f2
Merge pull request #4694
6 years ago
Riccardo Spagni 5141f6e8e8
Merge pull request #4692
6 years ago
moneromooo-monero 0a95cdaa80
blockchain_utilities: fix logs and cout output colliding
6 years ago
Riccardo Spagni 056a58d13f
Merge pull request #4536
6 years ago
Howard Chu a43daebf57
Add stats utility
6 years ago
moneromooo-monero cb4aafd27e
blockchain_utilities: simplify getting block blob from height
6 years ago
xiphon fd62b6e79f blocks: use auto-generated .c files instead of 'LD -r -b binary'
6 years ago
moneromooo-monero 99cd6f961a
Rename "blackball" for clarity
6 years ago
Riccardo Spagni d6dbb6601b
Merge pull request #4530
6 years ago
Riccardo Spagni ac5674524a
Revert "Merge pull request #4472"
6 years ago
moneromooo-monero 77471e23bd
blockchain_blackball: fix stray !
6 years ago
moneromooo-monero 85e58cb24a
blockchain_blackball: fix stats double counting
6 years ago
xiphon 02d3ef7bda blocks: use auto-generated .c files instead of 'LD -r -b binary'
6 years ago
Riccardo Spagni 3a4fbdd9ec
Merge pull request #4470
6 years ago
Riccardo Spagni effcbf2060
Merge pull request #4459
6 years ago
TheCharlatan 2fbf38ee91 Fix 32bit depends builds
6 years ago
Riccardo Spagni 9c40bc62fc
Merge pull request #3430
6 years ago
moneromooo-monero 4cb1d879f6
blockchain_blackball: s/return false;/return 0;/
6 years ago
moneromooo-monero 9bdc9109fb
blockchain_blackball: use %zu for size_t
6 years ago
moneromooo-monero db3db0930e
blockchain_blackball: use mdb_size_t where appropriate
6 years ago
moneromooo-monero b1f05f589e
blockchain_blackball: error out on fgets error
6 years ago
Riccardo Spagni c74d9057f8
Merge pull request #4260
6 years ago
Riccardo Spagni 249feda4e1
Merge pull request #4147
6 years ago
moneromooo-monero 5ffb2ff9b7
v8: per byte fee, pad bulletproofs, fixed 11 ring size
6 years ago
TheCharlatan 56b6e41ea7 Add support for apple and arm building
6 years ago
moneromooo-monero a54dbaee08
blockchain_blackball: add --force-chain-reaction-pass flag
6 years ago
moneromooo-monero 44439c3208
record blackballs as amount/offset, and add export ability
6 years ago
moneromooo-monero 4bce935b40
blockchain_blackball: more optimizations
6 years ago
moneromooo-monero b66ba78306
blockchain_blackball: do not process duplicate blockchains parts
6 years ago
moneromooo-monero 639a3c019c
blockchain_blackball: make it clear secondary passes are not incremental
6 years ago
moneromooo-monero eb8a51be68
blockchain_blackball: detect spent outputs by partial ring reuse
6 years ago
moneromooo-monero d6d276c604
blockchain_blackball: fix chain reaction phase in incremental mode
6 years ago
moneromooo-monero 2b2a681b01
blockchain_blackball: avoid false positives for different amounts
6 years ago
moneromooo-monero 80e4fef3c6
blockchain_blackball: set transaction looping txn to read only
6 years ago
moneromooo-monero 4801d6b514
blockchain_blackball: add stats
6 years ago
moneromooo-monero 846190fd18
blockchain_blackball: support pre-v2 databases
6 years ago
moneromooo-monero daa6cc7d73
blockchain_blackball: use LMDB for the cache
6 years ago
moneromooo-monero 50cb370d5b
ringdb: allow blackballing many outputs at once
6 years ago
luigi1111 4d66939791
Merge pull request #4196
6 years ago
moneromooo-monero 361513ac81
blockchain_blackball: use a bit less memory
6 years ago
moneromooo-monero a4d2d84209
blockchain_depth: add average min depth
6 years ago
moneromooo-monero 289880d82d
blockchain_depth: get the average min depth of a set of txes
6 years ago
moneromooo-monero 628428a0df
blockchain_ancestry: faster and uses less memory
6 years ago
moneromooo-monero 2382484dcd
blockchain_ancestry: add an incremental mode
6 years ago
moneromooo-monero 888324fa57
blockchain_ancestry: finds all ancestors of a tx, block, or chain
6 years ago
moneromooo-monero 5860611afa
blockchain_blackball: allow resumable interrupt with ^C
6 years ago
luigi1111 173f7b8f42
Merge pull request #4064
6 years ago
Riccardo Spagni 2790ebc9f0
Merge pull request #4060
6 years ago
iDunk5400 2241114965
blockchain_import: make sleep compile on Windows
6 years ago
luigi1111 a844844cda
Merge pull request #3716
6 years ago
moneromooo-monero 80d7c6c730
blockchain_utilities: report file offset where a read error occurs
6 years ago
moneromooo-monero ed2c81ed95
replace std::list with std::vector on some hot paths
6 years ago
luigi1111 741a773025
Merge pull request #3948
6 years ago
luigi1111 7935bc5f6b
Merge pull request #3924
6 years ago
luigi1111 9e5f2738fd
Merge pull request #3428
6 years ago
moneromooo-monero c367609447
blockchain_import: warn+delay about using --dangerous-unverified-import
6 years ago
S afed9787cd Fixes #3645: error on freebsd lambda return values forced to std::string
6 years ago
luigi1111 c8378933ae
Merge pull request #3543
6 years ago
moneromooo-monero e09710f76e
blockchain_blackball: also blackball N N-sized duplicate rings
6 years ago
moneromooo-monero 66f4700f57
blockchain_blackball: add incremental mode
6 years ago
moneromooo-monero b26cd26333
blockchain_utilities: do not link against unneeded p2p lib
6 years ago
moneromooo-monero b9389e582e
db_lmdb: save pruned and prunable tx data separately
6 years ago
moneromooo-monero 3367ed863c
blockchain_blackball: fix build with CLANG 5
6 years ago
moneromooo-monero 6fc97c97eb
blockchain_usage: don't divide by 0 when there is nothing to process
6 years ago
moneromooo-monero 504428ab4a
ringdb: use the genesis block as a db name
6 years ago
moneromooo-monero 0590f62ab6
new blockchain_usage tool, reports on output usage
6 years ago
moneromooo-monero db10dd6d83
wallet: make ringdb an object with database state
6 years ago
moneromooo-monero df6fad4c62
blockchain_utilities: new blockchain_blackball tool
6 years ago
stoffu af773211cb
Stagenet
6 years ago
whythat 05a12ccc2d options: remove testnet-* options
6 years ago
moneromooo-monero 24803ed91f
blockchain_export: fix buffer overflow in exporter
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
Riccardo Spagni 229e1ce7d1
Merge pull request #2997
6 years ago
moneromooo-monero 776b44f17b
Add misc hardening flags to the cmake machinery
7 years ago
moneromooo-monero 7c4f01a792
blockchain_import: more informative verification switch
7 years ago
moneromooo-monero b51dc56687
use const refs in for loops for non tiny types
7 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
7 years ago
Riccardo Spagni cd070874bf
Merge pull request #2778
7 years ago
Riccardo Spagni edebe4e3b6
Merge pull request #2736
7 years ago
moneromooo-monero 082db75f28
move cryptonote command line options to cryptonote_core
7 years ago
moneromooo-monero 383ff4f689
remove "using namespace std" from headers
7 years ago
MaxXor c957795bfa fix output_stream_header memory leak
7 years ago
Bertrand Jacquin 52c1381049
blockchain_utilities: Add monero-blockchain-{ex,im}port binaries to
7 years ago
Vasil Dimov 4d35ad7603
Fix compiler warnings with Clang 6.0.0.
7 years ago
Riccardo Spagni 1280ba4f5b
Merge pull request #2589
7 years ago
Riccardo Spagni c45f3ac4d9
Merge pull request #2568
7 years ago
Riccardo Spagni 2babd2e0a3
Merge pull request #2567
7 years ago
Riccardo Spagni 5ea20d6944
Merge pull request #2469
7 years ago
moneromooo-monero 7130cf0c61
Add tools::on_startup, and warn about glibc 2.25 bug if found
7 years ago
moneromooo-monero 8f0cea6355
add a command_line function to check for defaulted options
7 years ago
moneromooo-monero 54940d8ca4
blockchain_import: remove a few commented out obsolete lines
7 years ago
Riccardo Spagni e5a2cdbfad
Merge pull request #2457
7 years ago
stoffu e29282d208
build: auto update version info without manually deleting version.h
7 years ago
moneromooo-monero 7adceee634
precomputed block hashes are now in blocks of N (currently 256)
7 years ago
Howard Chu d2d8a41c47
Use actual batch size for resize estimates
7 years ago
Riccardo Spagni 02e5dcd2fa
Merge pull request #2384
7 years ago
moneromooo-monero 4e0e4e9942
blockchain_import: warn for chunks over 500000, not 100000
7 years ago
moneromooo-monero 5b29e87f85
blockchain_import: properly cleanup core/db on exit
7 years ago
moneromooo-monero e167c4d9a1
blockchain_import: do not error out on truncated files
7 years ago