Small release for one important commit: #285.
The default confirmation-depth was previously set to 0, which led to an invalid cert after a 1-block reorg on holesky on mantle's testnet.
We made the default 8 blocks to prevent such cases from happening in the future.
What's Changed
- docs: update SECURITY.md with audit commit + fix small typos by @samlaf in #263
- chore: Update compose with secondary store setup && minor refactors by @ethenotethan in #270
- chore: Update logging to use
layr-labs/eigensdk-go
by @ethenotethan in #264 - docs: add srs requirements section to readme by @samlaf in #276
- Public s3 config option by @gastonponti in #277
- Create codeql-scanning.yml by @anupsv in #279
- chore: fix miscellaneous typos in comments by @samlaf in #287
- ci: add test to make sure env vars in .env.example.holesky are valid by @samlaf in #286
- chore: bump default confirmation-depth 0->8 blocks by @samlaf in #285
- feat: add memstore config to return failover errors on puts by @samlaf in #289
Full Changelog: v1.6.3...v1.6.4