Skip to content

Releases: Layr-Labs/eigenpod-proofs-generation

0.3.6

25 Sep 20:29
f6492b1
Compare
Choose a tag to compare
  • Another bugfix re: find-stale-pods. Thanks!

0.3.5

25 Sep 14:54
9ee8c91
Compare
Choose a tag to compare
  • Some improvements to the find-stale-pods command.
  • Some improvement to the multicall.go support.

0.3.4

06 Sep 23:14
c0f3579
Compare
Choose a tag to compare
  • This includes multicall support throughout the tool, which should generally improve performance. We've noticed something like a 95%+ reduction in time for status checking of pods with many validators (>100's of validators).
  • This also includes some performance improvements to the 'status' tool, which allows for more efficient / fewer fetches.

Thanks!

0.3.3

05 Sep 18:43
ad25e3f
Compare
Choose a tag to compare

Patch:

  • Fixes an issue with find-stale-pods where we did not previously identify pods on mainnet correctly.
  • Adds additional logs on 'find-stale-pods' if run with --verbose.

0.3.2

30 Aug 19:08
cf63185
Compare
Choose a tag to compare
  • This addresses an issue with how we computed the share balance if you had a partially completed checkpoint. (i.e you had submitted only some of the generated transactions)

0.3.1

30 Aug 16:23
568591c
Compare
Choose a tag to compare
  • Many logs have been moved behind --verbose, to make it easier to parse logs in CI scenarios. If you're using the application locally, we recommend always passing --verbose.

0.3.0

29 Aug 20:29
d7a76a2
Compare
Choose a tag to compare
  • Fixes a critical issue with the status command where TotalSharesAfterCheckpointETH and TotalSharesAfterCheckpointGwei were miscalculated.
  • Fixes a critical issue with the status command where the user's ongoing withdrawals were not considered when computing TotalSharesAfterCheckpoint*
  • Introduces --tolerance <> on find-stale-pods command to allow more granular searching for those running a health checker.

0.2.8

28 Aug 23:02
7c6c4e5
Compare
Choose a tag to compare

Fixes a bug in the pepe healthcheck. (patch only)

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!