-
Notifications
You must be signed in to change notification settings - Fork 2
monorepo-wide viem update #524
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
This stack of pull requests is managed by Graphite. Learn more about stacking. |
752fc7c
to
7e34c0c
Compare
Deploying happychain with
|
Latest commit: |
b2b8fba
|
Status: | ✅ Deploy successful! |
Preview URL: | https://87b85371.happychain.pages.dev |
Branch Preview URL: | https://aritra-5792-base.happychain.pages.dev |
937da6c
to
439b03a
Compare
439b03a
to
dcb5165
Compare
3aeba53
to
eb3e520
Compare
99ced7c
to
a3cbbda
Compare
HAPPY-582 Upgrade Viem & Wagmi
|
bun.lock
Outdated
"viem": ["[email protected].0", "", { "dependencies": { "@noble/curves": "1.8.2", "@noble/hashes": "1.7.2", "@scure/bip32": "1.6.2", "@scure/bip39": "1.5.4", "abitype": "1.0.8", "isows": "1.0.7", "ox": "0.6.9", "ws": "8.18.1" }, "peerDependencies": { "typescript": ">=5.0.4" }, "optionalPeers": ["typescript"] }, "sha512-hvO4l5JIOnYPL8imULoFQiVTSkebIqzGHmIfsdMfIHpAgBaCx8rJJH9cXAxQeWCqsFuTmjEj1cX912N7HSCgpQ=="], | ||
"viem": ["[email protected].1", "", { "dependencies": { "@noble/curves": "1.8.2", "@noble/hashes": "1.7.2", "@scure/bip32": "1.6.2", "@scure/bip39": "1.5.4", "abitype": "1.0.8", "isows": "1.0.7", "ox": "0.6.9", "ws": "8.18.1" }, "peerDependencies": { "typescript": ">=5.0.4" }, "optionalPeers": ["typescript"] }, "sha512-hvO4l5JIOnYPL8imULoFQiVTSkebIqzGHmIfsdMfIHpAgBaCx8rJJH9cXAxQeWCqsFuTmjEj1cX912N7HSCgpQ=="], |
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.
I suspect you did a search & replace, which ended up including this file ... as you can see, the hash is the same and this is what causes the integrity check to pass.
Surprisingly still works locally which is probably why you overlooked this. bun install
is stable too.
We can't be marking PRs up for review before we have all the tests passing though, let's be pro :')
HAPPY-582 Upgrade Viem & Wagmi
|
Linked Issues
This PR updates the
viem
package to the latest version across apps, demos, and packages.Description
< DESCRIPTION GOES HERE >
Toggle Checklist
Checklist
Basics
norswap/build-system-caching
).Reminder: PR review guidelines
Correctness
testnet, mainnet, standalone wallet, ...).
< INDICATE BROWSER, DEMO APP & OTHER ENV DETAILS USED FOR TESTING HERE >
< INDICATE TESTED SCENARIOS (USER INTERFACE INTERACTION, CODE FLOWS) HERE >
and have updated the code & comments accordingly.
Architecture & Documentation
(2) commenting these boundaries correctly, (3) adding inline comments for context when needed.
comments.
in a Markdown document.
pacakges/core
andpackages/react
), see here for more info.