omni-network / omni

Monorepo for Omni node, contracts and other related tools
https://omni.network
GNU General Public License v3.0
81 stars 46 forks source link

chore(cprovider): next steps to gain confidence #1375

Closed arajasek closed 1 month ago

arajasek commented 3 months ago

https://github.com/omni-network/omni/pull/1289 gave the relayer (through the cprovider) the ability to query historical state as needed in order to fetch attestations. This code is currently minimally exercised, since we store 14 days worth of attestations in a single state (#1343 proposes changing this). In order to gain full confidence in this code, we need to:

arajasek commented 2 months ago

Next steps: