Skip to content

Releases: Layr-Labs/eigenpod-proofs-generation

0.2.7

21 Aug 21:29
6e67826
Compare
Choose a tag to compare

This includes updated logic for the pepe healthcheck.

0.2.6

20 Aug 15:47
19cc998
Compare
Choose a tag to compare

Includes a bunch of new features;

  • gas estimation: --sender <pk> --gas will now estimate the gas associated with the transactions and report it back in the JSON structure returned.
  • permissionless checkpoint starting upon slash:
    • --find-stale-pods will search all eigenpods for any that have been slashed and are eligible for verifyStaleBalance() to be called.
    • --correct-stale-pod will invoke verifyStaleBalance(), which allows you to begin a checkpoint on that pod without owning it.

Please open an issue with any questions!

0.2.5 - Pepe Testnet

14 Aug 20:12
3f94f5a
Compare
Choose a tag to compare

Changelog

This build is a no-op -- we're enabling our automated builds. :) Check the changelog for future updates!

v 0.2.0 Pepe Testnet

14 Aug 17:33
c827ba5
Compare
Choose a tag to compare
  • Improved the CLI

    • Deprecated the --proof and --out options. The CLI now outputs JSON data, containing to and calldata fields for later signing. If you'd like to sign and submit yourself via a private key, supply this with --sender. If you'd like to sign and submit later, save this JSON to a file and sign/broadcast calldata/to.
  • Semver

    • This repository will be following semver. This is a minor change. Major protocol changes will include a major version bump, while minor changes are reserved for tooling incompatibilities or upgrade. Patch changes encompass all else.

Please update your CLIs and post any questions! Thank you.

v0.1.0-pepe-testnet

13 Aug 20:45
dd69d47
Compare
Choose a tag to compare
  • Pepe Testnet CLI + Proof Generation Cut Release!
  • We will be following semver in the coming weeks -- any major changes will be noted with a major semver increment.

v0.0.14 - Pre-PEPE Stable

16 Jul 14:59
Compare
Choose a tag to compare

The last release prior to the introduction of PePe, which overhauls the proof generation system.

v0.0.13

03 Apr 16:57
Compare
Choose a tag to compare
init

v0.0.11

03 Apr 14:41
Compare
Choose a tag to compare

Amended 0.0.10

v0.0.8

20 Mar 14:33
daff6c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

type specific cache

29 Feb 17:56
00ddb71
Compare
Choose a tag to compare
type specific cache Pre-release
Pre-release
Merge pull request #43 from Layr-Labs/3cache

Split Cache into 3 data type specific caches