Bisonai / orakl

Official Oracle of Kaia Blockchain
https://orakl.network
MIT License
70 stars 15 forks source link

Data Feed Reporter Bottleneck #425

Closed martinkersner closed 1 year ago

martinkersner commented 1 year ago

Orakl Network Data Feed Reporter is supposed to handle multiple data feeds at once. Submissions to data feeds can come at the same or similar times, and it takes a while before the requests are processed (transaction receipt received). Aggregator smart contract is sensitive to delays, therefore we have to eliminate dependency between various data feeds.

Current State

Future State

Possible Solutions

martinkersner commented 1 year ago

We decided to go with the first solution. Implemented at https://github.com/Bisonai/orakl/pull/442