We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Addresses are specified in code as 32 bytes https://github.com/aionnetwork/AVM/blob/master/org.aion.avm.api/src/avm/Address.java#L11
But documentation for FastVM states addresses are 128-bits. Documentation for AVM does not specify bit length.
The text was updated successfully, but these errors were encountered:
Where does the FastVM doc state that the addresses are 128-bit? Here, it defines them as 32 bytes: https://github.com/aionnetwork/aion_fastvm/wiki/Specifications
This isn't specific to either VM but a defined constant of the Aion network.
Sorry, something went wrong.
Thank you. I was confused with FastVM documentation. No problem here.
No branches or pull requests
Addresses are specified in code as 32 bytes https://github.com/aionnetwork/AVM/blob/master/org.aion.avm.api/src/avm/Address.java#L11
But documentation for FastVM states addresses are 128-bits. Documentation for AVM does not specify bit length.
The text was updated successfully, but these errors were encountered: