Skip to content
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

Merged
merged 14 commits into from
Aug 15, 2024
Merged

Feat: Transaction Simulator #3715

merged 14 commits into from
Aug 15, 2024

Conversation

arcoraven
Copy link
Contributor

@arcoraven arcoraven commented Jul 16, 2024

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

  • Added "Transaction Simulator" feature to tools section
  • Implemented UI components for simulation form and result display
  • Integrated backend logic for simulating EVM transactions
  • Included code examples for transaction simulation

The following files were skipped due to too many changes: apps/dashboard/src/app/(dashboard)/tools/transaction-simulator/components/TransactionSimulator.tsx

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Jul 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 2:37pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 2:37pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 2:37pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 2:37pm

Copy link

changeset-bot bot commented Jul 16, 2024

⚠️ No Changeset found

Latest commit: e06b658

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Jul 16, 2024
Copy link

graphite-app bot commented Jul 16, 2024

Your org requires the Graphite merge queue for merging into main

Add 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.

Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.25%. Comparing base (52678e0) to head (e06b658).
Report is 7 commits behind head on main.

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           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 52678e0
packages 58.18% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

Copy link

codspeed-hq bot commented Jul 16, 2024

CodSpeed Performance Report

Merging #3715 will not alter performance

Comparing ph/simulator (bac2edd) with main (5f8c797)

Summary

✅ 9 untouched benchmarks

Copy link
Contributor

github-actions bot commented Jul 16, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 42.92 KB (0%) 859 ms (0%) 3.7 s (+52.44% 🔺) 4.5 s
thirdweb (cjs) 91.94 KB (0%) 1.9 s (0%) 5.7 s (+2.76% 🔺) 7.5 s
thirdweb (minimal + tree-shaking) 4.81 KB (0%) 97 ms (0%) 209 ms (-44.59% 🔽) 305 ms
thirdweb/chains (tree-shaking) 492 B (0%) 10 ms (0%) 54 ms (+4.57% 🔺) 64 ms
thirdweb/react (minimal + tree-shaking) 13.91 KB (0%) 279 ms (0%) 296 ms (-44.84% 🔽) 574 ms

@jnsdls jnsdls self-assigned this Jul 22, 2024
@kien-ngo kien-ngo self-requested a review July 24, 2024 18:28
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground August 14, 2024 00:29 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 August 14, 2024 00:29 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui August 14, 2024 00:29 Inactive
kien-ngo
kien-ngo previously approved these changes Aug 14, 2024
Copy link
Contributor

@kien-ngo kien-ngo left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dashboard Involves changes to the Dashboard.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants