Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong block number in xcm transfer on kusama in case of 2 transfers at same block #349

Closed
dzmitry-lahoda opened this issue Jun 5, 2023 · 1 comment

Comments

@sourabhniyogi
Copy link
Contributor

Thank you for your report, we rematched this one but the source is we do real-time matching in the indexers that match heuristic constraints (messagehash match? receiver match? transaction fee + amount received = amount received ... or close, to support multihop) and it tends to break (at least, from your point of view) when there are identical message hashes, low amount sent and/or repeated transactions from the same sender/receiver.

We aim to solve this with the "Topic" mechanism:
paritytech/polkadot#7234
which I believe is partially covered in IBC -- no heuristic matching is required. However, for your XCM plans, you should use the "SetTopic" instruction and make our life easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants