ipld-eth-server/pkg/contract_watcher
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
..
full Decouple log extraction from transformer delegation 2019-08-28 09:25:13 -05:00
header Correctly parse uint8 values in contract watcher 2019-09-20 21:37:59 -05:00
shared Do nothing on duplicate log insert 2019-09-23 16:02:07 -05:00