master
md 32 lines 1.58 KB
Rendered Raw
1 # Dataset description/sources
2
3 - lotus_testnet_export_256_multiroot.car
4 - Export of the first 256 block of the testnet chain, with 3 tipset roots. Exported from Lotus by @traviperson on 2019-03-18
5
6
7 - lotus_devnet_genesis.car
8 - Source: https://github.com/filecoin-project/lotus/blob/v0.2.10/build/genesis/devnet.car
9
10 - lotus_testnet_export_128.car
11 - Export of the first 128 block of the testnet chain, exported from Lotus by @traviperson on 2019-03-24
12
13
14 - lotus_devnet_genesis_shuffled_noroots.car
15 - lotus_testnet_export_128_shuffled_noroots.car
16 - versions of the above with an **empty** root array, and having all blocks shuffled
17
18 - lotus_devnet_genesis_shuffled_nulroot.car
19 - lotus_testnet_export_128_shuffled_nulroot.car
20 - versions identical to the above, but with a single "empty-block" root each ( in order to work around go-car not following the current "roots can be empty" spec )
21
22 - combined_naked_roots_genesis_and_128.car
23 - only the roots of `lotus_devnet_genesis.car` and `lotus_testnet_export_128.car`,to be used in combination with the root-less parts to validate "transactional" pinning
24
25 - lotus_testnet_export_128_v2.car
26 - lotus_devnet_genesis_v2.car
27 - generated with `car index lotus_testnet_export_128.car > lotus_testnet_export_128_v2.car`
28 - install `go-car` CLI from https://github.com/ipld/go-car
29
30 - partial-dag-scope-entity.car
31 - unixfs directory entity exported from gateway via `?format=car&dag-scope=entity` ([IPIP-402](https://specs.ipfs.tech/ipips/ipip-0402/))
32 - CAR roots includes directory CID, but only the root block is included in the CAR, making the DAG incomplete