Skip to content

Commit 529ec0a

Browse files
mainnet-patrkalis
authored andcommitted
Update libauth to 3.1.0-next.8
1 parent 3ad11e4 commit 529ec0a

5 files changed

Lines changed: 10 additions & 3 deletions

File tree

packages/cashc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest"
5252
},
5353
"dependencies": {
54-
"@bitauth/libauth": "^3.1.0-next.2",
54+
"@bitauth/libauth": "^3.1.0-next.8",
5555
"@cashscript/utils": "^0.11.5",
5656
"antlr4": "^4.13.2",
5757
"commander": "^14.0.0",

packages/cashscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest"
4646
},
4747
"dependencies": {
48-
"@bitauth/libauth": "^3.1.0-next.2",
48+
"@bitauth/libauth": "^3.1.0-next.8",
4949
"@cashscript/utils": "^0.11.5",
5050
"@electrum-cash/network": "^4.1.3",
5151
"@mr-zwets/bchn-api-wrapper": "^1.0.1",

packages/cashscript/src/debugging.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ const applyStackItemTransformations = (
236236
instructions: transformationsAuthenticationInstructions,
237237
signedMessages: [],
238238
program: { ...debugStep.program },
239+
functionTable: debugStep.functionTable ?? {},
240+
functionCount: debugStep.functionCount ?? 0,
239241
};
240242

241243
const vm = createVirtualMachineBch2025();

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest"
4545
},
4646
"dependencies": {
47-
"@bitauth/libauth": "^3.1.0-next.2"
47+
"@bitauth/libauth": "^3.1.0-next.8"
4848
},
4949
"devDependencies": {
5050
"@jest/globals": "^29.7.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,11 @@
630630
resolved "https://registry.yarnpkg.com/@bitauth/libauth/-/libauth-3.1.0-next.2.tgz#121782b38774d9fba8226406db9b9af0c8d8e464"
631631
integrity sha512-XRtk9p8UHvtjSPS38rsfHXzaPHG5j9FpN4qHqqGLoAuZYy675PBiOy9zP6ah8lTnnIVaCFl2ekct8w0Hy1oefw==
632632

633+
"@bitauth/libauth@^3.1.0-next.8":
634+
version "3.1.0-next.8"
635+
resolved "https://registry.yarnpkg.com/@bitauth/libauth/-/libauth-3.1.0-next.8.tgz#d130e5db6c3c8b24731c8d04c4091be07f48b0ee"
636+
integrity sha512-Pm+Ju+YP3JeBLLTiVrBnia2wwE4G17r4XqpvPRMcklElJTe8J6x3JgKRg1by0Xm3ZY6UFxACkEAoSA+x419/zA==
637+
633638
"@chris.troutner/bip32-utils@1.0.5":
634639
version "1.0.5"
635640
resolved "https://registry.yarnpkg.com/@chris.troutner/bip32-utils/-/bip32-utils-1.0.5.tgz#b6722aeaad5fcda6fba69cbeda7e2a5e8afbd692"

0 commit comments

Comments
 (0)