ipld-eth-server/pkg/contract_watcher/shared
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
..
constants Correctly parse uint8 values in contract watcher 2019-09-20 21:37:59 -05:00
contract PR fixes; remove all infura token references and setup travis to use encrypted env 2019-03-21 18:36:51 -05:00
fetcher mv pkg/omni pkg/contract_watcher 2019-03-21 18:33:56 -05:00
getter remove references to infura token except for in infura.toml so that tests will continue to pass on CI 2019-03-21 18:36:49 -05:00
helpers Correctly parse uint8 values in contract watcher 2019-09-20 21:37:59 -05:00
parser Update Geth to 1.9.0 2019-07-23 15:26:18 -05:00
poller PR fixes; remove all infura token references and setup travis to use encrypted env 2019-03-21 18:36:51 -05:00
repository Do nothing on duplicate log insert 2019-09-23 16:02:07 -05:00
retriever fixes for review comments 2019-03-21 18:36:49 -05:00
types (VDB-560) Rename lightSync to headerSync 2019-05-01 12:12:55 -05:00