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

fix(xchain/provider): fix concurrent offset tracker issue #1377

Closed corverroos closed 3 months ago

corverroos commented 3 months ago

Fixes concurrent fetch workers causing race in offset tracker.

Instead, wait for "next height" before assigning the offset.

issue: fix #1372