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: Solidity stack traces #6122

Merged
merged 5 commits into from
Jan 23, 2025
Merged

feat: Solidity stack traces #6122

merged 5 commits into from
Jan 23, 2025

Conversation

Wodann
Copy link
Member

@Wodann Wodann commented Jan 8, 2025

Updates to [email protected], which includes:

@Wodann Wodann requested a review from schaable January 8, 2025 03:47
@Wodann Wodann self-assigned this Jan 8, 2025
Copy link

changeset-bot bot commented Jan 8, 2025

⚠️ No Changeset found

Latest commit: 0a8ff72

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

Copy link

vercel bot commented Jan 8, 2025

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

Name Status Preview Comments Updated (UTC)
hardhat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 10:56pm

@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Jan 8, 2025
@kanej kanej linked an issue Jan 10, 2025 that may be closed by this pull request
@alcuadrado alcuadrado added the v-next A Hardhat v3 development task label Jan 12, 2025
@schaable schaable changed the base branch from v-next to config-override-rework January 16, 2025 22:21
@schaable schaable force-pushed the optimism/stack-traces branch from fde8b1f to 4dd2b13 Compare January 16, 2025 23:29
Copy link
Contributor

github-actions bot commented Jan 16, 2025

hardhat

Total size of the bundle: 213M
Total number of dependencies (including transitive): 53

List of dependencies (sorted by size)
208M	total
29M	@ignored/edr-optimism-linux-x64-musl
29M	@ignored/edr-optimism-linux-x64-gnu
26M	@ignored/edr-optimism-linux-arm64-musl
26M	@ignored/edr-optimism-linux-arm64-gnu
22M	@ignored/edr-optimism-win32-x64-msvc
20M	esbuild
20M	@ignored/edr-optimism-darwin-x64
19M	@ignored/edr-optimism-darwin-arm64
2.8M	@sentry/tracing
2.5M	micro-eth-signer
1.9M	@noble/curves
1.7M	undici
1.2M	@sentry/types
1.2M	@noble/hashes
932K	@sentry/node
920K	@sentry/utils
856K	zod
844K	@ignored/hardhat-vnext-utils
624K	micro-packed
576K	tsx
548K	@sentry/core
544K	fast-equals
492K	@scure/bip39
460K	@ignored/edr
368K	ethereum-cryptography
344K	@sentry/hub
324K	@ignored/hardhat-vnext-errors
320K	enquirer
284K	semver
264K	@ignored/edr-optimism
192K	ws
168K	@scure/base
136K	get-tsconfig
136K	adm-zip
96K	@scure/bip32
92K	chalk
88K	tslib
88K	@sentry/minimal
76K	agent-base
72K	@nomicfoundation/solidity-analyzer
68K	debug
64K	lru_map
64K	https-proxy-agent
60K	@ignored/hardhat-vnext-zod-utils
56K	rfdc
48K	ansi-colors
40K	resolve-pkg-maps
36K	p-map
32K	cookie
24K	strip-ansi
24K	env-paths
24K	ansi-regex
20K	ms

Copy link
Member

@schaable schaable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, but don't merge until #6139 is merged.

Base automatically changed from config-override-rework to v-next January 23, 2025 13:59
@Wodann Wodann force-pushed the optimism/stack-traces branch from 4dd2b13 to 0a8ff72 Compare January 23, 2025 22:54
@Wodann Wodann enabled auto-merge January 23, 2025 22:55
@Wodann Wodann added this pull request to the merge queue Jan 23, 2025
Merged via the queue into v-next with commit 24a8e04 Jan 23, 2025
147 checks passed
@Wodann Wodann deleted the optimism/stack-traces branch January 23, 2025 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Hook into EDR to get stack traces out
3 participants