Skip to content

feat: implements chainId - #8

Merged
0xItadaki merged 17 commits into
devfrom
feat/implements-chainId
Aug 20, 2025
Merged

feat: implements chainId#8
0xItadaki merged 17 commits into
devfrom
feat/implements-chainId

Conversation

@0xItadaki

Copy link
Copy Markdown
Collaborator

Closes EFI-428, EFI-437

@linear

linear Bot commented Aug 20, 2025

Copy link
Copy Markdown
EFI-428 chainId

  • function chainId(bytes32 _node) external view returns (bytes memory)
    • Retrieves the EIP-7930 formatted chain identifier (as bytes, with AddressLength = 0) for a given node.
    • Implementation: Calls this.getRecord(node, CHAIN_IDENTIFIER_EIP7930_KEY). Returns the raw bytes (which will be empty if the record is not found).

EFI-437 chainId

@0xItadaki 0xItadaki self-assigned this Aug 20, 2025
Comment thread src/contracts/L2Resolver.sol
@0xItadaki
0xItadaki requested a review from 0xAustrian August 20, 2025 09:54
0xAustrian
0xAustrian previously approved these changes Aug 20, 2025
Base automatically changed from feat/implements-get-record to dev August 20, 2025 12:13
@0xItadaki
0xItadaki dismissed 0xAustrian’s stale review August 20, 2025 12:13

The base branch was changed.

Comment thread src/contracts/L2Resolver.sol Outdated
@0xItadaki
0xItadaki merged commit b0bfa4b into dev Aug 20, 2025
4 checks passed
@0xItadaki
0xItadaki deleted the feat/implements-chainId branch August 20, 2025 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants