Skip to content

Implement execute_withdraw#202

Open
eischideraa-unn wants to merge 1 commit into
codebestia:mainfrom
eischideraa-unn:blackboxai/execute_withdraw
Open

Implement execute_withdraw#202
eischideraa-unn wants to merge 1 commit into
codebestia:mainfrom
eischideraa-unn:blackboxai/execute_withdraw

Conversation

@eischideraa-unn

@eischideraa-unn eischideraa-unn commented Jun 25, 2026

Copy link
Copy Markdown

Description

Implements execute_withdraw(env, caller, proposal_id) in the proposals contract. The function enforces authorization and proposal state checks, verifies treasury membership and sufficient treasury balance, executes the treasury withdrawal via TokenClient::transfer, updates the proposal status to Executed, and emits ProposalExecutedEvent. Added/updated related treasury interface wiring and included acceptance-criteria coverage in contract tests where applicable.

Closes #124

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Other

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally
  • My code follows the project's coding standards

@drips-wave

drips-wave Bot commented Jun 25, 2026

Copy link
Copy Markdown

@eischideraa-unn 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.

Implement execute_withdraw

1 participant