prysm-pulse/beacon-chain/core/blocks
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
..
testdata Fuzz: sigp/beaconfuzz#91 (#7725) 2020-11-04 14:05:48 +00:00
attestation_regression_test.go Harden beacon state interface for Altair (#8673) 2021-03-26 18:15:03 +00:00
attestation_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
attestation.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
attester_slashing_test.go Refactor process operation function arguments (#8767) 2021-04-15 13:58:54 +00:00
attester_slashing.go Refactor process operation function arguments (#8767) 2021-04-15 13:58:54 +00:00
block_operations_fuzz_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
block_regression_test.go Refactor process operation function arguments (#8767) 2021-04-15 13:58:54 +00:00
BUILD.bazel Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
deposit_test.go Change ProcessDeposits argument to use deposits (#8696) 2021-04-02 14:48:41 +00:00
deposit.go Block deposit: refactor batch verify and validation activation (#8698) 2021-04-05 16:49:17 +00:00
eth1_data_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
eth1_data.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
exit_test.go Refactor process operation function arguments (#8767) 2021-04-15 13:58:54 +00:00
exit.go Refactor process operation function arguments (#8767) 2021-04-15 13:58:54 +00:00
genesis_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
genesis.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
header_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
header.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
log.go Split block_operations.go into smaller files (#6495) 2020-07-06 15:27:42 -07:00
proposer_slashing_regression_test.go Move state pkg to stateV0 pkg (#8620) 2021-03-17 19:49:49 +00:00
proposer_slashing_test.go Refactor process operation function arguments (#8767) 2021-04-15 13:58:54 +00:00
proposer_slashing.go Change gogoproto compiler to protoc-gen-go-cast (#8697) 2021-05-17 18:32:04 +00:00
randao_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
randao.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
signature.go Refactor signature function's argument (#8773) 2021-04-15 11:35:53 -07:00