prysm-pulse/beacon-chain/rpc/debug
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
..
block_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
block.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
forkchoice_test.go Update rules_go and fix proto conflicts (#8596) 2021-03-11 18:03:19 -06:00
forkchoice.go Update rules_go and fix proto conflicts (#8596) 2021-03-11 18:03:19 -06:00
p2p_test.go Update rules_go and fix proto conflicts (#8596) 2021-03-11 18:03:19 -06:00
p2p.go Update rules_go and fix proto conflicts (#8596) 2021-03-11 18:03:19 -06:00
server.go Update rules_go and fix proto conflicts (#8596) 2021-03-11 18:03:19 -06:00
state_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
state.go BeaconState: Expose MarshalSSZ (#8609) 2021-03-16 00:43:27 +00:00