You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bounty: Fix Claim Burn Ownership Proof in Cucumber Tests
Tier: M — 60,000 XTM
Description
Two transfer cucumber tests fail at the claim burn step with "ownership proof validation failed". The integration test's burn proof construction is out of sync with the current wallet daemon validation logic, likely after recent claim burn changes in PR #1969. Update the proof construction in the test steps to match the current validation requirements.
Acceptance Criteria
The When I claim burn BURN_PROOF and spend it into account ... using wallet daemon ... step passes
"Transfer tokens to account that does not previously exist" scenario passes end-to-end
"Transfer tokens to existing account" scenario passes end-to-end
Existing claim burn scenarios in claim_burn.feature continue to pass
Bounty: Fix Claim Burn Ownership Proof in Cucumber Tests
Tier: M — 60,000 XTM
Description
Two transfer cucumber tests fail at the claim burn step with "ownership proof validation failed". The integration test's burn proof construction is out of sync with the current wallet daemon validation logic, likely after recent claim burn changes in PR #1969. Update the proof construction in the test steps to match the current validation requirements.
Acceptance Criteria
When I claim burn BURN_PROOF and spend it into account ... using wallet daemon ...step passesclaim_burn.featurecontinue to passContext
Invalid param 'claim_proof.ownership_proof': ownership proof validation failedintegration_tests/tests/steps/wallet_daemon.rs:53tests/features/transfer.featureHow to Claim
Notes