prysm-pulse/beacon-chain/blockchain
terence tsao 87ba5a5993
Fix ancestor to return most recent root in the case of skip slot (#6242)
* Revert "remove excess copies (#6142)"

This reverts commit c956905cf0.
* Update ancestor function to handle skip slot
* Test
* Revert "Revert "remove excess copies (#6142)""

This reverts commit f1222b5e77f9356dd370182808d9c1e5fc3f5e12.
* Merge refs/heads/master into fix-ancestor
2020-06-14 06:58:36 +00:00
..
testing Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
BUILD.bazel use stateutil.BlockRoot instead of ssz for forkchoice (#6075) 2020-06-01 23:45:57 +00:00
chain_info_norace_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
chain_info_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
chain_info.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
head_test.go Blockchain service provides IsCanonical getter (#5932) 2020-05-20 19:16:56 +00:00
head.go Forkchoice start using proper root (#6062) 2020-06-01 11:32:34 +08:00
info.go Removes redundant type conversions (#6041) 2020-05-29 12:42:39 +00:00
init_sync_process_block_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
init_sync_process_block.go Save init sync cached blocks before regenerate state (#5501) 2020-04-18 23:29:58 +00:00
log.go beacon/log: augment logs with block roots (#5675) 2020-04-29 16:57:04 +00:00
metrics.go Remove unused code (#6065) 2020-05-31 15:47:15 -07:00
process_attestation_helpers.go Revert "Remove Excess State Copies" (#6240) 2020-06-14 06:34:33 +00:00
process_attestation_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
process_attestation.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
process_block_helpers.go Fix ancestor to return most recent root in the case of skip slot (#6242) 2020-06-14 06:58:36 +00:00
process_block_test.go Fix ancestor to return most recent root in the case of skip slot (#6242) 2020-06-14 06:58:36 +00:00
process_block.go Enhancing block tree viewer (#5880) 2020-05-16 12:29:21 -07:00
receive_attestation_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
receive_attestation.go Fix Gossip Clock Disparity (#6141) 2020-06-06 01:54:44 +00:00
receive_block.go Revert "Check Whether Block Is Already Processed" (#5856) 2020-05-14 16:37:58 +00:00
service_norace_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
service_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
service.go Don't regen parent state for genesis state (#6237) 2020-06-13 11:04:04 -07:00