Skip to content

chore: Copy changes and remove timelock field #11

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

wryonik
Copy link
Contributor

@wryonik wryonik commented Jan 7, 2025

  • Update "Gnosis Safe" -> "Safe"
  • Remove "Under Audit" message
  • Add explaination for burner wallet
  • Remove timelock field from the burner wallet flow

@Divide-By-0 Divide-By-0 temporarily deployed to shubhamgupta2956/zk-1061-recovery-demo-small-improvements - prove.email/recovery PR #11 January 7, 2025 11:25 — with Render Destroyed
- Update "Gnosis Safe" -> "Safe"
- Remove "Under Audit" message
- Add explaination for burner wallet
- Remove timelock field from the burner wallet flow
@wryonik wryonik force-pushed the shubhamgupta2956/zk-1061-recovery-demo-small-improvements branch from dd75a23 to 767122d Compare January 7, 2025 11:26
@Divide-By-0 Divide-By-0 temporarily deployed to shubhamgupta2956/zk-1061-recovery-demo-small-improvements - prove.email/recovery PR #11 January 7, 2025 11:26 — with Render Destroyed
Copy link
Collaborator

@JohnGuilding JohnGuilding left a comment

Choose a reason for hiding this comment

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

Approving but these linting errors should be fixed @wryonik

@@ -63,7 +63,7 @@ const GuardianSetup = () => {
const [loading, setLoading] = useState(false);

// 0 = 2 week default delay, don't do for demo
const [recoveryDelay, setRecoveryDelay] = useState(1);
const [recoveryDelay, setRecoveryDelay] = useState(0);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Note for future changes, the production module has a minimum delay of 6 hours so this would need to be set to 6 hours under the hood. A small info message could be added when recovery is processed to tell the user to come back in 6 hours (kind of bad UX but the minimum delay is a useful security feature and it's needed as input to constructor, which impacts create2 address. So having consistent addresses means that we need this set to the same as the non-testnet version)

@JohnGuilding
Copy link
Collaborator

@wryonik can this be merged once linting and formatting is fixed?

@JohnGuilding
Copy link
Collaborator

Replaced by #13

@JohnGuilding JohnGuilding deleted the shubhamgupta2956/zk-1061-recovery-demo-small-improvements branch April 30, 2025 20:05
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