Overview
This release contains a number of bug fixes and improvements that improve the overall reliabilityICM signature aggregation. It also contains logging and metrics improvements to aid in troubleshooting.
What's Changed
- Update go to 1.23.8 by @geoff-vball in #731
- Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot in #725
- Bump github.com/spf13/viper from 1.20.0 to 1.20.1 by @dependabot in #721
- Bump github.com/aws/aws-sdk-go-v2/config from 1.29.10 to 1.29.13 by @dependabot in #727
- Bump github.com/onsi/gomega from 1.36.3 to 1.37.0 by @dependabot in #736
- Bump golang.org/x/sync from 0.12.0 to 0.13.0 by @dependabot in #735
- add retries to relayer ProcessMessage by @iansuvak in #728
- Quorum Percentage Buffer by @michaelkaplan13 in #733
- Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.38.1 to 1.38.2 by @dependabot in #739
- Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by @dependabot in #734
- Use AUTOMAXPROCS in relayer by @cam-schultz in #738
- propagate log context from relayer to signature-aggregator by @iansuvak in #679
- Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.38.2 to 1.38.3 by @dependabot in #742
- Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 by @dependabot in #740
- Bump github.com/ava-labs/subnet-evm from 0.7.2 to 0.7.3 by @dependabot in #726
- Bump go.uber.org/mock from 0.5.0 to 0.5.1 by @dependabot in #741
- Bump github.com/aws/aws-sdk-go-v2/config from 1.29.13 to 1.29.14 by @dependabot in #744
- Limit concurrent message processing by @michaelkaplan13 in #743
- add context + timeout to GetSubnetID API calls by @iansuvak in #745
- update subnetsMapLock from RWMutex to Mutex by @iansuvak in #747
- Expose network metrics by @cam-schultz in #748
- Metrics logging cleanup by @cam-schultz in #749
- rename log field to not use reserved name by @iansuvak in #750
- define contexts with timeouts for all external RPC calls by @iansuvak in #751
- Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in #752
Full Changelog: signature-aggregator-v0.4.2...signature-aggregator-v0.4.3