prysm-pulse/beacon-chain/state
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
..
stategen More feature flags removal (#7526) 2020-10-14 16:18:40 +00:00
stateutil Eth2 API: Implement block endpoints (#7433) 2020-10-15 18:00:49 +00:00
BUILD.bazel More feature flag deletions (#7533) 2020-10-14 23:28:49 +00:00
cloners.go Pubsub: ensure better TopicIDs validation (#7418) 2020-10-03 01:51:58 +00:00
doc.go Fixes docs.go -> doc.go file name (#7128) 2020-08-27 20:28:54 +00:00
field_trie_test.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
field_trie.go preset memory (#6722) 2020-07-25 11:54:54 -07:00
getters_test.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
getters.go More feature flag deletions (#7533) 2020-10-14 23:28:49 +00:00
references_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
setters.go Combines func params of the same type (#7500) 2020-10-12 15:43:19 +00:00
state_trie_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
state_trie.go More feature flag deletions (#7533) 2020-10-14 23:28:49 +00:00
types_bench_test.go Tiny optimization in state refs lock/unlock (#6520) 2020-07-08 12:53:36 +00:00
types_test.go Rm unused HashTreeRootState (#6697) 2020-07-23 17:19:05 -05:00
types.go Add Shared Field Metrics (#7081) 2020-08-24 23:03:23 +00:00
validator_map_test.go Add New Validator Map Handler (#6910) 2020-08-07 01:42:50 +00:00