prysm-pulse/beacon-chain/forkchoice/protoarray
terence tsao c0d6a231bf
Faster ancestor root look up via fork choice store (#6753)
* forkchoice: add `HasParent` and `AncestorRoot` getters
* Tests
* Interfaces
* process block: use getters in `ancestor`
* Update tests
* Merge branch 'master' of github.com:prysmaticlabs/prysm into faster-ancestor-block
* feedback from @rauljordan
2020-07-28 22:29:34 +00:00
..
BUILD.bazel Faster ancestor root look up via fork choice store (#6753) 2020-07-28 22:29:34 +00:00
doc.go All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
errors.go Part 8 of proto array fork choice - prune (#4642) 2020-01-24 15:51:11 +00:00
ffg_update_test.go Applies assertion funcs to forkchoice tests (#6685) 2020-07-22 21:11:03 +00:00
helpers_test.go Applies assertion funcs to forkchoice tests (#6685) 2020-07-22 21:11:03 +00:00
helpers.go Best practice feedback - part 1 (#6385) 2020-06-24 21:09:47 +00:00
metrics.go Integrate proto array forkchoice to run time (#4649) 2020-01-25 14:22:25 -06:00
no_vote_test.go Applies assertion funcs to forkchoice tests (#6685) 2020-07-22 21:11:03 +00:00
nodes_test.go Faster ancestor root look up via fork choice store (#6753) 2020-07-28 22:29:34 +00:00
nodes.go Best practice feedback - part 1 (#6385) 2020-06-24 21:09:47 +00:00
store.go Faster ancestor root look up via fork choice store (#6753) 2020-07-28 22:29:34 +00:00
types.go Best practice feedback - part 1 (#6385) 2020-06-24 21:09:47 +00:00
vote_test.go Applies assertion funcs to forkchoice tests (#6685) 2020-07-22 21:11:03 +00:00