Skip to content
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

feat: bulk renewal updates/optimisations #351

Open
wants to merge 4 commits into
base: staging
Choose a base branch
from

Conversation

TateB
Copy link
Contributor

@TateB TateB commented May 21, 2024

this pr replaces the old BulkRenewal contract with a new contract made out of 3 different options:

  • FixedDurationBulkRenewal: renews all names for a set duration. same functionality as previous contract/StaticBulkRenewal.
  • FixedItemPriceBulkRenewal: renews all names that would have the same price (i.e. same character length) for a moderate gas improvement over the standard fixed duration functions.
  • TargetExpiryBulkRenewal: renews all names up to a target expiry, i.e. expiry syncing

@TateB TateB marked this pull request as ready for review October 21, 2024 01:14
@TateB TateB requested a review from jefflau October 21, 2024 01:19
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.

2 participants