Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.0.0] SLASHING #162

Merged
merged 38 commits into from
Dec 18, 2024
Merged

[1.0.0] SLASHING #162

merged 38 commits into from
Dec 18, 2024

Conversation

jbrower95
Copy link
Contributor

@jbrower95 jbrower95 commented Dec 17, 2024

This release is only compatible with preprod. Do not upgrade.

Changelog:

  • New commands for withdrawals
  • Updated find-stale-pods and status commands to be compatible with slashing.

New Commands For Withdrawals

  • ./cli queue-withdrawal --sender <pk> [--amountWei <amount>] --podAddress <pod> --execNode $NODE_ETH --beaconNode $NODE_BEACON [--gas | -g]
    usage: Queues a full withdrawal of any shares you may have in the native ETH strategy. Optionally estimate gas with -g. If amountWei is set, the withdrawal will be at-most amountWei in size.

  • ./cli complete-all-withdrawals --sender --podAddress --execNode $NODE_ETH --beaconNode $NODE_BEACON
    usage: Completes all withdrawals for any shares you may have in the native ETH strategy. Optionally estimate gas with -g.

  • ./cli show-withdrawals --podAddress --execNode $NODE_ETH --beaconNode $NODE_BEACON
    usage: Lists all withdrawals associated with the pod's owner. (regardless of strategy).

@jbrower95 jbrower95 changed the title [1.0.0] SLASHING [DO NOT MERGE][1.0.0] SLASHING Dec 17, 2024
@jbrower95 jbrower95 changed the title [DO NOT MERGE][1.0.0] SLASHING [1.0.0] SLASHING Dec 18, 2024
@jbrower95 jbrower95 merged commit 7578c6a into master Dec 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants