What's Changed
- Only require key to create signer by @geoff-vball in #332
- Add signature collection logs by @cam-schultz in #330
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #334
- Bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 1.30.0 by @dependabot in #343
- Add architecture and sequence diagrams by @cam-schultz in #328
- Warp API support by @cam-schultz in #345
- API endpoint for manually relaying warp message by @geoff-vball in #327
- Update CODEOWNERS to use @ava-labs/interop team by @iansuvak in #356
- Add lll linter by @geoff-vball in #354
- Golang 1.21.12 by @michaelkaplan13 in #357
- Add osxcross to gitignore by @michaelkaplan13 in #359
- Decode hex or cb58 by @geoff-vball in #360
- Specify signed commits requirement by @cam-schultz in #372
- adapt to teleporter v1.0.3 by @feuGeneA in #373
- Fix spelling issues by @nnsW3 in #378
- Fix typo by @cratiu222 in #379
- e2e tests: use fewer nodes by @feuGeneA in #387
ShouldSendMessage
decider by @feuGeneA in #344- Bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #390
- Fix YAML syntax by @michaelkaplan13 in #391
- Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.32.1 to 1.35.3 by @dependabot in #366
- Signature aggregation API fixes for small items by @feuGeneA in #393
- Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.6.1 by @dependabot in #386
- Update buf by @geoff-vball in #395
- Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 by @dependabot in #397
- Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 by @dependabot in #396
- config: check tracked subnets does not exceed the limit by @najeal in #405
- re-pin avago, subnetevm & coreth to released tags by @feuGeneA in #406
- Bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in #410
- decoupling relayer and checkpointmanager implementation by @najeal in #412
- Update buf by @geoff-vball in #417
- POC Signature aggregation API by @iansuvak in #368
- metrics for signature-aggregator by @feuGeneA in #398
- Catch up docs by @cam-schultz in #413
- Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 by @dependabot in #420
- Update go by @geoff-vball in #419
- Fix start height edge case by @cam-schultz in #426
- Add explicit gas check by @cam-schultz in #430
- Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 by @dependabot in #431
- Update go by @geoff-vball in #429
- generalize log namespace by @cam-schultz in #427
- Update teleporter to v1.0.4 by @geoff-vball in #401
- cache validator signatures by @feuGeneA in #415
- Move relayer to subfolder by @iansuvak in #411
- Use wait teleporter message utility by @cam-schultz in #441
- Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.1 by @dependabot in #444
- Install buf with go by @geoff-vball in #439
- add health check endpoint to signature-aggregator by @feuGeneA in #442
- Only write to listener's app relayers by @cam-schultz in #449
- Downgrade conn/disconn logs by @cam-schultz in #451
- Listener catch-up fix by @iansuvak in #450
- Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 by @dependabot in #455
- Add API monitoring latency (info, validator) by @won-js in #370
- E2E testing improvements by @iansuvak in #436
- Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.35.3 to 1.35.4 by @dependabot in #433
- signature-aggregator: add ConnectedStakeWeightPercentage metric by @feuGeneA in #434
- Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.35.4 to 1.35.5 by @dependabot in #458
- Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 by @dependabot in #459
- Tracked subnets fix by @iansuvak in #460
- add metrics for connect/disconnect events by @iansuvak in #461
- Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 by @dependabot in #465
- Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 by @dependabot in #464
- Bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in #462
Backwards incompatible changes
- Removed
manualWarpMessages
config option. Out-of-band Warp messages should now be sent using the/relay
API.
New Contributors
- @nnsW3 made their first contribution in #378
- @cratiu222 made their first contribution in #379
- @won-js made their first contribution in #370
Full Changelog: v1.3.3...v1.4.0