polytope-labs / hyperbridge

Hyperbridge is a hyperscalable coprocessor for verifiable, cross-chain interoperability
https://docs.hyperbridge.network/
Apache License 2.0
107 stars 33 forks source link

Deduplicate requests in a batch #147

Closed seunlanlege closed 5 months ago

seunlanlege commented 5 months ago

Rather than just hashing the ismp message, we take into account the unique fields in the message, allowing the mempool reject similar transactions with the same unique fields. This will prevent multiple txs with the same message ending up in a block.