-
Notifications
You must be signed in to change notification settings - Fork 53
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(common-scripts): inject from registered locks in dao #596
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #596 +/- ##
========================================
Coverage 83.84% 83.84%
========================================
Files 116 116
Lines 23583 23640 +57
Branches 2223 2230 +7
========================================
+ Hits 19773 19821 +48
- Misses 3770 3778 +8
- Partials 40 41 +1
Continue to review full report in Codecov by Sentry.
|
@Keith-CY please have a review |
Co-authored-by: Chen Yu <[email protected]> Signed-off-by: homura <[email protected]>
Description
Fixes #592
This PR added a flag
enableNonSystemScript
indao.deposit
anddao.withdraw
to enable injecting cells from registered locks fromcommon.registerCustomLockScriptInfos
Type of change
How Has This Been Tested?