ipld-eth-server/pkg/fakes
Rob Mulholand 1355271011 Add light sync command
- 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)
2018-07-18 16:34:12 -05:00
..
blockchain.go Add light sync command 2018-07-18 16:34:12 -05:00
mock_block_repository.go Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
mock_crypto_parser.go Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
mock_ethereum_database.go Get head block number 2018-05-04 11:03:50 -05:00
mock_fs_reader.go Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
mock_level_database_reader.go Get head block number 2018-05-04 11:03:50 -05:00
mock_receipt_repository.go Add cold import script 2018-05-04 10:54:00 -05:00
mock_transaction_converter.go Add cold import script 2018-05-04 10:54:00 -05:00