ElementsProject / ElementsProject/elements
be more systematic in avoiding parent-child chain txid collisions
Open
consensus
enhancement
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 416
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 15
Description
Currently a parent chain sharing an identical txid definition could lead to txid collisions with the sidechain's. So for example a elements-mode to elements-mode and vice versa chain pairs.
This doesn't happen in today's deployments but could matter.
We could prefix txids with some unique tag to avoid this.
Contributor guide
Assessment
This issue has not been assessed yet.