Skip to content

Conversation

@aditya520
Copy link
Member

Summary

Rationale

How has this been tested?

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

@vercel
Copy link

vercel bot commented Sep 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
component-library Ready Ready Preview Comment Sep 3, 2025 6:41pm
developer-hub Ready Ready Preview Comment Sep 3, 2025 6:41pm
5 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
api-reference Skipped Skipped Sep 3, 2025 6:41pm
entropy-explorer Skipped Skipped Sep 3, 2025 6:41pm
insights Skipped Skipped Sep 3, 2025 6:41pm
proposals Skipped Skipped Sep 3, 2025 6:41pm
staking Skipped Skipped Sep 3, 2025 6:41pm

Copy link
Contributor

@alexcambose alexcambose left a comment

Choose a reason for hiding this comment

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

lgtm


## Deployment

Create a deployment script and deploy to Optimism Sepolia testnet. Check the [contract addresses](contract-addresses) page for the Entropy contract address on your chosen network.
Copy link
Contributor

Choose a reason for hiding this comment

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

fyi make sure to check all the links in case the navigation is different now.

2. A commits to their number by sharing $h_A = \mathrm{hash}(x_A)$
3. B reveals $x_B$
4. A reveals $x_A$
5. B verifies that $\mathrm{hash}(x_{A}) == h_A$
Copy link
Contributor

Choose a reason for hiding this comment

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

you might need to define these vars, not sure how they're defined in the old dev hub

export default function Layout({ children }: { children: ReactNode }) {
return <HomeLayout {...baseOptions}>{children}</HomeLayout>;
return (
<HomeLayout {...baseOptions} role="none">
Copy link
Contributor

Choose a reason for hiding this comment

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

curious what role="none" does?

Copy link
Member Author

@aditya520 aditya520 Sep 4, 2025

Choose a reason for hiding this comment

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

https://www.w3.org/TR/wai-aria-1.1/#role_definitions

I am not sure, this is impacting us in anyway here.

@aditya520 aditya520 merged commit 332c3ea into main Sep 4, 2025
10 checks passed
@aditya520 aditya520 deleted the chore(dev-hub)-add-entropy-pages branch September 4, 2025 14:57
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