ipld-eth-server/pkg/geth
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
..
cold_import Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
converters Add light sync command 2018-07-18 16:34:12 -05:00
node Get transactions (#45) 2018-03-27 16:06:12 -05:00
testing Remove unused contract methods 2018-03-12 14:21:34 -05:00
abi_test.go Handle events 2018-03-05 10:01:50 -06:00
abi.go Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
blockchain.go Add light sync command 2018-07-18 16:34:12 -05:00
contract.go Add light sync command 2018-07-18 16:34:12 -05:00
geth_suite_test.go Nest packages under pkg 2017-11-06 13:06:03 -06:00