Skip to content

Commit e93ee0e

Browse files
committed
Update to libauth v3.1.0-next.6
1 parent 23aab4f commit e93ee0e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

libauth

Submodule libauth updated 34 files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"devDependencies": {
6-
"@bitauth/libauth": "3.1.0-next.5",
6+
"@bitauth/libauth": "3.1.0-next.6",
77
"@blueprintjs/core": "^5.8.2",
88
"@blueprintjs/icons": "^5.7.0",
99
"@blueprintjs/select": "^5.0.23",

src/editor/script-editor/bch-language.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const disabledOpcodes = [
2323
'OP_VER',
2424
'OP_VERIF',
2525
'OP_VERNOTIF',
26-
'OP_INVERT',
2726
'OP_RESERVED1',
2827
'OP_RESERVED2',
2928
'OP_2MUL',

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3407,7 +3407,7 @@ __metadata:
34073407
version: 0.0.0-use.local
34083408
resolution: "bitauth-ide@workspace:."
34093409
dependencies:
3410-
"@bitauth/libauth": "npm:3.1.0-next.5"
3410+
"@bitauth/libauth": "npm:3.1.0-next.6"
34113411
"@blueprintjs/core": "npm:^5.8.2"
34123412
"@blueprintjs/icons": "npm:^5.7.0"
34133413
"@blueprintjs/select": "npm:^5.0.23"

0 commit comments

Comments
 (0)