Skip to content

0.2.6

Compare
Choose a tag to compare
@jbrower95 jbrower95 released this 20 Aug 15:47
· 108 commits to master since this release
19cc998

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!