Added
- Fuzz tests
- Docker build and curl check
- dependabot.yml
Fixed
- Single-blob batches failing verification
- memstore returning data_length in number of symbols instead of bytes
- applied mitigations for latest sigma prime security audit, report can be found here
What's Changed
- fix(CI): Add docker build and curl check by @epociask in #214
- Create dependabot.yml by @anupsv in #216
- Add fuzz tests by @anupsv in #137
- Fix single node tree verification bug by @litt3 in #219
- fix: memstore returns data_length in number of symbols instead of bytes by @bxue-l2 in #223
- docs: fix readme test docs, and add test comments to makefile by @litt3 in #225
- fix(sigmap-EDAP-04): Add IO parsing size constraint on incoming request bodies by @epociask in #227
- fix(sigmap-EDAP-08): Miscellaneous General Comments by @epociask in #228
- fix(sigmap-EDAP-01): Missing nil Checks On Parameters Of Incoming Requests by @epociask in #231
- fix(sigmap-EDAP-06): Missing IsOnCurve & IsInSubgroup Checks For Elli… by @epociask in #229
- chore: Add security audit by @epociask in #234
- fix: Field element casting to affine representation by @epociask in #240
New Contributors
Full Changelog: v1.6.1...v1.6.2