Skip to content

chore(refund-vault): remove committed scratch and exploration files (… - #268

Open
Muhamadmust wants to merge 3 commits into
accensa:mainfrom
Muhamadmust:chore/remove-scratch-files
Open

chore(refund-vault): remove committed scratch and exploration files (…#268
Muhamadmust wants to merge 3 commits into
accensa:mainfrom
Muhamadmust:chore/remove-scratch-files

Conversation

@Muhamadmust

Copy link
Copy Markdown

Closes #154

Description

This PR cleans up unreferenced exploratory files from the refund-vault crate as part of audit-readiness preparations.

Changes Made

  • Deleted contracts/refund-vault/scratch.rs (unlinked module containing unfinished code).
  • Deleted contracts/refund-vault/src/explore.rs (unlinked test file with no assertions).
  • Verified grep -rn 'scratch\|explore' contracts/ returns empty.
  • Checked other crates (receipt-anchor) for unreferenced scratch files. (Note: Add any additional files found here, or state "No other unreferenced files were found.")

Verification Checklist

  • grep -rn 'scratch\|explore' contracts/ returns no relevant results.
  • cargo test passes with the identical test count as prior to removal.
  • cargo fmt --all -- --check passes cleanly.
  • cargo clippy --workspace --all-targets -- -D warnings passes without warnings.
  • cargo build --target wasm32v1-none --release builds successfully.

@drips-wave

drips-wave Bot commented Aug 29, 2026

Copy link
Copy Markdown

@Muhamadmust Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove committed scratch and exploration files from the refund-vault crate

2 participants