-
Notifications
You must be signed in to change notification settings - Fork 308
chore(dev-hub) Move Entropy pages #3016
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
5 Skipped Deployments
|
alexcambose
left a comment
There was a problem hiding this 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. |
There was a problem hiding this comment.
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$ |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Summary
Rationale
How has this been tested?