eth-reciept-log → eth-receipt-log (#326)

This commit is contained in:
Darryl Yeo 2023-06-06 19:27:58 -07:00 committed by GitHub
parent df81972d76
commit 566eaf857a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ eth-state-trie, ipld, 0x96, permanent, Ethe
eth-account-snapshot, ipld, 0x97, permanent, Ethereum Account Snapshot (RLP)
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-reciept-log, ipld, 0x9a, draft, Ethereum Transaction Receipt Log (RLP)
eth-receipt-log, ipld, 0x9a, draft, Ethereum Transaction Receipt Log (RLP)
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

1 name tag code status description
64 eth-account-snapshot ipld 0x97 permanent Ethereum Account Snapshot (RLP)
65 eth-storage-trie ipld 0x98 permanent Ethereum Contract Storage Trie (Eth-Secure-Trie)
66 eth-receipt-log-trie ipld 0x99 draft Ethereum Transaction Receipt Log Trie (Eth-Trie)
67 eth-reciept-log eth-receipt-log ipld 0x9a draft Ethereum Transaction Receipt Log (RLP)
68 aes-128 key 0xa0 draft 128-bit AES symmetric key
69 aes-192 key 0xa1 draft 192-bit AES symmetric key
70 aes-256 key 0xa2 draft 256-bit AES symmetric key