We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before release there must be a way to withdraw fees that have been collected
From Product,
Contract fees should go to a new vbank account which is the orchestration fee account that is only accessible to the core eval.
Unit, bootstrap and A3P multichain functional tests
The text was updated successfully, but these errors were encountered:
feat(fast-usdc): withdraw and distribute contract fees (#10815)
44f449b
closes: #10700 ## Description - creatorFacet method to withdraw fees - unit test - core eval script to distribute fees - bootstrap test - refactor: publishDisplayInfo is not specific to fast-usdc ### Security / Scaling Considerations / Upgrade Considerations straightforward; not yet deployed ### Documentation Considerations - [x] builder script has usage docs: `Use: [--fixedFees <number> | --feePortion <percent>] --destinationAddress <address>` - ~~document how to use it with cosgov~~ ### Testing Considerations - [x] contract test: 1 positive, 1 negative - [x] bootstrap test for core eval - [x] fixed amount - [x] portion - [x] multichain test
dckc
Successfully merging a pull request may close this issue.
What is the Problem Being Solved?
Before release there must be a way to withdraw fees that have been collected
Description of the Design
From Product,
Security Considerations
Scaling Considerations
Test Plan
Unit, bootstrap and
A3Pmultichain functional testsUpgrade Considerations
The text was updated successfully, but these errors were encountered: