Skip to content

Release v2.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 22:31
39840ec

New features

Added new RPC implementations to fetch EigenState changes and rewards, segmented by AVS, for a given distribution root.

bcd7412: feat: add GetEigenStateChanges rpc (PR #218)
73bfd57: feat: add GetRewardsByAvsForDistributionRoot rpc (PR #226)

Improvements

tl;dr: doc updates, added audit reports, code scanning and security updates.

3a7407d: chore: bump version to v2.2.0
03fe16b: chore: codeql compatible go.mod (PR #229)
c685cf1: chore(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 (PR #224)
a7d8049: chore: bump github.com/ethereum/go-ethereum from 1.14.9 to 1.14.13 (PR #225)
df8ef40: docs: add SECURITY.md, update naming for audit reports (PR #206)
6348d6e: chore: add commitlint config and github action (PR #208)
87ee26d: docs: openblock audit reports (PR #205)

Fixes

39840ec: fix: set correct permissions after building in container (PR #239)
f3cbd09: fix: set user when building release in docker
145b05a: fix: remove -t label when running docker in non tty setting
a0622da: fix: make dependabot less annoying by grouping changes into a single PR (PR #235)
0a067b1: fix: format dependabot messaging correctly
58ed64d: fix: return rewards claim proof using the correct types (PR #219)
67e3f1a: fix: prevent rpc-only command from trying to update the contract store (PR #209)
587936a: fix: disallow the standalone rpc from running db migrations (PR #207)