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

feat(attest): detect reorgs based on XMsg StreamOffsets #1358

Closed arajasek closed 3 months ago

arajasek commented 3 months ago

Keep an up-to-date map of offset based on StreamID, and report a reorg if the next block's XMsgs don't apply consecutively on our map's offsets.

issue: #1312