Commit Graph

100 Commits (31bdf7bd113c2576fe579ef3a25a2d8fef419ffc)

Author SHA1 Message Date
moneromooo-monero b750fb27b0
Pruning
5 years ago
moneromooo-monero a6216d1ac2
blockchain_db: allow getting output keys without commitment
5 years ago
Riccardo Spagni 9d57ee9ff6
Merge pull request #4984
5 years ago
moneroexamples ec68cf822f Make get_output_key method const
6 years ago
luigi1111 69e8567c0e
Merge pull request #4946
6 years ago
moneromooo-monero 008647d7eb
blockchain_db: speedup tx output gathering
6 years ago
moneromooo-monero 833269834d
db_lmdb: inline check_open, it's trivial and called everywhere
6 years ago
moneromooo-monero 6644b9b7b7
blockchain_db: remove a couple unused functions
6 years ago
moneromooo-monero 17b45725af
Outputs where all amounts are known spent can now be pruned
6 years ago
moneromooo-monero fc98f7a0a1
rpc: speedup get_outs.bin
6 years ago
moneromooo-monero 6ecc99ad1f
core: avoid unnecessary tx/blob conversions
6 years ago
moneromooo-monero 5ffb2ff9b7
v8: per byte fee, pad bulletproofs, fixed 11 ring size
6 years ago
luigi1111 46bcd91db4
Merge pull request #4256
6 years ago
moneromooo-monero d6fc870d04
db_lmdb: resize blockchain database when 90% filled
6 years ago
moneromooo-monero 43f71100bc
blockchain_db: remove unused get_output_key variant
6 years ago
luigi1111 3e026ff6ed
Merge pull request #4013
6 years ago
luigi1111 21afa71ba6
Merge pull request #3981
6 years ago
moneromooo-monero 45e419bd5c
db: store cumulative rct output distribution in the db for speed
6 years ago
victorsintnicolaas 34cb6b4b70 add --regtest and --fixed-difficulty for regression testing
6 years ago
moneromooo-monero e5592c4bab
rpc: add blockchain disk size to getinfo
6 years ago
stoffu 149da420e9 db_lmdb: enable batch transactions by default
6 years ago
moneromooo-monero b9389e582e
db_lmdb: save pruned and prunable tx data separately
6 years ago
moneromooo-monero 5f8ffca34d
speed up get_output_distribution (and precalc common case)
6 years ago
moneromooo-monero ffeeefde60
speedup get_output_histogram for all amounts when min_count > 0
6 years ago
moneromooo-monero 41f727ce42
add RPC to get a histogram of outputs of a given amount
6 years ago
Riccardo Spagni 260d666cf4
Merge pull request #3231
6 years ago
Howard Chu 84a8b2da14
Don't create readtxn until after txn_safe gate check
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
moneromooo-monero ae8602303a
Fix exceptions not finding txpool txes when relaying
7 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
7 years ago
binaryFate 10013e9434 Protect node privacy by proper filtering in restricted-mode RPC answers
7 years ago
Howard Chu d2d8a41c47
Use actual batch size for resize estimates
7 years ago
moneromooo-monero ce901fcb31
Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks
7 years ago
Howard Chu 9a859844f4
Toggle SAFE syncmode on and off automatically
7 years ago
moneromooo-monero 235df7f484
blockchain_db: add a txpool tx getter which returns existence
7 years ago
Howard Chu d17c0fc2d0
Don't copy blockchain for coinbase_tx_sum
7 years ago
moneromooo-monero b52abd1370
Move txpool to the database
7 years ago
Howard Chu eb62dcc871
Remove redundant num_txs() method
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
Riccardo Spagni 49efd3add9
Merge pull request #1727
7 years ago
Riccardo Spagni 59d96eedd8
Merge pull request #1724
7 years ago
Howard Chu bf1348b7e2
Can't cache num_txs or num_outputs either
7 years ago
Howard Chu dc53e9eef2
Add a few read txns to streamline
7 years ago
moneromooo-monero 0288310e3b
blockchain_db: add "raw" blobdata getters for block and transaction
7 years ago
moneromooo-monero cca95c1c7a
blockchain_db: do not throw on expected partial results getting keys
7 years ago
Riccardo Spagni 65e33b1bc5
Merge pull request #1506
8 years ago
Howard Chu c903c5541e
Don't cache block height, always get from DB
8 years ago
Howard Chu 0693cff925
Use batch transactions when syncing
8 years ago
moneromooo-monero 0478ac6848
blockchain: allow marking "tx not found" without an exception
8 years ago
moneromooo-monero 88faec75fe
wallet: select part of the fake outs from recent outputs
8 years ago