Conversation
5e94b25 to
3998d59
Compare
rmulhol
left a comment
There was a problem hiding this comment.
Looking good! I think we can merge when we get the config files + transformerExporter.go updated - and would ideally like an address_id on the table or some other way of distinguishing the ilk
| log_id BIGINT NOT NULL REFERENCES public.event_logs (id) ON DELETE CASCADE, | ||
| val numeric, | ||
| age numeric, | ||
| UNIQUE (header_id, log_id) |
There was a problem hiding this comment.
Assuming this will be pointed at multiple contracts, probably want to put an address_id on here to know which ilk's median price we're dealing with.
Also - looks like we're missing config updates to include the transformer and specify what contracts it's watching
There was a problem hiding this comment.
Weird... I force pushed a commit with these yesterday that doesn't seem to have gone through. Let me figure that out and get an address_id on there. That makes sense to figure out which ilk it is.
57a0379 to
6f6a1dd
Compare
6f6a1dd to
aa4d5af
Compare
No description provided.