-
Notifications
You must be signed in to change notification settings - Fork 27
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
Integrate TacoApplication and Dockerize Development #603
Conversation
This still requires a lot of system resources, beware!
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.
Great start!
}), | ||
[stakeAmount, tacoMinAuthAmount] | ||
) | ||
|
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.
We need a warning modal at some point before authorizing is complete that informs the staker of the Deauthorization Delay:
The deauthorization delay is the time one must wait between initiating a withdrawal from TACo service provision and being able to complete that withdrawal. The deauthorization delay for TACo currently set to 6 months (183 days). Note that this is 138 days longer than tBTC and Random Beacon (45 days).
And a link to the Duties & Compensation page.
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.
It might even be a good idea to get stakers to tick a box saying they understand. It doesn't mean anything legally, but it means they're less likely to skip through the warning without reading it.
@@ -17,6 +17,10 @@ const iconMap: Record<StakingAppName, Record<Operation, string>> = { | |||
increase: randomBeaconIncrease, | |||
decrease: randomBeaconDecrease, | |||
}, | |||
taco: { | |||
increase: tbtcIncrease, |
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.
Should we at the very least copy the same image and rename to tacoIncrease/Decrease...?
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.
…lect local filesystem changes during development Co-authored-by: James Campbell <[email protected]>
Co-authored-by: Arjun Hassard <[email protected]>
Co-authored-by: Arjun Hassard <[email protected]>
Co-authored-by: Arjun Hassard <[email protected]>
No description provided.