omni-network / omni

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

feat(xchain): fetch XMsgLogs and XMsgReceipts by blockhash #1357

Closed arajasek closed 1 week ago

arajasek commented 1 week ago

This gives us more reorg-resistance, and ensures that the header, XMsgs, and XReceipts returned by the provider's GetBlock are all consistent.

issue: #1313