Open
Conversation
ctoyan
commented
Nov 20, 2025
ctoyan
commented
Nov 20, 2025
ctoyan
commented
Nov 20, 2025
| "@wdk/wallet-tron": "https://github.com/tetherto/wdk-wallet-tron#ec076473a5b8340599e005ab5ece8c8d246b3965", | ||
| "@wdk/wallet-tron-gasfree": "https://github.com/tetherto/wdk-wallet-tron-gasfree#fd57ed375801ae281e98c6882ea0f2ad4c2b30f5", | ||
| "bare-ipc": "1.1.1", | ||
| "bufferutil": "^4.0.9", |
Member
Author
There was a problem hiding this comment.
bare requiresbufferutil and utf-8-validate in order to generate the bundle. Otherwise we get this error:
$ npm run gen:mobile-bundle
> @wdk/bare@0.1.1 gen:mobile-bundle
> npx bare-pack --target ios-arm64 --target ios-arm64-simulator --target ios-x64-simulator --target android-arm --target android-arm64 --target android-ia32 --target android-x64 --linked --imports ./pack.imports.json --out bundle/wdk-worklet.mobile.bundle.js src/wdk-worklet.js
/Users/stoyankirov/.npm/_npx/8cbcd94b89e309a2/node_modules/paparam/index.js:518
throw new Bail(bail.reason)
^
Bail: ModuleTraverseError: MODULE_NOT_FOUND: Cannot find module 'bufferutil' imported from 'file:///Users/stoyankirov/projects/work/wdk/pear-wrk-wdk/node_modules/ethers/node_modules/ws/lib/buffer-util.js'
at exports.imports (/Users/stoyankirov/.npm/_npx/8cbcd94b89e309a2/node_modules/bare-module-traverse/index.js:460:24)
at exports.imports.next (<anonymous>)
at exports.module (/Users/stoyankirov/.npm/_npx/8cbcd94b89e309a2/node_modules/bare-module-traverse/index.js:236:20)
at exports.module.next (<anonymous>)
at process (/Users/stoyankirov/.npm/_npx/8cbcd94b89e309a2/node_modules/bare-pack/index.js:51:26)
at async Promise.all (index 10)
at async process (/Users/stoyankirov/.npm/_npx/8cbcd94b89e309a2/node_modules/bare-pack/index.js:84:5)
at async Promise.all (index 2)
at async process (/Users/stoyankirov/.npm/_npx/8cbcd94b89e309a2/node_modules/bare-pack/index.js:84:5)
at async Promise.all (index 1)
at Command._bail (/Users/stoyankirov/.npm/_npx/8cbcd94b89e309a2/node_modules/paparam/index.js:518:11)
at Command.bail (/Users/stoyankirov/.npm/_npx/8cbcd94b89e309a2/node_modules/paparam/index.js:127:36)
at runAsync (/Users/stoyankirov/.npm/_npx/8cbcd94b89e309a2/node_modules/paparam/index.js:806:7)
Node.js v25.1.0
ctoyan
commented
Nov 20, 2025
package.json
Outdated
| "@wdk/wallet-btc": "https://github.com/tetherto/wdk-wallet-btc#ed35de0b49344bb07736fc296a28b8465a8e8a6e", | ||
| "@wdk/wallet-evm": "https://github.com/tetherto/wdk-wallet-evm#74e281ea63f7df6e2590580bba988daeda021df6", | ||
| "@wdk/wallet-evm-erc-4337": "https://github.com/tetherto/wdk-wallet-evm-erc-4337#cc4431332b86d9c0609eaf833daa7295c13d8f86", | ||
| "@wdk/wallet-movement": "github:eigerco/wdk-wallet-movement#49a3d85f63e8a7f064b07666e5c58d3a41b0f5fe", |
Member
Author
There was a problem hiding this comment.
This commit should be changed to point to the latest commit in the repo before mergingRepo might change as well.
ctoyan
commented
Feb 4, 2026
| "@wdk/wallet-btc": "https://github.com/tetherto/wdk-wallet-btc#ed35de0b49344bb07736fc296a28b8465a8e8a6e", | ||
| "@wdk/wallet-evm": "https://github.com/tetherto/wdk-wallet-evm#74e281ea63f7df6e2590580bba988daeda021df6", | ||
| "@wdk/wallet-evm-erc-4337": "https://github.com/tetherto/wdk-wallet-evm-erc-4337#cc4431332b86d9c0609eaf833daa7295c13d8f86", | ||
| "@wdk/wallet-movement": "github:eigerco/wdk-wallet-movement#38ae6c78c18bf180d36cc14fddb66cfdcf6eec92", |
Member
Author
There was a problem hiding this comment.
Should be pinned to latest main commit and re-tested before merge.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.