ipld-eth-server/pkg/contract_watcher/shared/repository
Rob Mulholand 37e2673a8d Do nothing on duplicate log insert
- Prevents duplicate key constraint violation from blocking the process
  from moving forward on restart.
- If header_id, log_idx, and tx_idx are the same, we can safely do
  nothing since it's definitely the same log - a reorg would cause the
  original header to be replaced with a new ID.
2019-09-23 16:02:07 -05:00
..
event_repository_test.go Do nothing on duplicate log insert 2019-09-23 16:02:07 -05:00
event_repository.go Do nothing on duplicate log insert 2019-09-23 16:02:07 -05:00
method_repository_test.go (VDB-560) Rename lightSync to headerSync 2019-05-01 12:12:55 -05:00
method_repository.go PR fixes; remove all infura token references and setup travis to use encrypted env 2019-03-21 18:36:51 -05:00
repository_suite_test.go mv pkg/omni pkg/contract_watcher 2019-03-21 18:33:56 -05:00