Skip to content

Releases: ethpandaops/xatu

v0.0.187

13 Aug 01:15
592b95e
Compare
Choose a tag to compare

What's Changed

  • feat(migrations/clickhouse): add beacon block gas fields by @Savid in #356
  • feat(ci): Add cannon smoke test by @samcm in #328
  • feat(deploy): update clickhouse canonical beacon block nullbale columns by @Savid in #359
  • fix(cannon): Change duties function signature by @samcm in #360

Full Changelog: v0.0.186...v0.0.187

v0.0.186

08 Aug 04:17
af914fb
Compare
Choose a tag to compare

What's Changed

  • feat(sentry): add deneb block txns by @Savid in #357
  • fix(cannon): Request beacon committees by epoch*32 by @samcm in #358

Full Changelog: v0.0.185...v0.0.186

v0.0.185

06 Aug 01:27
1cacf97
Compare
Choose a tag to compare

What's Changed

  • feat(deploy): remove canonical table event time columns by @Savid in #353
  • fix(proto): base_fee_per_gas is uint in deneb by @Savid in #354
  • feat(cannon): Change committee request structure by @samcm in #355

Full Changelog: v0.0.184...v0.0.185

0.0.1-cannon-committee-epoch

05 Aug 03:54
a310702
Compare
Choose a tag to compare
Pre-release

Changelog

  • 1d92bee Merge pull request #353 from ethpandaops/feat/remove-canonical-event-time
  • dfa7591 Merge pull request #354 from ethpandaops/fix/deneb-execution-payload
  • a310702 feat(cannon): Change committee request structure
  • 751dc9f feat(deploy): remove canonical table event time columns
  • bbf5231 feat(deploy): remove canonical table event time columns
  • 79e8d3e fix(proto): base_fee_per_gas is uint in deneb

v0.0.184

24 Jul 06:53
4864fcd
Compare
Choose a tag to compare

What's Changed

  • fix(cannon): Swap state id when fetching duties by @samcm in #352

Full Changelog: v0.0.183...v0.0.184

v0.0.183

24 Jul 05:08
5931041
Compare
Choose a tag to compare

What's Changed

  • feat(cannon): Canonical Beacon Committees by @samcm in #351

Full Changelog: v0.0.182...v0.0.183

v0.0.182

23 Jul 04:23
c0419c3
Compare
Choose a tag to compare

What's Changed

  • feat: update voluntary exit wallclocks by @Savid in #350

Full Changelog: v0.0.181...v0.0.182

v0.0.181

17 Jul 04:03
e486281
Compare
Choose a tag to compare

What's Changed

  • feat: remove unique field from clickhouse by @Savid in #347
  • feat(clickhouse): update canonical_beacon_validators table by @Savid in #348
  • fix(cannon): Only load 1 slot of validators by @samcm in #349

Full Changelog: v0.0.180...v0.0.181

v0.0.180

08 Jul 04:30
cf83d6e
Compare
Choose a tag to compare

What's Changed

  • fix(server): Wrap cannon errors by @samcm in #346

Full Changelog: v0.0.179...v0.0.180

0.0.3-cannon-errors

08 Jul 04:09
fe510f7
Compare
Choose a tag to compare
0.0.3-cannon-errors Pre-release
Pre-release

Changelog

  • fe510f7 style: Change log level from Info to Debug