Releases: Layr-Labs/eigenpod-proofs-generation
Releases · Layr-Labs/eigenpod-proofs-generation
0.3.6
0.3.5
0.3.4
- 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
0.3.2
0.3.1
0.3.0
- Fixes a critical issue with the status command where
TotalSharesAfterCheckpointETH
andTotalSharesAfterCheckpointGwei
were miscalculated. - Fixes a critical issue with the status command where the user's ongoing withdrawals were not considered when computing
TotalSharesAfterCheckpoint*
- Introduces
--tolerance <>
onfind-stale-pods
command to allow more granular searching for those running a health checker.
0.2.8
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!