Postmortem / lessons-learned: bridgelet-audit/postmortems/account-factory-salt-collision.md
Purpose:
Write a knowledge-base article walking through why index-based salts collide across separate batch_initialize calls.
This file should cover:
- Explain deterministic address derivation in accessible terms before getting into the specific bug.
- Walk through a concrete worked example: two separate calls, same salt space, second one's index-0 deploy failing.
- Close with general guidance on salt design for any future contract that does programmatic deployment.
Scope: documentation-only addition to a new, standalone folder. No changes to contracts/, docs/, scripts/, or tools/ are needed to close this issue.
Part of the bridgelet-audit/ knowledge-base initiative (59/100).
Postmortem / lessons-learned:
bridgelet-audit/postmortems/account-factory-salt-collision.mdPurpose:
Write a knowledge-base article walking through why index-based salts collide across separate batch_initialize calls.
This file should cover:
Scope: documentation-only addition to a new, standalone folder. No changes to contracts/, docs/, scripts/, or tools/ are needed to close this issue.
Part of the bridgelet-audit/ knowledge-base initiative (59/100).