-
Notifications
You must be signed in to change notification settings - Fork 147
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
[HIP 632][HIP 631] Create class to handle address translation functionality for Hedera Account Service #4622
Comments
18 tasks
Method signatures here may change with HIP-632 update. |
3 tasks
Per draft HIP-632 revision (but agreed upon) methods look like this:
|
and per discussion with Luke just now: |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Epic: #4619
There is no implementation of a class to handle address translation functionality for the Hedera Account Service.
Solution
Create and unit test a new class -
AddressTranslatePrecompile
to handle the following calls to the Hedera Account Service.Create additional wrapper classes and utility functionality as needed to be consistent with the implementation of precompile contract handlers in the rest of the system
Alternatives
No response
The text was updated successfully, but these errors were encountered: