Skip to content

Releases: ethpandaops/tracoor

v0.0.33

26 Mar 09:40
9a96583

Choose a tag to compare

What's Changed

  • fix: update kurtosis apt source to sdk.kurtosis.com by @barnabasbusa in #54
  • fix: subscribe only to beacon event topics that are actually used by @samcm in #55

New Contributors

Full Changelog: v0.0.32...v0.0.33

v0.0.32

12 Sep 02:13
ebccacc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.31...v0.0.32

v0.0.31

05 May 05:20
ca68b0c

Choose a tag to compare

What's Changed

  • refactor(ethereum): simplify beacon state age threshold configuration by @samcm in #44
  • refactor(agent): move beacon state age check to processing loop by @samcm in #45

Full Changelog: v0.0.30...v0.0.31

v0.0.30

05 May 04:47
80e5f6c

Choose a tag to compare

What's Changed

  • chore(deps): enable automatic updates for GitHub Actions via Dependabot by @skylenet in #41
  • feat(agent): Config to ignore old beacon state slot requests by @samcm in #43

Full Changelog: v0.0.29...v0.0.30

v0.0.29

19 Mar 04:44
a2df841

Choose a tag to compare

What's Changed

  • Update github actions dependencies to show full versions in comment by @skylenet in #39
  • feat: add support for hoodi testnet by @Savid in #40

Full Changelog: v0.0.28...v0.0.29

v0.0.28

18 Mar 07:42
d9d02de

Choose a tag to compare

What's Changed

  • fix(s3): R2 Copy compatibility + Remove sync checks by @samcm in #38

Full Changelog: v0.0.27...v0.0.28

v0.0.27

18 Mar 00:38
cbf0cbd

Choose a tag to compare

What's Changed

  • Update GitHub Actions to use pinned hashes by @skylenet in #37
  • feat(server): Add Permanent Block Storage by @samcm in #36

New Contributors

Full Changelog: v0.0.26...v0.0.27

0.0.9-r2-fix

18 Mar 07:48
250e32c

Choose a tag to compare

0.0.9-r2-fix Pre-release
Pre-release

Changelog

  • 250e32c fix(permanent_block_test.go): change assertion from NoError to Error when getting a non-existent block

0.0.8-r2-fix

18 Mar 07:46
0590b2a

Choose a tag to compare

0.0.8-r2-fix Pre-release
Pre-release

Changelog

  • 0590b2a fix(persistence): return error when permanent block is not found refactor(persistence): remove redundant initialization of values slice in DistinctPermanentBlockValues

0.0.7-r2-fix

18 Mar 06:08
d9113dd

Choose a tag to compare

0.0.7-r2-fix Pre-release
Pre-release

Changelog

  • d9113dd refactor(indexer): check block existence before processing