-
-
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
Feature/1603 ens offchain integration #1617
Feature/1603 ens offchain integration #1617
Conversation
…d, change the exception message on more meaningful
…1603_ens_offchain_integration # Conflicts: # core/src/main/java/org/web3j/ens/EnsResolver.java
Hi @andrii-kl thanks for the integration PR and sorry for not being able to respond quickly.
Thanks. Makoto |
FYI. Added some test casce snenario for web3.py which you can refer to as well ethereum/web3.py#2406 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
…_ens_offchain_integration
@makoto "Contract Call has been reverted by the EVM with the reason: 'execution reverted'." |
@makoto Same response in the etherscan too. (ensName: 1.offchainexample.eth) Could you provide right execution parameters for this method? (1.offchainexample.eth) |
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.
looks good for me, only few questions
@@ -32,33 +34,44 @@ | |||
* or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the | |||
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update. | |||
* | |||
* <p>Generated with web3j version 4.0.0. | |||
* <p>Generated with web3j version 1.4.1. |
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.
shouldn't this be generated with a newer version?
* or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the | ||
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update. | ||
* | ||
* <p>Generated with web3j version 1.4.1. |
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.
shouldn't this be generated with a newer version?
That should show custom error type with gateway URL like the below as long as you put two bytecode
|
Yes, it would be great to add support on the etherscan. On our side, everything is fine, we have dealt with everything, thank you. |
What does this PR do?
Add support of new functions of ENS. eip-3668 | EIP 1577
Why is it needed?
To work with new ENS functions.