prysm-pulse/beacon-chain/blockchain
terence tsao 5f72d28057
Blockchain service provides IsCanonical getter (#5932)
* Export `NonExistentNode` and `Root`
* Add mapping `recentCanonicalBlocks`
* Add `updateRecentCanonicalBlocks`
* Use `updateRecentCanonicalBlocks`
* New tests
* s/Root/root
* Lint
* Merge branch 'master' into is-canonical
* Merge refs/heads/master into is-canonical
2020-05-20 19:16:56 +00:00
..
testing Refactor ReceiveBlock to receive the block root. (#5785) 2020-05-09 01:22:59 +00:00
BUILD.bazel libfuzz based tests (#5095) 2020-05-05 07:22:26 +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 Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
chain_info.go Blockchain service provides IsCanonical getter (#5932) 2020-05-20 19:16:56 +00:00
head_test.go Blockchain service provides IsCanonical getter (#5932) 2020-05-20 19:16:56 +00:00
head.go Blockchain service provides IsCanonical getter (#5932) 2020-05-20 19:16:56 +00:00
info.go Enhancing block tree viewer (#5880) 2020-05-16 12:29:21 -07:00
init_sync_process_block_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00: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 out of date scripts and fix mockgen script (#5859) 2020-05-14 17:11:52 -05:00
process_attestation_helpers.go Fix getAttPreState memory usage for new-state-mgmt (#5584) 2020-04-23 14:03:51 -05:00
process_attestation_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
process_attestation.go Delay atts until subsequent slot (#5833) 2020-05-13 15:46:39 -07:00
process_block_helpers.go Enhancing block tree viewer (#5880) 2020-05-16 12:29:21 -07:00
process_block_test.go Enhancing block tree viewer (#5880) 2020-05-16 12:29:21 -07: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 Delay atts until subsequent slot (#5833) 2020-05-13 15:46:39 -07: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 Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
service.go Blockchain service provides IsCanonical getter (#5932) 2020-05-20 19:16:56 +00:00