chronicleprotocol / scribe

Extremely performant EVM oracle utilizing aggregated Schnorr signatures
Other
44 stars 5 forks source link

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

Closed pmerkleplant closed 9 months ago

pmerkleplant commented 9 months 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: