prysm-pulse/beacon-chain/core/state
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
..
interop Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
stateutils Move state pkg to stateV0 pkg (#8620) 2021-03-17 19:49:49 +00:00
benchmarks_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
BUILD.bazel Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
skip_slot_cache_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
skip_slot_cache.go Use beacon state interfaces across (#8552) 2021-03-08 14:37:33 -08:00
state_fuzz_test.go ProcessPreGenesisDeposits: Remove context.TODO() usage (#8705) 2021-04-05 15:07:56 +00:00
state_test.go Change gogoproto compiler to protoc-gen-go-cast (#8697) 2021-05-17 18:32:04 +00:00
state.go Update spec comments (#8727) 2021-04-08 19:33:54 +00:00
trailing_slot_state_cache_test.go Use beacon state interfaces across (#8552) 2021-03-08 14:37:33 -08:00
trailing_slot_state_cache.go Use beacon state interfaces across (#8552) 2021-03-08 14:37:33 -08:00
transition_fuzz_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
transition_no_verify_sig_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
transition_no_verify_sig.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
transition_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
transition.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00