-
Notifications
You must be signed in to change notification settings - Fork 0
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 renewal functionality #113
Conversation
a4b9817
to
7aa69b7
Compare
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.
- Can you specify the exact cargo-contract & rust versions we're using. I assume both are not the latest as we're not updating to v5 yet.
- → cargo-contract
v3.2.0
& rust>v1.69
- → cargo-contract
- Can you provide basic tests for
renew
. - Can you do extensive local testing which includes the contract updgrade. E.g.:
- Deploy commit
5a64553
locally (current testnet/mainnet deployments afaik) - Do some registrations/etc.
- Upgrade contracts to this branch
- Set new values (i.e.
maxRegistrationDuration
,commonPrice
) - Do some registrations/renewals/etc.
- Deploy commit
FYI Haven't tested the code myself yet (will do asap).
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.
Updates as discussed:
- Remove max expiry limit
- → no contract changes requires as of now, just the extra tx after upgrade
- Ability to register a new free domain for 1 year whenever the renewal amount exceeds 10 years (hardcoded). Same for registrations with 10+ years.
830c5f8
to
ce04e11
Compare
This comment was marked as resolved.
This comment was marked as resolved.
|
4f419ac
to
064a23c
Compare
064a23c
to
6f5a4af
Compare
6f5a4af
to
a3b3312
Compare
…istration period
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.
lfg
No description provided.