prysm-pulse/beacon-chain/blockchain
terence tsao 62213ca602
Retrieve last ancestor state from DB. (Radical improvement from 5466) (#5475)
* Add `lastAncestorState` method
* Add new tests and fix existing test
* Check context deadline exceeds
* Merge refs/heads/master into last-ancestor-state
* Merge refs/heads/master into last-ancestor-state
2020-04-18 01:04:25 +00:00
..
testing Batch save blocks for initial sync. 80% faster BPS (#5215) 2020-03-30 18:04:10 +00:00
BUILD.bazel Custom Block HTR (#5219) 2020-03-26 13:10:22 -05:00
chain_info_norace_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
chain_info_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
chain_info.go Minor Improvements (#5099) 2020-03-14 16:12:22 +00:00
head_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
head.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
info.go Better head object coupling for chain service (#4869) 2020-02-15 18:57:49 +00:00
init_sync_process_block_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
init_sync_process_block.go Clear init sync blocks on the correct line (#5294) 2020-04-02 22:27:51 +00:00
log.go Add missing block fields to log (#5394) 2020-04-11 16:04:05 -07:00
metrics.go Move blockchain service metrics package (#4959) 2020-02-27 19:38:22 +00:00
process_attestation_helpers.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
process_attestation_test.go Retrieve last ancestor state from DB. (Radical improvement from 5466) (#5475) 2020-04-18 01:04:25 +00:00
process_attestation.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
process_block_helpers.go Add HasBlock to verify parent check (#5478) 2020-04-18 00:32:45 +00:00
process_block_test.go Add HasBlock to verify parent check (#5478) 2020-04-18 00:32:45 +00:00
process_block.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
receive_attestation_test.go Use proto array forkchoice as default (#4778) 2020-02-06 13:03:26 -06:00
receive_attestation.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
receive_block.go Batch save blocks for initial sync. 80% faster BPS (#5215) 2020-03-30 18:04:10 +00:00
service_norace_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
service_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
service.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00