-
Notifications
You must be signed in to change notification settings - Fork 409
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: Transaction Simulator #3715
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org requires the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3715 +/- ##
=======================================
Coverage 59.25% 59.25%
=======================================
Files 957 957
Lines 76188 76188
Branches 3468 3468
=======================================
Hits 45149 45149
Misses 30365 30365
Partials 674 674
*This pull request uses carry forward flags. Click here to find out more. |
CodSpeed Performance ReportMerging #3715 will not alter performanceComparing Summary
|
size-limit report 📦
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the abi param parser to the SDK so that the simulator would work correctly.
Things should work now.
PR-Codex overview
This PR adds a "Transaction Simulator" feature to the dashboard tools section. It includes UI components, backend logic, and code examples for simulating EVM transactions.
Detailed summary