ipld-eth-server/pkg/geth/converters/common
Rob Mulholand 05186634bd 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-11-03 13:49:23 -05:00
..
block_converter_test.go Add cold import script 2018-05-04 10:54:00 -05:00
block_converter.go Add light sync command 2018-11-03 13:49:23 -05:00
block_rewards.go Add cold import script 2018-05-04 10:54:00 -05:00
common_suite_test.go Add cold import script 2018-05-04 10:54:00 -05:00
header_converter_test.go Add light sync command 2018-11-03 13:49:23 -05:00
header_converter.go Add light sync command 2018-11-03 13:49:23 -05:00
log_converter_test.go Add cold import script 2018-05-04 10:54:00 -05:00
log_converter.go Add cold import script 2018-05-04 10:54:00 -05:00
receipt_converter_test.go Add cold import script 2018-05-04 10:54:00 -05:00
receipt_converter.go Add cold import script 2018-05-04 10:54:00 -05:00
transaction_converter.go Add cold import script 2018-05-04 10:54:00 -05:00