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(budget): add quest budget contract and support #281

Merged
merged 13 commits into from
Jun 13, 2024

Conversation

Quazia
Copy link
Member

@Quazia Quazia commented Jun 3, 2024

Resolves Boost-4088

Description

This is primarily a direct port of the code from the Boost Protocol repo. The main additions are a script to deploy the contract, and an extra function that lets us deploy quests (boosts) directly from the budget. This makes disbursements un-needed. Disbursements can be enabled by the owner down the line.

Operator in the script is the authorized boost creator, owner can claw-back funds, add authorized users, and enable disbursements.

Permissions Owner Operator
Add Authorized Spenders
Enable Disbursals
Recover Funds
Create Boosts
Disburse Funds (if enabled)

@Quazia Quazia requested a review from a team as a code owner June 3, 2024 16:51
@Quazia Quazia merged commit a30f202 into main Jun 13, 2024
2 checks passed
@Quazia Quazia deleted the arthur/boost-4088-fork-simplebudget-account branch June 13, 2024 15:44
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.

2 participants