erigon-pulse/eth
Andrew Ashikhmin 84285a5ab1
Roughly finish with adding BadgerDB (first cut) (#203)
* Bumping GOMAXPROCS for Badger

* fixes related to database size

* Schedule GC for Badger

* pacify linter

* Don't start GC for ephemeral Badger

* Don't log "Value log GC attempt didn't result in any cleanup"

* Start GC in backround

* Bump GC period and IdealBatchSize for Badger

* BadgerDatabase RewindData

* Boolean badger flag -> string database flag

* cosmetic change
2019-11-27 13:15:25 +00:00
..
downloader Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
fetcher goroutine leaks 2019-11-07 18:44:43 +03:00
filters goroutine leaks 2019-11-07 18:44:43 +03:00
gasprice Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
tracers Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
api_backend.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
api_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
api_tracer.go Roughly finish with adding BadgerDB (first cut) (#203) 2019-11-27 13:15:25 +00:00
api.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
backend.go Merge branch 'master' into fix-data-races 2019-11-15 15:22:22 +03:00
bloombits.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
config.go Downloader flag 2019-11-11 16:58:50 +00:00
enr_entry.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
firehose.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
gen_config.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
handler_test.go Merge pull request #121 from ledgerwatch/red-queen 2019-11-04 14:15:26 +01:00
handler.go Merge pull request #121 from ledgerwatch/red-queen 2019-11-04 14:15:26 +01:00
helper_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
metrics.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
peer.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
protocol_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
protocol.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
sync_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
sync.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00