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

Update table.csv #164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ eth-tx-receipt, ipld, 0x95, Ethereum Transac
eth-state-trie, ipld, 0x96, Ethereum State Trie (Eth-Secure-Trie)
eth-account-snapshot, ipld, 0x97, Ethereum Account Snapshot (RLP)
eth-storage-trie, ipld, 0x98, Ethereum Contract Storage Trie (Eth-Secure-Trie)
tau-block ipld, 0xa0, Taucoin Block
tau-block-list ipld, 0xa1, Taucoin Block List
tau-tx-transfer ipld, 0xa2, Taucoin Transfer Transaction
tau-tx-new-name ipld, 0xa3, Taucoin New Name Transaction
tau-tx-message ipld, 0xa4, Taucoin Message Transaction
tau-tx-new-chain ipld, 0xa5, Taucoin New Chain Transaction
tau-tx-list ipld, 0xa6, Taucoin Transaction List
bitcoin-block, ipld, 0xb0, Bitcoin Block
bitcoin-tx, ipld, 0xb1, Bitcoin Tx
zcash-block, ipld, 0xc0, Zcash Block
Expand Down