Skip to content

Releases: ethpandaops/checkpointz

0.0.1-dencun

24 Aug 05:04
326cfb1

Choose a tag to compare

0.0.1-dencun Pre-release
Pre-release

Changelog

  • 326cfb1 Merge pull request #127 from ethpandaops/feat/alpha-releases
  • 729e4d8 feat(ci): Support alpha releases
  • 7644db7 feat(ci): Support alpha releases

v0.15.1

19 Jun 00:57
e797b57

Choose a tag to compare

This release allows users to provide headers when configuring upstream beacon nodes.

What's Changed

  • feat: Update beacon to v0.25.0 and add headers to config by @samcm in #115

Full Changelog: v0.15.0...v0.15.1

v0.15.0

30 May 05:01
7e43598

Choose a tag to compare

This release adds support for serving Deposit Snapshots in the included bundle, as well as a change to how long we store "old" bundles for in the case on non-finality.

What's Changed

  • fix(deps): update all minor by @ethpandaops-renovatebot in #102
  • feat: Add support for /eth/v1/beacon/deposit_snapshot by @samcm in #111
  • fix(deps): update all patch by @ethpandaops-renovatebot in #99
  • feat: Refactor beacon blocks/state storage by @samcm in #112

Full Changelog: v0.14.1...v0.15.0

v0.14.1

17 Feb 12:42
5914e91

Choose a tag to compare

Changelog

  • 5914e91 Merge pull request #98 from ethpandaops/fix/block-version-case
  • 9cbf116 fix(web): block version case matching

v0.14.0

17 Feb 01:39
7fa03a4

Choose a tag to compare

Changelog

  • 8914c09 Add renovate.json
  • 47ace4c Merge pull request #82 from ethpandaops/renovate/configure
  • 8b31772 Merge pull request #83 from ethpandaops/renovate/all-patch
  • 77ef39b Merge pull request #84 from ethpandaops/renovate/typescript-eslint-monorepo
  • 9799632 Merge pull request #86 from ethpandaops/renovate/all-non-major-devdependencies
  • 5a35dcf Merge pull request #87 from ethpandaops/renovate/all-minor
  • be3bb52 Merge pull request #88 from ethpandaops/renovate/tanstack-query-monorepo
  • b436154 Merge pull request #89 from ethpandaops/renovate/actions-checkout-3.x
  • 08c7eba Merge pull request #90 from ethpandaops/renovate/npm-9.x
  • a788d9b Merge pull request #91 from ethpandaops/renovate/docker-login-action-2.x
  • 71f9075 Merge pull request #92 from ethpandaops/renovate/goreleaser-goreleaser-action-4.x
  • 7fa03a4 Merge pull request #97 from ethpandaops/feat/web-updates
  • 72fcc62 chore(deps): update actions/checkout action to v3
  • 01be349 chore(deps): update all non major devdependencies
  • d071806 chore(deps): update dependency npm to v9
  • beac0a5 chore(deps): update docker/login-action action to v2
  • c9944f3 chore(deps): update goreleaser/goreleaser-action action to v4
  • 660dde8 chore(deps): update typescript-eslint monorepo to v5.51.0
  • d46024b chore(web): update to node 18 + package updates
  • de18998 fix(deps): update all minor
  • a84602a fix(deps): update all patch
  • e43822e fix(deps): update dependency @tanstack/react-query to v4.24.4
  • c64c107 fix(web): add some margin to error message
  • 411ac5a fix(web): safari drop shadow filter

v0.13.0

13 Feb 01:31
07ff26d

Choose a tag to compare

Adds support for the upcoming Capella hardfork 🎉

What's Changed

  • chore: migrate package references to ethpandaops by @Savid in #76
  • chore(deps): bump loader-utils from 2.0.2 to 2.0.4 in /web by @dependabot in #77
  • Fix broken link in contents by @chrishobcroft in #78
  • feat: Swap samcm/beacon to ethpandaops/beacon by @samcm in #80
  • Feat: Capella by @samcm in #81

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

08 Nov 06:35
00d5687

Choose a tag to compare

What's Changed

  • feat(http): 15min write timeout by @samcm in #73

Full Changelog: v0.11.3...v0.12.0

v0.11.3

26 Oct 23:52
19c698f

Choose a tag to compare

Checkpointz now lives under the ethpandaops organization 👍

What's Changed

  • feat(ethpandaops): Prepare repo move by @samcm in #71

Full Changelog: v0.11.2...v0.11.3

v0.11.2

07 Sep 01:43
d6a2ed9

Choose a tag to compare

What's Changed

  • feat: Add extra info to About section by @samcm in #68

Full Changelog: v0.11.1...v0.11.2

v0.11.1

06 Sep 23:31
b86729c

Choose a tag to compare

Changelog

  • b86729c Merge pull request #67 from Savid/fix-frontend
  • c683580 fix(frontend): always try to show block root from block eth1_data first
  • 02cd91c fix(frontend): correct table shadow on upstream state root
  • 7c47021 fix(frontend): hide checkpoint table indicator when in light mode