Highlights
Core:
- Added some optimizations around HTTP traffic handling and logging
PBS:
- Added support for the new v2 blinded blocks route, needed for the Fusaka upgrade
Signer:
- Added limiting requests from clients that fail JWT authentication too many times
- Added support for keys generated by / used by Nimbus
What's Changed
- CBST2-06: Implement rate limiting for JWT auth failures by @jclapis in #310
- CBST2-07: Add validation to the PBS config in the muxer by @jclapis in #317
- fix(doc): add max retries to example config by @ltitanb in #332
- CBST2-12: Improve External HTTP Requests by @jclapis in #327
- chore: removed deneb types by @ltitanb in #336
- chore: fix chain doc in toml by @ltitanb in #341
- Add Nimbus loader support by @jclapis in #340
- CBST2-11: Improve path validation on local Mux keys loader by @ManuelBilbao in #300
- Allow empty relays list in the config by @jclapis in #344
- Add example configs and corresponding Docker compose files to the docs by @jclapis in #343
- Chore: cleanup some signer consts by @jclapis in #346
- Add blinded blocks v2 by @jclapis in #352
- chore: more logs in pbs module by @ltitanb in #359
- Release v0.8.1-rc.1 by @jclapis in #360
Full Changelog: v0.8.0...v0.8.1-rc.1