prysm-pulse/beacon-chain/rpc
Ivan Martinez daf0b51361
Eth2 API: Implement block endpoints (#7433)
* Start Beacon API outline

* Rename to v1

* Add impl

* Change to outline

* Add comments

* Remove unneeded items

* Fix linting

* tidy

* Fix visibility

* go.sum

* Fix deps

* Tidy

* Implement blocks API endpoints

* Add check for interface type and fix pointers

* Fix pointer name

* gaz

* Fix comments

* Fix imports

* Fix analysis

* Add more coverage

* Add coverage and fix errors

* Fix head test

* Fix test remove println

* Fix error text and cleanup

* Change tests to TDD

* Add tests for finalized

* Fix att test

* Fix analysis

* Fix go mo d

* Fix proto

* fix go mod

* Extend testing

* Fix tests

* Move migration to package and test block atts

* Fix migration

* Gaz

* Check for block canonical before returning

* Fix text

* Gaz

* Fix tests

* Fix tests

* Fix canonical

* Fix test again

* Fix tests

* Remove unneeded comment

* Plug in RPC service

* Fix err msg
2020-10-15 18:00:49 +00:00
..
beacon More feature flag deletions (#7533) 2020-10-14 23:28:49 +00:00
beaconv1 Eth2 API: Implement block endpoints (#7433) 2020-10-15 18:00:49 +00:00
debug Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
node Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
nodev1 Eth2 API: node endpoints outline (#7522) 2020-10-14 06:11:11 +00:00
validator More feature flag deletions (#7533) 2020-10-14 23:28:49 +00:00
BUILD.bazel Eth2 API: Implement block endpoints (#7433) 2020-10-15 18:00:49 +00:00
service_test.go Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
service.go Eth2 API: Implement block endpoints (#7433) 2020-10-15 18:00:49 +00:00