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
Identifier
The interop spec updates have changed the Identifier.
from:
struct Identifier { address origin; uint256 blockNumber; uint256 logIndex; uint256 timestamp; uint256 chainId; }
to
struct Identifier { address origin; uint64 blockNumber; uint32 logIndex; uint64 timestamp; uint256 chainId; }
The text was updated successfully, but these errors were encountered:
I'll get this done before EOW.
Sorry, something went wrong.
I don't think they actually ended up changing this. Will close this week once I've confirmed with wonderland.
clabby
No branches or pull requests
Overview
The interop spec updates have changed the
Identifier
.from:
to
The text was updated successfully, but these errors were encountered: