j1m5s3 / defi-liquidations-bot

Scan various lending protocols for accounts with health factors < 1 and attempt to liquidate
1 stars 2 forks source link

ADD CORE bot DataManager #6

Closed j1m5s3 closed 11 months ago

j1m5s3 commented 11 months ago

The bot will wait for data provided by the Searcher, submitted to shared memory. The DataManager will do the following operations...

  1. Update records (Comparison of data in db and data submitted by the Searcher)
  2. Insert NEW records

bots/data_manager.py