ipld-eth-server/pkg/history
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
..
block_validator_test.go Add light sync command 2018-07-18 16:34:12 -05:00
block_validator.go Add light sync command 2018-07-18 16:34:12 -05:00
header_validator_test.go Add light sync command 2018-07-18 16:34:12 -05:00
header_validator.go Add light sync command 2018-07-18 16:34:12 -05:00
history_suite_test.go Get transactions (#45) 2018-03-27 16:06:12 -05:00
populate_blocks_test.go Add light sync command 2018-07-18 16:34:12 -05:00
populate_blocks.go Add light sync command 2018-07-18 16:34:12 -05:00
populate_headers_test.go Add light sync command 2018-07-18 16:34:12 -05:00
populate_headers.go Add light sync command 2018-07-18 16:34:12 -05:00
validation_window_test.go Add light sync command 2018-07-18 16:34:12 -05:00
validation_window.go Add light sync command 2018-07-18 16:34:12 -05:00