What's Changed
- docs(README): update command to run sentry to remove main.go by @mattevans in #101
- test(config): add tests by @mattevans in #102
- fix(go-test.yml): install specific Kurtosis CLI version based on go.mod by @mattevans in #103
- chore(baseline): Update README.md by @mattevans in #104
- build(deps): bump the go-dependencies group with 3 updates by @dependabot[bot] in #105
- build(deps): bump crate-ci/typos from 1.33.1 to 1.34.0 in the actions group by @dependabot[bot] in #108
- refactor(ci): use docker pull-through cache for kt tests by @mattevans in #109
- build(deps): bump the go-dependencies group with 2 updates by @dependabot[bot] in #107
- build(codecov): disable codecov comments and GitHub checks by @mattevans in #110
- build(deps): track beacon node health to log connection state changes by @mattevans in #112
- refactor(beacon): replace local beacon with ethcore by @mattevans in #106
- feat(events): add support for BeaconETHV1EventsAttestationV2 by @mattevans in #114
- feat: add SubnetHighWaterMark to tolerate temporary subnet participation by @mattevans in #118
- fix(beacons): sink lifecycle by @mattevans in #119
- fix(node_identity): correct attnets bitmask bit-ordering from MSB to LSB by @mattevans in #120
- feat(beacon): add periodic refresh of advertised attestation subnets by @mattevans in #121
- ci: add alpha-release workflow for automated tagging on release branches by @mattevans in #122
- ci(release.yml): add support for release suffix detection by @mattevans in #124
- ci(release.yml): trigger on any tag instead of only v* tags by @mattevans in #125
- chore(.gitignore): ignore .goreleaser.yaml.new file by @mattevans in #126
- refactor(subnet-manager): use single randomly selected subnet as active subnet by @mattevans in #127
- feat(beacons): expose attestation subnet mismatch detection tunables by @mattevans in #128
- feat(sentry): add attestation subnet mismatch detection and reconnection tuning flags by @mattevans in #129
- fix(ci): add authentication to GitHub API calls to prevent rate-limiting by @mattevans in #130
- ci(github): add cc workflow by @mattevans in #131
- release(contributoor): attnets support by @mattevans in #123
- feat(topics): new topic manager by @mattevans in #115
Full Changelog: v0.0.68...v0.0.69