Skip to content

feat: fee payment contract #77

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

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from
Draft

Conversation

0xmoebius
Copy link
Collaborator

@0xmoebius 0xmoebius commented Apr 14, 2025

  • Migrate to aztec-standards
  • Apply Wonderland's style and patterns
  • Figure out how to handle the TODOs
  • Re-do documentation
  • Complete testing suite

Linear Task

@0xmoebius 0xmoebius requested review from xorsal and 0xShaito April 14, 2025 09:59
@0xmoebius 0xmoebius requested a review from wei3erHase April 14, 2025 17:33
// Always call increase_commitment_balance_internal to ensure the commitment is consumed,
// even if refund_amount is 0. This prevents commitment reuse.
Token::at(accepted_asset)
.increase_commitment_balance_internal(partial_note, refund_amount)
Copy link
Member

@0xShaito 0xShaito Apr 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you will be able to call this as it's an internal fn. Will need to use transfer_private_to_commitment

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed at 9042708

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.

3 participants