prysm-pulse/beacon-chain/state/stateutil
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
..
arrays.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
attestations_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
attestations.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
benchmark_test.go Accounts V2: Derived Keymanager, Wallet & Account Creation (#6624) 2020-07-21 02:05:23 +00:00
blocks_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
blocks.go Move generic HashTreeRoot funcs to //shared (#6167) 2020-06-18 10:15:13 +08:00
BUILD.bazel Eth2 API: Implement block endpoints (#7433) 2020-10-15 18:00:49 +00:00
state_root_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
state_root.go Rm unused HashTreeRootState (#6697) 2020-07-23 17:19:05 -05:00
stateutil_test.go Miscellaneous code quality improvements (#7414) 2020-10-04 15:03:10 +00:00
trie_helpers_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
trie_helpers.go Move generic HashTreeRoot funcs to //shared (#6167) 2020-06-18 10:15:13 +08:00
validators.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00