chore: refactor KZG API indicating deprecated functions and add recoverCellsAndKzgProofs#7031
chore: refactor KZG API indicating deprecated functions and add recoverCellsAndKzgProofs#7031kevaundray wants to merge 4 commits intoChainSafe:peerDASfrom
recoverCellsAndKzgProofs#7031Conversation
recoverCellsAndKzgProofs
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
recoverCellsAndKzgProofsrecoverCellsAndKzgProofs
|
Updated to the final DAS c-kzg version to correct method signatures in #7050. We are not currently implementing |
This was only needed if you wanted to make progress without updating c-kzg to the new version -- since you've updated it, you can use this a reference as to what files to remove. I'll close this as #7050 supercedes it |
Motivation
This adds deprecation notes on the functions that will be deprecated once c-kzg is updated and notes on functions that have been changed slightly.
Description
Closes #issue_number
Steps to test or reproduce