-
Notifications
You must be signed in to change notification settings - Fork 51
chore(bun): update to 1.3.0, wallet-extensions extraction & deps #1535
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
base: develop
Are you sure you want to change the base?
Conversation
cc538c7 to
9d25177
Compare
9d25177 to
c2b1a49
Compare
c1a5e3c to
cb967fa
Compare
4bb0036 to
3bffc52
Compare
cc7f03a to
73c9ea7
Compare
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.
The scope of the PR seems quite broad. I'd like for us to adopt a more conservative and defensive approach to dependency management.
I'm curious about the motives of the wallet-extensions vs wallets packages.
Let's also plan for the Bun 1.3 upgrade later, in a dedicated PR so we don't create potentially painful situations, when it's more battle-tested and when we have identified a clear motive for upgrading.
| [key in keyof UTXOToolboxes]: UTXOToolboxes[key]; | ||
| }; | ||
|
|
||
| export type UtxoToolboxParams = { |
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.
won't this change make it so UtxoToolboxParams is no longer exported from toolbox?
packages/wallet-extensions/src/helpers/near-browser-provider.d.ts
Outdated
Show resolved
Hide resolved
|
@olegpetroveth it was merged from past 3 prs, as it's stuck in review. Each of them can be separately reviewed from squash commits |
9714b73 to
00c5982
Compare
00c5982 to
10cad2f
Compare
Uh oh!
There was an error while loading. Please reload this page.