Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vote-program): Withdraw instruction #616

Open
wants to merge 8 commits into
base: dade/vote-program-update-commission
Choose a base branch
from

Conversation

dadepo
Copy link
Contributor

@dadepo dadepo commented Mar 14, 2025

This implements the withdraw instruction, which is used to withdraw funds from the vote account.

Copy link

codecov bot commented Mar 14, 2025

Codecov Report

Attention: Patch coverage is 98.11321% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/runtime/program/vote/execute.zig 98.01% 3 Missing ⚠️
Files with missing lines Coverage Δ
src/runtime/program/vote/state.zig 87.68% <100.00%> (+0.29%) ⬆️
src/runtime/program/vote/execute.zig 96.66% <98.01%> (+0.39%) ⬆️
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dadepo dadepo marked this pull request as ready for review March 16, 2025 16:28
@dadepo dadepo requested review from 0xNineteen and yewman March 16, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

None yet

1 participant