-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
ENS metadata and reverse ENS record set #2116
Conversation
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
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.
few suggestions
* <p>Generated with web3j version 4.12.2. | ||
*/ | ||
@SuppressWarnings("rawtypes") | ||
public class ReverseRegistrar extends Contract { |
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.
is there any possibility to generate this wrapper when we need it, as we are doing for the integration tests in order to avoid this hardcode here
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.
I dont it think it will be possible, the same logic is done for ENS, ENS registry and ENS offchain resolver contracts. As these classes need to be present in compile time and included in the JAR.
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
What does this PR do?
Adds retrieving ENS metadata and lets user set reverse ENS record
Where should the reviewer start?
all
Why is it needed?
Functionality was not available
Checklist