This repository was archived by the owner on Mar 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Update Wallet Selector and NearAPI #532
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨No code suggestions found for PR. |
tifrel
reviewed
Aug 20, 2024
tifrel
approved these changes
Aug 20, 2024
Closed
bh2smith
commented
Aug 20, 2024
| }; | ||
|
|
||
|
|
||
| describe('WalletContext', () => { |
Member
Author
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.
This test @rubenmarcus
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Updates all the wallet-selector and near-api-js packages across the project.
(hopefully) Closes #531
PR Type
enhancement, dependencies
Description
BNwithBigIntforgasandattachedDepositinexecutetests and utils.gasanddeposittypes fromstring | BNtostring.@near-wallet-selectordependencies to version8.9.12across multiple packages.near-api-jsdependency to version^4.0.3in multiple packages.bn.jsdependency fromwalletandsdkpackages.Changes walkthrough 📝
3 files
execute.test.ts
Replace BN with BigInt in execute testspackages/sdk/src/execute/execute.test.ts
BNwithBigIntforgasandattachedDeposit.BNimport.execute.utils.ts
Replace BN with BigInt in execute utilspackages/sdk/src/execute/execute.utils.ts
BNwithBigIntforgasandattachedDeposit.BNimport.types.ts
Update types for gas and deposit fieldspackages/sdk/src/types.ts
gasanddeposittypes fromstring | BNtostring.BNimport.6 files
package.json
Update @near-wallet-selector dependencies in auth packagepackages/auth/package.json
@near-wallet-selectordependencies to version8.9.12.package.json
Update @near-wallet-selector dependencies in react packagepackages/react/package.json
@near-wallet-selectordependencies to version8.9.12.package.json
Update dependencies in wallet packagepackages/wallet/package.json
@near-wallet-selectordependencies to version8.9.12.near-api-jsdependency to version^4.0.3.bn.jsdependency.package.json
Update dependencies in SDK packagepackages/sdk/package.json
near-api-jsdependency to version^4.0.3.@near-wallet-selector/coredevDependency to version8.9.12.bn.jsdependency.package.json
Update near-api-js dependency in storage packagepackages/storage/package.json
near-api-jsdependency to version^4.0.3.package.json
Update @near-wallet-selector/core dependency in root packagepackage.json
@near-wallet-selector/coredependency to version8.9.12.1 files
package-lock.json
...package-lock.json
...