prysmaticlabs / prysm

Go implementation of Ethereum proof of stake
https://www.offchainlabs.com
GNU General Public License v3.0
3.45k stars 981 forks source link

Cache Proposer Signature Verification Result #13255

Open terencechain opened 9 months ago

terencechain commented 9 months ago

Cache proposer signature results to avoid redundant verification across beacon blocks and blob sidecars.

kasey commented 9 months ago

related: https://github.com/prysmaticlabs/prysm/pull/13245