Summary
Contract tests that need multiple distinct wallet addresses currently construct them inline with varying approaches, making fixtures inconsistent. A small helper that generates deterministic test addresses from an index or seed keeps fixtures uniform and easy to read.
Scope
- add a test helper that returns a deterministic Soroban Address from a given index or seed string
- use the helper in at least one existing test that constructs addresses manually
- keep the helper scoped to the test module
Acceptance Criteria
- the helper returns the same address for the same input on every call
- addresses produced by different inputs are distinct
- at least one existing test is updated to use the helper
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg
Summary
Contract tests that need multiple distinct wallet addresses currently construct them inline with varying approaches, making fixtures inconsistent. A small helper that generates deterministic test addresses from an index or seed keeps fixtures uniform and easy to read.
Scope
Acceptance Criteria
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg