-
Notifications
You must be signed in to change notification settings - Fork 21
Add CL4RRedeemer #791
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
Add CL4RRedeemer #791
Conversation
contracts/schemes/CL4RRedeemer.sol
Outdated
|
||
/** | ||
* @title A scheme for redeeming a ContinuousLocking4Reputation contract used in a different DAO. | ||
* This is used to migrate from an older DAO to a new one while the older DAO has an active ContinuousLocking4Reputation |
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.
This is used
- > This contract can be use
contracts/schemes/CL4RRedeemer.sol
Outdated
/** | ||
* @title A scheme for redeeming a ContinuousLocking4Reputation contract used in a different DAO. | ||
* This is used to migrate from an older DAO to a new one while the older DAO has an active ContinuousLocking4Reputation | ||
* Using it should be done by initiaalizing this contract s a scheme in the new DAO, |
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.
initiaalizing
-> initializing
contract s a scheme
-> contract as a scheme
contracts/schemes/CL4RRedeemer.sol
Outdated
* @title A scheme for redeeming a ContinuousLocking4Reputation contract used in a different DAO. | ||
* This is used to migrate from an older DAO to a new one while the older DAO has an active ContinuousLocking4Reputation | ||
* Using it should be done by initiaalizing this contract s a scheme in the new DAO, | ||
* with the old ContinuousLocking4Reputation as an init parameter. |
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.
as an init parameter (_ct4r)
contracts/schemes/CL4RRedeemer.sol
Outdated
* This is used to migrate from an older DAO to a new one while the older DAO has an active ContinuousLocking4Reputation | ||
* Using it should be done by initiaalizing this contract s a scheme in the new DAO, | ||
* with the old ContinuousLocking4Reputation as an init parameter. | ||
* Then the old ContinuousLocking4Reputation should be unregistered as a scheme from the older DAO so |
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.
Note : the old ContinuousLocking4Reputation should be unregistered as a scheme from the older ....
Fixed the description @orenyodfat |
No description provided.