-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(controller
): merge from release/v0.2.0
#73
Merged
ducthotran2010
merged 118 commits into
feature/controller
from
merge/release/v0.2.0-feature/controller
Oct 24, 2023
Merged
chore(controller
): merge from release/v0.2.0
#73
ducthotran2010
merged 118 commits into
feature/controller
from
merge/release/v0.2.0-feature/controller
Oct 24, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: add namehash * forge install: solady v0.0.124 * feat: update namehash function * feat: add more tests and update doc * format: rename var
feat: add RNSAuction
* feat: add RNSDomainPrice * forge install: pyth-sdk-solidity v2.2.0
* feat: add Public Resolvers into testnet v0.2.0 (#17) * forge install: ens-contracts v0.1 * forge install: buffer 688aa09e9ad241a94609e6af539e65f229912b16 * chore: migrate from private repo * feat: add PublicResolver & dependency * fix: outdated name and address in Public Resolver (#5) fix: outdated name and address in Public Resolver * fix: resolve merge conflicts * fix: resolve merge conflicts --------- Co-authored-by: Duc Tho Tran <[email protected]> * feat: add RNSAuction --------- Co-authored-by: Duc Tho Tran <[email protected]>
…tnet/v0.2.0 (#27) * feat: implement Auction contract for RNS (#18) feat: add RNSAuction * fix: resolve conflict * forge install: pyth-sdk-solidity v2.2.0 * fix: add remapping for @pythnetwork
* feat: return usdTax and ronTax * feat: use struct
feat: reuse LibRNSDomain for namehash and compute id
…ed/release-testnet/v0.2.0
* feat: add `RONRegistrarController` and `NameChecker` contracts (#21) * feat: resolve conflict --------- Co-authored-by: Duke.ron <[email protected]>
….0/feature/auction
….0/feature/domain-price
…or-reserved-id/auction
github-actions
bot
dismissed stale reviews from TuDo1403 and ducthotran2010
via
October 24, 2023 06:45
ebb4170
github-actions
bot
force-pushed
the
merge/release/v0.2.0-feature/controller
branch
from
October 24, 2023 06:45
e94ce6f
to
ebb4170
Compare
TuDo1403
approved these changes
Oct 24, 2023
ducthotran2010
approved these changes
Oct 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
PR to merge from release/v0.2.0 to feature/controller.