Skip to content

Conversation

@m30m
Copy link
Contributor

@m30m m30m commented Jun 9, 2025

Summary

Make the manual reveal script to accept a range.

Rationale

Helpful for incident recovery

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

@vercel
Copy link

vercel bot commented Jun 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
api-reference ⬜️ Skipped (Inspect) Jun 9, 2025 11:31pm
component-library ⬜️ Skipped (Inspect) Jun 9, 2025 11:31pm
developer-hub ⬜️ Skipped (Inspect) Jun 9, 2025 11:31pm
entropy-debugger ⬜️ Skipped (Inspect) Jun 9, 2025 11:31pm
entropy-explorer ⬜️ Skipped (Inspect) Jun 9, 2025 11:31pm
insights ⬜️ Skipped (Inspect) Jun 9, 2025 11:31pm
proposals ⬜️ Skipped (Inspect) Jun 9, 2025 11:31pm
staking ⬜️ Skipped (Inspect) Jun 9, 2025 11:31pm

@vercel vercel bot temporarily deployed to Preview – insights June 9, 2025 23:01 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals June 9, 2025 23:01 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer June 9, 2025 23:01 Inactive
@vercel vercel bot temporarily deployed to Preview – api-reference June 9, 2025 23:01 Inactive
@vercel vercel bot temporarily deployed to Preview – developer-hub June 9, 2025 23:01 Inactive
@vercel vercel bot temporarily deployed to Preview – component-library June 9, 2025 23:01 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-debugger June 9, 2025 23:01 Inactive
@vercel vercel bot temporarily deployed to Preview – staking June 9, 2025 23:01 Inactive
@vercel vercel bot temporarily deployed to Preview – developer-hub June 9, 2025 23:03 Inactive
@vercel vercel bot temporarily deployed to Preview – component-library June 9, 2025 23:03 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer June 9, 2025 23:03 Inactive
@vercel vercel bot temporarily deployed to Preview – api-reference June 9, 2025 23:03 Inactive
@vercel vercel bot temporarily deployed to Preview – insights June 9, 2025 23:03 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-debugger June 9, 2025 23:03 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals June 9, 2025 23:03 Inactive
@vercel vercel bot temporarily deployed to Preview – staking June 9, 2025 23:03 Inactive
"Usage: $0 --chain <chain-id> --private-key <private-key> --sequence-number <sequence-number>",
"Tries to reveal entropy requests with callback using the provided private key.\n" +
"This can be used to manually debug why a callback was not triggered or recover manually from a downtime\n" +
"Usage: $0 --chain <chain-id> --private-key <private-key> --sequence-number <sequence-number>",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be useful to add an example of a seq number range

type: "string",
demandOption: true,
desc: "sequence number of the request to reveal",
desc: "Sequence number of the request to reveal or a range of sequence numbers to reveal separated by colon (e.g. 1000:1100)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the second number inclusive or exclusive?

@vercel vercel bot temporarily deployed to Preview – component-library June 9, 2025 23:22 Inactive
@vercel vercel bot temporarily deployed to Preview – staking June 9, 2025 23:22 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals June 9, 2025 23:22 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer June 9, 2025 23:22 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-debugger June 9, 2025 23:22 Inactive
@vercel vercel bot temporarily deployed to Preview – insights June 9, 2025 23:22 Inactive
@vercel vercel bot temporarily deployed to Preview – developer-hub June 9, 2025 23:22 Inactive
@vercel vercel bot temporarily deployed to Preview – api-reference June 9, 2025 23:22 Inactive
@vercel vercel bot temporarily deployed to Preview – staking June 9, 2025 23:30 Inactive
@vercel vercel bot temporarily deployed to Preview – insights June 9, 2025 23:30 Inactive
@vercel vercel bot temporarily deployed to Preview – api-reference June 9, 2025 23:30 Inactive
@vercel vercel bot temporarily deployed to Preview – component-library June 9, 2025 23:30 Inactive
@vercel vercel bot temporarily deployed to Preview – developer-hub June 9, 2025 23:30 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-debugger June 9, 2025 23:30 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer June 9, 2025 23:30 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals June 9, 2025 23:30 Inactive
@m30m m30m merged commit 1dd0c91 into main Jun 9, 2025
11 checks passed
@m30m m30m deleted the branch-A47BC30D branch June 9, 2025 23:45
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.

3 participants