Skip to content
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

chore(interop): Update Identifier ABI #1270

Open
clabby opened this issue Mar 14, 2025 · 2 comments
Open

chore(interop): Update Identifier ABI #1270

clabby opened this issue Mar 14, 2025 · 2 comments
Assignees
Labels
A-protocol Area: protocol crates H-interop Hardfork: Interop related K-chore Kind: chore

Comments

@clabby
Copy link
Collaborator

clabby commented Mar 14, 2025

Overview

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;
}
@clabby clabby added A-protocol Area: protocol crates H-interop Hardfork: Interop related K-chore Kind: chore labels Mar 14, 2025
@clabby clabby self-assigned this Mar 14, 2025
@clabby
Copy link
Collaborator Author

clabby commented Mar 19, 2025

I'll get this done before EOW.

@clabby
Copy link
Collaborator Author

clabby commented Mar 23, 2025

I don't think they actually ended up changing this. Will close this week once I've confirmed with wonderland.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-protocol Area: protocol crates H-interop Hardfork: Interop related K-chore Kind: chore
Projects
Status: Backlog
Development

No branches or pull requests

1 participant