prysm-pulse/beacon-chain/blockchain
terence tsao bdcd06a708
Handle head state for init sync cache state (#4800)
* Don't save nil head state
* Update head
* Don't update head on new att
* Handle initial sync state in DB can be nil
* Don't update head if it's nil
* Merge branch 'master' of git+ssh://github.com/prysmaticlabs/prysm into handle-init-sync-cache-state
* Merge refs/heads/master into handle-init-sync-cache-state
* Update beacon-chain/blockchain/head.go
2020-02-09 16:12:06 +00:00
..
metrics Add & use FinalizedCheckpointEpoch() to state (#4766) 2020-02-06 03:26:15 +00:00
testing Revert "Update Slices More Efficiently" (#4790) 2020-02-07 16:58:36 +00:00
BUILD.bazel Update head on per attestation and minor refactor clean ups (#4786) 2020-02-08 02:05:43 +00:00
chain_info_norace_test.go Update head on per attestation and minor refactor clean ups (#4786) 2020-02-08 02:05:43 +00:00
chain_info_test.go Copy head state to ensure it is never mutated (#4715) 2020-02-02 03:19:51 +00:00
chain_info.go Don't save nil head state (#4799) 2020-02-09 05:08:21 +00:00
head_test.go Update head on per attestation and minor refactor clean ups (#4786) 2020-02-08 02:05:43 +00:00
head.go Handle head state for init sync cache state (#4800) 2020-02-09 16:12:06 +00:00
info.go Use proto array forkchoice as default (#4778) 2020-02-06 13:03:26 -06:00
log.go Add & use FinalizedCheckpointEpoch() to state (#4766) 2020-02-06 03:26:15 +00:00
process_attestation_helpers.go Clean up verify attestation and better error log (#4729) 2020-02-03 11:46:26 -08:00
process_attestation_test.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
process_attestation.go Update head on per attestation and minor refactor clean ups (#4786) 2020-02-08 02:05:43 +00:00
process_block_helpers.go Delete block attestations from the pool (#4798) 2020-02-08 21:30:45 -08:00
process_block_test.go Update higherThanFinalized in the loop (#4761) 2020-02-05 20:13:38 +00:00
process_block.go Delete block attestations from the pool (#4798) 2020-02-08 21:30:45 -08:00
receive_attestation_test.go Use proto array forkchoice as default (#4778) 2020-02-06 13:03:26 -06:00
receive_attestation.go Update head on per attestation and minor refactor clean ups (#4786) 2020-02-08 02:05:43 +00:00
receive_block.go Update head on per attestation and minor refactor clean ups (#4786) 2020-02-08 02:05:43 +00:00
service_norace_test.go Update head on per attestation and minor refactor clean ups (#4786) 2020-02-08 02:05:43 +00:00
service_test.go Use proto array forkchoice as default (#4778) 2020-02-06 13:03:26 -06:00
service.go Update head on per attestation and minor refactor clean ups (#4786) 2020-02-08 02:05:43 +00:00