prysm-pulse/beacon-chain/rpc/beaconv1
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
..
blocks_test.go Eth2 API: Implement block endpoints (#7433) 2020-10-15 18:00:49 +00:00
blocks.go Eth2 API: Implement block endpoints (#7433) 2020-10-15 18:00:49 +00:00
BUILD.bazel Eth2 API: Implement block endpoints (#7433) 2020-10-15 18:00:49 +00:00
config.go Eth2 API: Add outline for beacon endpoints (#7408) 2020-10-05 00:15:27 +00:00
pool.go Eth2 API: Add outline for beacon endpoints (#7408) 2020-10-05 00:15:27 +00:00
server_test.go Verify interface compliance using typed nil instead of dereferencing and conversion (#7489) 2020-10-10 00:36:48 +00:00
server.go Eth2 API: Implement block endpoints (#7433) 2020-10-15 18:00:49 +00:00
state.go Eth2 API: Add outline for beacon endpoints (#7408) 2020-10-05 00:15:27 +00:00
validator.go Eth2 API: Add outline for beacon endpoints (#7408) 2020-10-05 00:15:27 +00:00