Skip to content

Commit 2985834

Browse files
authored
add a multicodec to identify Ethereum Solidity ABI-encoded data
See https://docs.soliditylang.org/en/latest/abi-spec.html.
1 parent 352d05a commit 2985834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

table.csv

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ eth-account-snapshot, ipld, 0x97, permanent, Ethe
6767
eth-storage-trie, ipld, 0x98, permanent, Ethereum Contract Storage Trie (Eth-Secure-Trie)
6868
eth-receipt-log-trie, ipld, 0x99, draft, Ethereum Transaction Receipt Log Trie (Eth-Trie)
6969
eth-receipt-log, ipld, 0x9a, draft, Ethereum Transaction Receipt Log (RLP)
70+
eth-solidity-abi, ipld, 0x9b, draft, Ethereum Solidity ABI-encoded data
7071
aes-128, key, 0xa0, draft, 128-bit AES symmetric key
7172
aes-192, key, 0xa1, draft, 192-bit AES symmetric key
7273
aes-256, key, 0xa2, draft, 256-bit AES symmetric key

0 commit comments

Comments
 (0)