Skip to content

Releases: ethpandaops/checkpointz

v0.8.0

01 Sep 07:13
5b542a7
Compare
Choose a tag to compare

Changelog

  • 8e626c2 Merge pull request #49 from samcm/fix/derive-network-name
  • 941c6ad Merge pull request #50 from samcm/fix/invalid-genesis-block
  • 6e0ded3 Merge pull request #51 from Savid/feat/frontend-cleanup
  • 5b542a7 Merge pull request #52 from Savid/fix/frontend-naming
  • e82de82 Update README.md
  • dc2e65c Update README.md
  • 3839e80 Update README.md
  • ef819f4 chore: linting
  • 6315cd5 feat: Add deposit network id -> network name map
  • 1a218d2 feat: Add genesis block to historical boundary checking
  • 4725a66 feat: frontend cleanup
  • 6fd1e58 fix: frontend naming and description
  • 7204bc9 fix: kiln network id

v0.7.0

01 Sep 05:47
449d836
Compare
Choose a tag to compare

What's Changed

  • feat(README): Add Configuration block by @samcm in #37
  • feat: frontend structure by @Savid in #36
  • feat: default config values by @Savid in #38
  • feat(README): Add supported clients by @samcm in #41
  • feat(beacon): Bump to version 0.3.0 by @samcm in #39
  • feat: slot date time by @Savid in #40
  • feat: Add light/full operation mode by @samcm in #42
  • feat: README updates by @samcm in #43
  • fix: No-op genesis states in light mode by @samcm in #44
  • feat(ci): Add all consensus clients by @samcm in #5
  • feat: Check for valid historical_epoch_count value by @samcm in #45
  • feat(README): Add readme contents table by @samcm in #47
  • feat(metrics): Add operating mode metric by @samcm in #46
  • Create LICENSE by @samcm in #48

Full Changelog: v0.6.0...v0.7.0

v0.6.0

31 Aug 04:17
ccf703f
Compare
Choose a tag to compare

What's Changed

  • feat: Include config name in upstream response by @samcm in #31
  • feat(api): Add checkpointz/ready endpoint by @samcm in #32
  • feat: Improve bootup speed by @samcm in #33
  • feat: Add startup address logs by @samcm in #34
  • feat: Add version build tags by @samcm in #35
  • fix: small wording changes by @samcm in #30

Full Changelog: v0.5.0...v0.6.0

v0.5.0

31 Aug 02:14
3697c7b
Compare
Choose a tag to compare

Changelog

  • 88bfcb3 Merge pull request #29 from Savid/feat/public-url
  • 3697c7b Merge pull request #7 from Savid/feat/frontend
  • 72c1bdb Update README.md
  • 5a22b97 feat: add public url to status api
  • 7bc76b2 feat: frontend

v0.4.0

30 Aug 00:00
ae91dcc
Compare
Choose a tag to compare

What's Changed

  • feat: add epoch to frontend slots responses by @Savid in #26
  • fix: nil check on finalized checkpoint for listing finalized slots by @Savid in #27
  • feat: Support /eth/v2/beacon/blocks/genesis by @samcm in #28

Full Changelog: v0.3.3...v0.4.0

v0.3.3

29 Aug 06:33
0d19ff4
Compare
Choose a tag to compare

What's Changed

  • feat(docker): swap scratch image to use distroless by @samcm in #25

Full Changelog: v0.3.2...v0.3.3

v0.3.2

26 Aug 07:52
f858474
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

v0.3.1

26 Aug 07:36
d5a22c3
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

What's Changed

  • feat: Goreleaser publish to docker by @samcm in #24

Full Changelog: v0.3.0...v0.3.1

v0.3.0

26 Aug 06:44
f054d3c
Compare
Choose a tag to compare

What's Changed

  • feat: Default content type to json by @samcm in #6
  • feat: Drive cache size with config by @samcm in #8
  • refactor(cache): Expire individual items based on point-in-time by @samcm in #9
  • feat: Epoch boundary checking by @samcm in #11
  • feat: Download bundles more intelligently by @samcm in #12
  • feat(genesis): Download genesis in a loop by @samcm in #13
  • feat: checkpointz slot endpoint by @Savid in #15
  • feat: Download serving bundle in a queue by @samcm in #14
  • refactor: Simplify & test checkpoint decider by @samcm in #17
  • feat: checkpointz slots endpoint by @Savid in #16
  • fix: Only download state/blocks if we don't have them cached by @samcm in #18
  • chore: linting by @samcm in #19
  • refactor: Rename majority provider to default provider by @samcm in #20
  • refactor: Expire blocks based on historical_epoch_count by @samcm in #21
  • feat: Ban historical slots without a block by @samcm in #22
  • feat: goreleaser by @samcm in #23

New Contributors

  • @Savid made their first contribution in #15

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Aug 06:14
feedff7
Compare
Choose a tag to compare

What's Changed

  • feat(genesis): Check for genesis block and state by @samcm in #4

Full Changelog: v0.1.0...v0.2.0