File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @omnisat/lasereyes-core" ,
3
3
"private" : false ,
4
- "version" : " 0.0.48 " ,
4
+ "version" : " 0.0.49-rc.1 " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.umd.cjs" ,
7
7
"module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 6
6
request ,
7
7
signTransaction ,
8
8
SignTransactionOptions ,
9
+ MessageSigningProtocols ,
9
10
} from 'sats-connect'
10
11
import { WalletProvider } from '.'
11
12
import {
@@ -218,6 +219,7 @@ export default class XVerseProvider extends WalletProvider {
218
219
const response = await request ( 'signMessage' , {
219
220
address : tempAddy ,
220
221
message,
222
+ protocol : MessageSigningProtocols . BIP322 ,
221
223
} )
222
224
223
225
if ( response . status === 'success' ) {
@@ -238,10 +240,10 @@ export default class XVerseProvider extends WalletProvider {
238
240
broadcast ?: boolean | undefined
239
241
) : Promise <
240
242
| {
241
- signedPsbtHex : string | undefined
242
- signedPsbtBase64 : string | undefined
243
- txId ?: string | undefined
244
- }
243
+ signedPsbtHex : string | undefined
244
+ signedPsbtBase64 : string | undefined
245
+ txId ?: string | undefined
246
+ }
245
247
| undefined
246
248
> {
247
249
const { address, paymentAddress } = this . $store . get ( )
@@ -310,6 +312,7 @@ export default class XVerseProvider extends WalletProvider {
310
312
signedPsbt = bitcoin . Psbt . fromBase64 ( String ( response . psbtBase64 ) , {
311
313
network : getBitcoinNetwork ( this . network ) ,
312
314
} )
315
+
313
316
if ( _finalize ) {
314
317
signedPsbt ! . finalizeAllInputs ( )
315
318
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @omnisat/lasereyes-react" ,
3
3
"private" : false ,
4
- "version" : " 0.0.43 " ,
4
+ "version" : " 0.0.44-rc.0 " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.umd.cjs" ,
7
7
"module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @omnisat/lasereyes-vue" ,
3
3
"private" : false ,
4
- "version" : " 0.0.9 " ,
4
+ "version" : " 0.0.10-rc.0 " ,
5
5
"type" : " module" ,
6
6
"files" : [
7
7
" dist"
Original file line number Diff line number Diff line change 20
20
"url" : " https://github.com/omnisat/lasereyes-mono.git"
21
21
},
22
22
"private" : false ,
23
- "version" : " 0.0.126 " ,
23
+ "version" : " 0.0.127-rc.1 " ,
24
24
"type" : " module" ,
25
25
"main" : " ./dist/index.umd.cjs" ,
26
26
"module" : " ./dist/index.js" ,
56
56
"publishConfig" : {
57
57
"access" : " public"
58
58
}
59
- }
59
+ }
You can’t perform that action at this time.
0 commit comments