ipld-eth-server/pkg/datastore/postgres/repositories
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_repository_test.go Fix missing block numbers lookup 2018-06-08 11:26:25 -05:00
block_repository.go Fix missing block numbers lookup 2018-06-08 11:26:25 -05:00
contract_repository_test.go Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
contract_repository.go Handle events 2018-03-05 10:01:50 -06:00
header_repository_test.go Add light sync command 2018-11-03 13:49:23 -05:00
header_repository.go Add light sync command 2018-11-03 13:49:23 -05:00
log_filter_repository_test.go Handle events 2018-03-05 10:01:50 -06:00
log_filter_repository.go Handle events 2018-03-05 10:01:50 -06:00
logs_repository_test.go Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
logs_repository.go Add cold import script 2018-05-04 10:54:00 -05:00
receipt_repository.go Add cold import script 2018-05-04 10:54:00 -05:00
receipts_repository_test.go Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
repositories_suite_test.go Handle events 2018-03-05 10:01:50 -06:00
watched_events_repository_test.go Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
watched_events_repository.go Handle events 2018-03-05 10:01:50 -06:00