Skip to content

withdrawal requests #286

@rolfyone

Description

@rolfyone

I did a withdrawal, and we get a lot of the details about the fact the TX was included...

https://light-holesky.beaconcha.in/validator/116565?v=withdrawalrequests

I wonder if theres a way to display when the withdrawal is due? the data is available in pending_partial_withdrawals

curl -s http://localhost:5051/eth/v1/beacon/states/head/pending_partial_withdrawals |jq
{
  "version": "electra",
  "execution_optimistic": false,
  "finalized": false,
  "data": [
    {
      "validator_index": "116565",
      "amount": "10000000000",
      "withdrawable_epoch": "233880"
    }
  ]
}

In this case it's not going to occur for a long time, but on mainnet it may be helpful to get a view of this information...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions