prysm-pulse/beacon-chain/db/kv
Raul Jordan 1a9b0da9ae Batch Save Validator Indices (#4489)
* add bolt alloc fix
* Merge branch 'master' of github.com:prysmaticlabs/prysm
* const
* add a batch save for indices to speed up sync
* Merge branch 'batch-save-indices' into bolt-alloc-fix
* fix up
* fix broken build
* Merge branch 'batch-save-indices' into bolt-alloc-fix
* Merge branch 'master' into batch-save-indices
* ensure it saves each
* Merge branch 'batch-save-indices' of github.com:prysmaticlabs/prysm into batch-save-indices
* Merge branch 'master' into batch-save-indices
* revert ssz cache
* Merge branch 'batch-save-indices' of github.com:prysmaticlabs/prysm into batch-save-indices
2020-01-10 23:27:01 +00:00
..
archive_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
archive.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
attestations_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
attestations.go Remove unused parameters and unused code (#4452) 2020-01-07 23:45:29 +00:00
backup_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
backup.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
blocks_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
blocks.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
BUILD.bazel Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
checkpoint_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
checkpoint.go Require a state to exist to save justified checkpoint (#4423) 2020-01-06 14:41:51 +00:00
deposit_contract_test.go Add Deposit Contract Methods to DB Refactor (#3264) 2019-08-21 16:11:50 -05:00
deposit_contract.go Add Deposit Contract Methods to DB Refactor (#3264) 2019-08-21 16:11:50 -05:00
encoding.go DB: Prevent encoding a nil message (#4470) 2020-01-10 01:38:53 +00:00
finalized_block_roots_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
finalized_block_roots.go Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
kv_test.go Create a testing db method that can be used with the new database interface (#3217) 2019-08-15 17:41:51 -04:00
kv.go Allocate More Resources to BoltDB (#4485) 2020-01-10 22:17:42 +00:00
operations_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
operations.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
powchain.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
prune_states.go Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
schema.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
slashings_test.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
slashings.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
state_test.go Check fork choice attestation's block and state in DB (#4475) 2020-01-10 06:25:43 -08:00
state.go Check fork choice attestation's block and state in DB (#4475) 2020-01-10 06:25:43 -08:00
utils.go Do not save duplicated indices (#4118) 2019-11-26 13:26:35 -06:00
validators_test.go Batch Save Validator Indices (#4489) 2020-01-10 23:27:01 +00:00
validators.go Batch Save Validator Indices (#4489) 2020-01-10 23:27:01 +00:00