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

fix: Modify the tx size algorithm of OP_RETURN #3706

Merged
merged 3 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"buffer": "^6.0.3",
"camelcase-keys": "^7.0.2",
"cardano-crypto.js": "^6.1.1",
"coinselect": "^3.1.12",
"coinselect": "https://github.com/OneKeyHQ/coinselect.git#91e8db20cf3464143cb9d404dee6de7fabb3b04a",
"cosmjs-types": "^0.5.2",
"crypto-browserify": "^3.12.0",
"ecpair": "2.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6603,7 +6603,7 @@ __metadata:
buffer: ^6.0.3
camelcase-keys: ^7.0.2
cardano-crypto.js: ^6.1.1
coinselect: ^3.1.12
coinselect: "https://github.com/OneKeyHQ/coinselect.git#91e8db20cf3464143cb9d404dee6de7fabb3b04a"
cosmjs-types: ^0.5.2
crypto-browserify: ^3.12.0
ecpair: 2.0.1
Expand Down Expand Up @@ -14780,10 +14780,10 @@ __metadata:
languageName: node
linkType: hard

"coinselect@npm:^3.1.12":
version: 3.1.12
resolution: "coinselect@npm:3.1.12"
checksum: 8628f43e22c612171196c3b1c934158d1e16df29982134d8d771e65f68df033588c2608253155c2d614380a62e8756c9db1f1c3a0b4c872406bfba5ca9377be6
"coinselect@https://github.com/OneKeyHQ/coinselect.git#91e8db20cf3464143cb9d404dee6de7fabb3b04a":
version: 3.1.13
resolution: "coinselect@https://github.com/OneKeyHQ/coinselect.git#commit=91e8db20cf3464143cb9d404dee6de7fabb3b04a"
checksum: 809e87f7b92878cecd0ff36b2f4852a5163a721703b449475a071ed4a61b7cfcbf6db74635ae82a4e8c2a9ed11b45d5f6f84bc4d50b67880f1f280ff089b60d1
languageName: node
linkType: hard

Expand Down