v1.1.0
Pre-release
Pre-release
What's Changed
- Bump github.com/consensys/gnark-crypto from 0.10.0 to 0.12.1 by @dependabot in #66
- chore!: update current version of golang by @kevaundray in #68
- chore!: remove 1.18 support by @kevaundray in #70
- chore: investigate ci linter issues by @kevaundray in #67
- chore: rename repo from go-kzg-4844 to go-eth-kzg by @kevaundray in #71
- chore: fix typo by @kevaundray in #73
- chore: Add skeleton structure for 7594 by @kevaundray in #74
- chore: add G1 monomial points to trusted setup by @kevaundray in #75
- chore: Add initial ComputeCellsAndKZGProofs method by @kevaundray in #76
- chore: Add VerifyCellKZGProof by @kevaundray in #77
- chore: add InitialVerifyCellKZGProofBatch method by @kevaundray in #78
- chore: Add initial RecoverCellsAndComputeKZGProofs method by @kevaundray in #79
- chore: no longer ignore unused method lints by @kevaundray in #80
- chore: use FK20 to generate proofs by @kevaundray in #81
- chore: use slices package where possible by @kevaundray in #83
- chore: Add new domain abstraction by @kevaundray in #86
- chore: Add new erasure_code abstraction by @kevaundray in #87
- chore: Move polynomial file into its own package by @kevaundray in #88
- chore: update
kzg
module's abstraction by @kevaundray in #89 - chore: Update
kzg_multi
package by @kevaundray in #90 - chore: remove verifyCellKzgProof by @kevaundray in #91
- chore: remove consensus-specs test cases for VerifyCellKZGProof by @kevaundray in #92
- chore: Remove LagrangeInterpolate function by @kevaundray in #93
- chore!: Update test vectors by @kevaundray in #94
New Contributors
- @dependabot made their first contribution in #66
Full Changelog: v1.0.0...v1.1.0