Minor version update and doesn't introduce breaking changes unless you were using the simple commitment client. The following changes were made:
- Update OP tests to ensure compatibility with OP v1.9.5
- Fixes a config ingestion bug where cert verification fields were prescribed as mandatory when not needed
- Renames simple commitment mode to standard commitment mode
What's Changed
- chore: update op dependency to v1.9.5 by @samlaf in #203
- docs: update README with failover info by @samlaf in #204
- fix: Disable
SERVICE_MANAGER_ADDR
Ð_RPC
as mandatory by @epociask in #205 - feat: separate simple client into its own module by @samlaf in #208
- fix: copy
client/go.mod
tobuilder
in Dockerfile by @MegaRedHand in #211
New Contributors
- @MegaRedHand made their first contribution in #211
Full Changelog: v1.6.0...v1.6.1