Closed AngelCastilloB closed 1 month ago
allure-report-publisher
generated test report!
processReports: ✅ test report for 30eab974 | passed | failed | skipped | flaky | total | result | |
---|---|---|---|---|---|---|---|
Total | 32 | 0 | 4 | 0 | 36 | ✅ |
Issues
4 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.1% Duplication on New Code
Checklist
Currently Lace uses p-debounce to throttle CIP-30 API calls. However p-debounce by defaults
Which means it will add the delay even to the first function call, this is introducing a very noticeable delay on the UI giivng the imprecision that the extension runs slow.
Proposed solution
Set the option:
This makes the denounce to only apply to function calls in rapid succession.