-
Notifications
You must be signed in to change notification settings - Fork 618
CORE-458 | Improve the function comment of the Explorer #5861
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
apps/dashboard/src/contract-ui/hooks/useContractFunctionComment.ts
Outdated
Show resolved
Hide resolved
apps/dashboard/src/contract-ui/hooks/useContractFunctionComment.ts
Outdated
Show resolved
Hide resolved
size-limit report 📦
|
c9937d8 to
3ff904a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5861 +/- ##
=======================================
Coverage 55.27% 55.27%
=======================================
Files 1123 1123
Lines 59636 59636
Branches 5041 5040 -1
=======================================
Hits 32961 32961
Misses 25953 25953
Partials 722 722
*This pull request uses carry forward flags. Click here to find out more.
|
Merge activity
|
3ff904a to
4778966
Compare

CORE-458
PR-Codex overview
This PR focuses on enhancing the functionality of the
ContractFunctionCommentcomponent by integrating a new method to retrieve function comments from contract metadata. It replaces the previous method of fetching comments with a more robust approach using metadata queries.Detailed summary
metadatatype to includeoutputwithabi,devdoc, anduserdoc.useContractSourceswithuseContractFunctionCommentinContractFunctionComment.extractFunctionCommentlogic and integrated it into the new hook.wikitextinstead ofsolidity.