starboard-ventures / fevm-event-tracing

0 stars 0 forks source link

WFIL event tracing onboarding #3

Closed cxytz01 closed 7 months ago

cxytz01 commented 7 months ago
  1. change the DB schema:
    ALTER TABLE event_height_checkpoint ADD updated_at timestamp without time zone;
  2. add new filed in the config map: https://github.com/starboard-ventures/fevm-event-tracing/blob/main/config/service.conf_example#L7
    the mainnent's address is: 0x60E1773636CF5E4A227d9AC24F20fEca034ee25A
    the calibration's address is: 0xaC26a4Ab9cF2A8c5DBaB6fb4351ec0F4b07356c4
  3. deploy the tag: v1.0.3/t1.0.3
  4. call the APIs in scheduler:
    • /api/v1/deal-proposal-create-event-tracing-cron[POST] -- please make sure the current scheduler has invoked this API.
    • /api/v1//wfil-event-tracing-cron[POST] -- new API call them once a day
  5. both mainnet and the calibration env should be deployed on.
  6. call both of the above APIs, and make sure they return the http 200 code.

refer to: https://github.com/starboard-ventures/block-explorer-api-server/issues/1

starboard-devops commented 7 months ago

done