cowprotocol / dune-bridge

Other
4 stars 3 forks source link

App Hash Content Fetching #39

Closed bh2smith closed 1 year ago

bh2smith commented 1 year ago

We implement CID from Hex (i.e. from appHash) and a get_content method. This method has timeout of 1 second set, but retries 3 times. It seems to me that its pretty clear there is no content when these things timeout the first time...

In order to keep the diff minimal, I will submit this for review/merge and connect the app_hash fetching with the app_content fetching in a follow up PR.