prysm-pulse/beacon-chain/core
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
..
altair Add zero length check on indices during NextSyncCommitteeIndices (#13117) 2023-10-25 21:42:17 +00:00
blocks Verify roblobs (#13245) 2023-12-07 02:36:25 +00:00
capella Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
deneb renaming data to blobs in execution payload (#12664) 2023-08-31 08:41:57 -05:00
epoch Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
execution Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
feed Deneb: blob sidecar events (#12928) 2023-09-22 21:54:10 +00:00
helpers Update bazel and other CI improvements (#13246) 2023-12-01 22:20:54 +00:00
signing Verify roblobs (#13245) 2023-12-07 02:36:25 +00:00
time Add Deneb upgrade function (#12433) 2023-08-31 08:41:57 -05:00
transition Add zero length check on indices during NextSyncCommitteeIndices (#13117) 2023-10-25 21:42:17 +00:00
validators Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00