ipld-eth-server/examples/erc20_watcher/every_block
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
..
every_block_suite_test.go Add ERC20 token watcher example 2018-11-03 13:49:23 -05:00
fetcher_test.go Add light sync command 2018-11-03 13:49:23 -05:00
fetcher.go Add ERC20 token watcher example 2018-11-03 13:49:23 -05:00
integration_test.go Add light sync command 2018-11-03 13:49:23 -05:00
model.go Add ERC20 token watcher example 2018-11-03 13:49:23 -05:00
repository_test.go Add ERC20 token watcher example 2018-11-03 13:49:23 -05:00
repository.go Add ERC20 token watcher example 2018-11-03 13:49:23 -05:00
transformer_test.go Add ERC20 token watcher example 2018-11-03 13:49:23 -05:00
transformer.go Add ERC20 token watcher example 2018-11-03 13:49:23 -05:00
transformers.go Add light sync command 2018-11-03 13:49:23 -05:00