Releases: Layr-Labs/eigenpod-proofs-generation
Releases · Layr-Labs/eigenpod-proofs-generation
0.2.7
0.2.6
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 forverifyStaleBalance()
to be called.--correct-stale-pod
will invokeverifyStaleBalance()
, 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
v 0.2.0 Pepe Testnet
-
Improved the CLI
- Deprecated the
--proof
and--out
options. The CLI now outputs JSON data, containingto
andcalldata
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/broadcastcalldata
/to
.
- Deprecated the
-
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
- 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
The last release prior to the introduction of PePe, which overhauls the proof generation system.
v0.0.13
v0.0.11
v0.0.8
type specific cache
Merge pull request #43 from Layr-Labs/3cache Split Cache into 3 data type specific caches