prysm-pulse/network
kasey 4008ea736f
Verify roblobs (#13245)
* scaffolding for verification package

* WIP blob verification methods

* lock wrapper for safer forkchoice sharing

* more solid cache and verification designs; adding tests

* more test coverage, adding missing cache files

* clearer func name

* remove forkchoice borrower (it's in another PR)

* revert temporary interface experiment

* lint

* nishant feedback

* add comments with spec text to all verifications

* some comments on public methods

* invert confusing verification name

* deep source

* remove cache from ProposerCache + gaz

* more consistently early return on error paths

* messed up the test with the wrong config value

* terence naming feedback

* tests on BeginsAt

* lint

* deep source...

* name errors after failure, not expectation

* deep sooource

* check len()==0 instead of nil so empty lists work

* update test for EIP-7044

---------

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
2023-12-07 02:36:25 +00:00
..
authorization Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
forks Verify roblobs (#13245) 2023-12-07 02:36:25 +00:00
http Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
auth_test.go Add --jwt-id flag (#13218) 2023-12-05 19:02:25 +00:00
auth.go Add --jwt-id flag (#13218) 2023-12-05 19:02:25 +00:00
BUILD.bazel HTTP Beacon API: /eth/v1/validator/contribution_and_proofs (#12660) 2023-07-31 17:32:39 +00:00
endpoint_test.go Add In Support For Builder in E2E (#12343) 2023-05-11 11:10:29 -05:00
endpoint.go Add --jwt-id flag (#13218) 2023-12-05 19:02:25 +00:00
external_ip_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
external_ip.go Prysmctl Command to Request Beacon Nodes for Block Ranges Over P2P (#11035) 2022-08-17 06:38:57 +00:00