Releases: 0xPolygon/cdk-data-availability
Releases · 0xPolygon/cdk-data-availability
v0.0.10
v0.0.9
Changelog
- 9b683fc Merge pull request #113 from 0xPolygon/fix/hash-to-sign
- 872bb66 Merge branch 'main' into fix/hash-to-sign
- b48599a Remove duplicates from offchain data (#112)
- f3d73df wip
- 230aa34 wip
- d1436f1 wip
- bf1e2f9 wip
- 3007e02 Fixed nits
- 4877a49 Fixed linter
- bc9b293 Fixed tests
- e42be03 Fixed linter
- 3cc6e74 Remove duplicates offchain data when storing in DB
- 6bf0e40 Return validation error if there are duplicates in the offchain data list
- bd6eed4 Removed signature normalisation (#111)
- 2e10263 Removed packr (#110)
v0.0.8
Changelog
- 2812c9e Merge pull request #108 from 0xPolygon/feature/107-abs_signedSeq
- 90d2f61 add Set and Get for Signature of types SignedSequence
- 796e6c9 Execute single multi writing query instead of multiple single queries (#105)
- f3879f1 Upating R&D Discord link (#103)
- 6b4ea8b Added Preparex to the DB statements (#104)
- d1534fc Reporting offchain data gap detection (#102)
- 7833b6e Merge pull request #98 from 0xPolygon/djpolygon/deb_packages
- 72ae676 Feature/banana (#95)
- 2319d3c Add Linters (#97)
- 48558e6 [Audit remediation] Suggestion 1: Adopt a Verifiable Database / Batch Format (#100)
- 97f3683 Removed unnecessary DB transactions use (#99)
- be68a80 Introduce thread-safe committee map to the
synchronizer
(#96) - c2bbe1b Adding sudo to fix issue with mkdir in postinst script
- 73edec7 Cleaning up the packager, removing entry to recreate the DEBIAN directory as it is already there
- c39b94b Adding initial for packages
- bce3046 [Audit remediation] Issue B: Race Condition Between FilterSequenceBatches and handleReorgs (#94)
- 30f1bf2 Merge pull request #92 from 0xPolygon/ccampbell/limit-unprocessed-query
- d11e731 Merge branch 'main' into ccampbell/limit-unprocessed-query
- d98a596 Fixed unhandled Errors in consumeEvents loop (#93)
- af59632 Merge branch 'main' into ccampbell/limit-unprocessed-query
- 0f850ac Added the limit of the maximum number of hashes that can be requested in a ListOffChainData call (#91)
- 3133609 limit the amount of unprocessed batch keys at a time
- 4c27e9a Merge pull request #90 from 0xPolygon/dan/regression_tests
- 0b77d87 fix: change default branch
- a272e06 feature: regression tests
- 38433c7 Include version info in the logs at the app startup (#88)
- d2cf833 chore: fix some typos in comments (#86)
- b255a2a Merge pull request #61 from 0xPolygon/security-update
- 2318d49 Merge branch 'main' into security-update
- 5398230 Merge pull request #78 from 0xPolygon/CDK-189-dac-issue-65
- 76e1aa7 use header rather than block to get latest number during init
- 2002ac3 Added polling mechanism to sequencer tracker (#77)
- 4e76ab1 Added max connection retries number to the sequencer tracker (#76)
- 3ab9d9a Implemented GetStatus endpoint (#74)