prysm-pulse/testing/util
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.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
attestation_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
attestation.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
bazel.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00
bellatrix_state_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
bellatrix_state.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
bellatrix.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
blob.go HTTP handler for Beacon API events (#13207) 2023-11-28 23:20:02 +00:00
block_test.go Deneb: Implement EIP-7044 (#12577) 2023-08-31 08:41:57 -05:00
block.go Add RO blob sidecar (#13144) 2023-11-01 10:03:49 -07:00
BUILD.bazel Verify roblobs (#13245) 2023-12-07 02:36:25 +00:00
capella_block_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
capella_block.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
capella_state.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
deneb_state.go Add data gas used field to execution payload (#12488) 2023-08-31 08:41:57 -05:00
deneb_test.go Verify roblobs (#13245) 2023-12-07 02:36:25 +00:00
deneb.go Verify roblobs (#13245) 2023-12-07 02:36:25 +00:00
deposits_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
deposits.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
helpers_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
helpers.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
merge.go builder API: remove blinded blob sidecar (#13202) 2023-11-29 06:28:37 -08:00
state_test.go Deneb integration: Beacon API getStateV2 (#12424) 2023-08-31 08:41:57 -05:00
state.go Add data gas used field to execution payload (#12488) 2023-08-31 08:41:57 -05:00
sync_aggregate.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
sync_committee.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
wait_timeout.go Revert initsync revert (#12431) 2023-05-19 16:59:13 +00:00