What's Changed
- Fix docs lint errors by @martineckardt in #220
- formating readme for docs by @meaghanfitzgerald in #222
- Add p2p requirements by @cam-schultz in #227
- Workaround: Ensure all preocompile modules are registered by @wh00hw in #229
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #232
- Update documentation by @geoff-vball in #223
- Validate peers on startup by @cam-schultz in #231
- Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 by @dependabot in #239
- Support shared DB access by @cam-schultz in #243
- Source and Destination allowed addresses by @cam-schultz in #245
- KMS integration by @cam-schultz in #249
- Redis support by @cam-schultz in #252
- Bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1 by @dependabot in #246
Breaking configuration changes
SourceBlockchains.SupportedDestinationschanged from[]stringto
type SupportedDestination struct {
BlockchainID string `json:"blockchain-id"`
Addresses []string `json:"addresses"`
}
New Contributors
Full Changelog: v1.0.0...v1.1.0