Skip to content

Add helper for building deterministic test wallet addresses #276

@Chucks1093

Description

@Chucks1093

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

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions