chronicleprotocol / scribe

Extremely performant EVM oracle utilizing aggregated Schnorr signatures
Other
53 stars 6 forks source link

Refactor to use feed identifier based on address instead of storage array index #22

Closed pmerkleplant closed 1 year ago

pmerkleplant commented 1 year ago

This PR is still in draft. If merged, we should bump Scribe to v2.0.0 due to breaking changes.

Using identifiers based on a feeds address allows offchain components to not have to know about Scribe's internal storage state (ie a feeds array index).

Further TODOs: