graphprotocol / block-oracle

MIT License
7 stars 13 forks source link

Implement Transaction Monitoring #215

Closed tilacog closed 1 year ago

tilacog commented 1 year ago

Currently, the Epoch Block Oracle optimistically halts until DataEdge transactions ar included in a block.

If gas prices increase, the program will wait forever as it does not attempt any retries with adjusted gas prices.

We already have the plans for the transaction monitoring feature.

neysofu commented 1 year ago

Closed by #219