prysm-pulse/beacon-chain/blockchain
Preston Van Loon c419e4ed8f
Improved cold state checkpoints: migrate database index and usage (#6461)
* Add database migrations, still need to update the API usage...
* gofmt goimports
* progress
* Merge branch 'master' of github.com:prysmaticlabs/prysm into index-migration
* use slot instead of index
* rename LastArchivedIndex to LastArchivedSlot
* rename LastArchivedIndexRoot to LastArchivedRoot
* remove unused HighestSlotStates method
* deprecate old key, include in migration
* deprecate old key, include in migration
* remove blocks index in migration
* rename bucket variable
* fix code to pass tests
* Merge branch 'master' of github.com:prysmaticlabs/prysm into index-migration
* gofmt, goimports
* fix
* Add state slot index
* progress
* lint
* fix build
* Merge branch 'master' of github.com:prysmaticlabs/prysm into index-migration
* kafka
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* remove SaveArchivedPointRoot, a few other big changes
* Merge branch 'index-migration' of github.com:prysmaticlabs/prysm into index-migration
* fix tests and lint
* lint again
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* block migration, some renaming
* gaz, gofmt
* add tests
* change index to uint bytes
* Merge branch 'index-migration' of github.com:prysmaticlabs/prysm into index-migration
* rm method notes
* stop if the bucket doesn't exist
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* @rauljordan pr feedback
* Simplify
* Merge refs/heads/master into index-migration
* Remove unused method, add roundtrip test
* gofmt
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge refs/heads/master into index-migration
* Merge branch 'master' of github.com:prysmaticlabs/prysm into index-migration
2020-07-18 18:05:04 +00:00
..
testing Reject a block which its parent is not part of the finalized chain (#6549) 2020-07-11 03:57:42 +00:00
BUILD.bazel Improve test coverage info.go (#6618) 2020-07-16 22:44:43 +00:00
chain_info_norace_test.go Applies assertion funcs to blockchain tests (#6605) 2020-07-16 12:11:39 +00:00
chain_info_test.go Applies assertion funcs to blockchain tests (#6605) 2020-07-16 12:11:39 +00:00
chain_info.go Refactor verifyBlkDescendant to be public in chainservice API (#6552) 2020-07-11 00:16:52 +00:00
head_test.go Applies assertion funcs to blockchain tests (#6605) 2020-07-16 12:11:39 +00:00
head.go Clean up block chain pkg initial sync (#6562) 2020-07-12 20:44:06 -07:00
info_test.go Improve test coverage info.go (#6618) 2020-07-16 22:44:43 +00:00
info.go Improve test coverage info.go (#6618) 2020-07-16 22:44:43 +00:00
init_sync_process_block.go Move skip-regen-historical-states to deprecated (#6512) 2020-07-08 00:15:45 +00:00
log.go Improve test coverage info.go (#6618) 2020-07-16 22:44:43 +00:00
metrics.go Best practice feedback - part 1 (#6385) 2020-06-24 21:09:47 +00:00
process_attestation_helpers.go Remove batch blocks save at getAttPreState (#6584) 2020-07-14 15:46:00 +00:00
process_attestation_test.go Applies assertion funcs to blockchain tests (#6605) 2020-07-16 12:11:39 +00:00
process_attestation.go Part 1 of blockchain pkg clean up (#6537) 2020-07-09 18:50:48 -05:00
process_block_helpers.go Update justified point for batch sync (#6594) 2020-07-14 16:20:25 +00:00
process_block_test.go Applies assertion funcs to blockchain tests (#6605) 2020-07-16 12:11:39 +00:00
process_block.go Update justified point for batch sync (#6594) 2020-07-14 16:20:25 +00:00
receive_attestation_test.go Applies assertion funcs to blockchain tests (#6605) 2020-07-16 12:11:39 +00:00
receive_attestation.go QSP-Docs All Documentation Improvements from Quantstamp Audit Report (#6367) 2020-06-23 21:11:20 +00:00
receive_block_test.go Improve test coverage receive_block.go (#6613) 2020-07-16 13:34:34 +00:00
receive_block.go Clean up block chain pkg initial sync (#6562) 2020-07-12 20:44:06 -07:00
service_norace_test.go Applies assertion funcs to blockchain tests (#6605) 2020-07-16 12:11:39 +00:00
service_test.go Fixed nil pointer error in DepositCache (#6596) 2020-07-16 14:48:36 -07:00
service.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00