prysm-pulse/beacon-chain/blockchain
Nishant Das caf9bdbc6f
Use Block Interface Across Prysm (#8918)
* commit initial work

* checkpoint current work

* gaz

* checkpoint

* req/resp changes

* initial-sync

* finally works

* fix error

* fix bugs

* fix issue

* fix issues

* fix refs

* tests

* more text fixes

* more text fixes

* more text fixes

* fix tests

* fix tests

* tests

* finally fix builds

* finally

* comments

* fix fuzz

* share common library

* fix

* fix

* add in more defensive nil checks

* add in more defensive nil checks

* imports

* Apply suggestions from code review

Co-authored-by: terence tsao <terence@prysmaticlabs.com>

* Apply suggestions from code review

Co-authored-by: terence tsao <terence@prysmaticlabs.com>

* Update shared/interfaces/block_interface.go

Co-authored-by: terence tsao <terence@prysmaticlabs.com>

* Update shared/interfaces/block_wrapper.go

Co-authored-by: terence tsao <terence@prysmaticlabs.com>

* Update shared/interfaces/block_interface.go

Co-authored-by: terence tsao <terence@prysmaticlabs.com>

* imports

* fix bad changes

* fix

* terence's review

* terence's review

* fmt

* Update beacon-chain/rpc/beacon/blocks.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* fix tests

* fix

* fix all tests

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2021-05-26 16:19:54 +00:00
..
testing Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
blockchain_test.go Update TestMain(): do not call os.Exit() explicitly (#8046) 2020-12-04 16:10:07 +00:00
BUILD.bazel Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
chain_info_norace_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
chain_info_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
chain_info.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
checktags_test.go Fix data races in tests accessing beacon config concurrently (#8190) 2021-01-05 04:51:25 +00:00
head_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
head.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
info_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
info.go Interface Analyzer (#8923) 2021-05-23 21:55:42 -07:00
init_sync_process_block.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
init_test.go Embedded mainnet genesis state + load genesis.ssz from file (#8614) 2021-03-18 21:00:00 +00:00
log_test.go Hide beacon operation field in log if it's 0 (#8330) 2021-02-18 19:08:27 +00:00
log.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
metrics_test.go Harden beacon state interface for Altair (#8673) 2021-03-26 18:15:03 +00:00
metrics.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
process_attestation_helpers.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
process_attestation_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
process_attestation.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
process_block_helpers.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
process_block_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
process_block.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
receive_attestation_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
receive_attestation.go Embed Config Pattern For Blockchain Service and Update Dependency Names Accordingly (#8618) 2021-03-17 13:36:56 -05:00
receive_block_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
receive_block.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
service_norace_test.go Embed Config Pattern For Blockchain Service and Update Dependency Names Accordingly (#8618) 2021-03-17 13:36:56 -05:00
service_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
service.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
weak_subjectivity_checks_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
weak_subjectivity_checks.go Weak subjectivity minor refactoring (#8715) 2021-04-06 14:32:49 +00:00