forked from cerc-io/ipld-eth-server
- Only syncs block headers (excludes block bodies, transactions, receipts, and logs) - Modifies validation window to include the most recent block - Isolates validation window to the variable defined in the cmd directory (blocks have a separate variable defined in the block_repository for determining when to set a block as final) |
||
|---|---|---|
| .. | ||
| blockchain.go | ||
| mock_block_repository.go | ||
| mock_crypto_parser.go | ||
| mock_ethereum_database.go | ||
| mock_fs_reader.go | ||
| mock_level_database_reader.go | ||
| mock_receipt_repository.go | ||
| mock_transaction_converter.go | ||