Skip to content

feat(bank): implement account suspension response#114

Open
rbxict wants to merge 2 commits intoADG-VITV:mainfrom
rbxict:bounty-fix-32
Open

feat(bank): implement account suspension response#114
rbxict wants to merge 2 commits intoADG-VITV:mainfrom
rbxict:bounty-fix-32

Conversation

@rbxict
Copy link
Copy Markdown

@rbxict rbxict commented Mar 29, 2026

Summary

  • implement suspend_account() so bank staff return the expected account suspension message for the provided account number
  • add a focused regression test for the required suspension response
  • remove accidental PR helper files from the branch so the diff only shows the actual bank change and test

Validation

  • pytest test_suspend_account.py -q

Payout Details

  • EVM: 0xe744f6791a685b0A0cC316ED44375B69361c837F
  • SOL: 8BsByR6rPqxDPku6dYtdoiSk6bdgE9YETbLQF2RGSw1C

/claim #32

Closes #32

Closes ADG-VITV#32

Payouts:
- EVM: 0xe744f6791a685b0A0cC316ED44375B69361c837F
- SOL: 8BsByR6rPqxDPku6dYtdoiSk6bdgE9YETbLQF2RGSw1C

PoA-Signature: poa_ab312d211f6d8297
Cleanup-only follow-up for PR ADG-VITV#114.

PoA-Signature: poa_5b0dc1c2e830f5bc
@rbxict rbxict changed the title feat: solution for issue #32 feat(bank): implement account suspension response Mar 29, 2026
@rbxict
Copy link
Copy Markdown
Author

rbxict commented Mar 29, 2026

I pushed a cleanup-only follow-up to remove accidental commit_msg.txt / pr_body.txt helper files from the branch. The solution code itself is unchanged; this just keeps the diff reviewer-friendly.

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.

Implement suspend_account() in bank.py

1 participant