From 298583474c663d472ca5b36f263f1d1bf25d2104 Mon Sep 17 00:00:00 2001 From: raulk Date: Thu, 21 Nov 2024 09:50:07 +0000 Subject: [PATCH] add a multicodec to identify Ethereum Solidity ABI-encoded data See https://docs.soliditylang.org/en/latest/abi-spec.html. --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index 97fe0760..c41346c6 100644 --- a/table.csv +++ b/table.csv @@ -67,6 +67,7 @@ eth-account-snapshot, ipld, 0x97, permanent, Ethe eth-storage-trie, ipld, 0x98, permanent, Ethereum Contract Storage Trie (Eth-Secure-Trie) eth-receipt-log-trie, ipld, 0x99, draft, Ethereum Transaction Receipt Log Trie (Eth-Trie) eth-receipt-log, ipld, 0x9a, draft, Ethereum Transaction Receipt Log (RLP) +eth-solidity-abi, ipld, 0x9b, draft, Ethereum Solidity ABI-encoded data aes-128, key, 0xa0, draft, 128-bit AES symmetric key aes-192, key, 0xa1, draft, 192-bit AES symmetric key aes-256, key, 0xa2, draft, 256-bit AES symmetric key