mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
* propose block changes from peerdas branch * breaking out broadcast code into its own helper, changing fulu broadcast for rest api to properly send datasidecars * renamed validate blobsidecars to validate blobs, and added check for max blobs * gofmt * adding in batch verification for blobs" * changelog * adding kzg tests, moving new kzg functions to validation.go * linting and other small fixes * fixing linting issues and adding some proposer tests * missing dependencies * fixing test * fixing more tests * gaz * removed return on broadcast data columns * more cleanup and unit test adjustments * missed removal of unneeded field * adding data column receiver initialization * Update beacon-chain/rpc/eth/beacon/handlers.go Co-authored-by: Manu NALEPA <enalepa@offchainlabs.com> * partial review feedback from manu * gaz * reverting some code to peerdas as I don't believe the broadcast code needs to be reused * missed removal of build dependency * fixing tests and adding another test based on manu's suggestion * fixing linting * Update beacon-chain/rpc/eth/beacon/handlers.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update beacon-chain/blockchain/kzg/validation.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * radek's review changes * adding missed test --------- Co-authored-by: Manu NALEPA <enalepa@offchainlabs.com> Co-authored-by: Radosław Kapka <rkapka@wp.pl>