Bitcoin Forum
September 12, 2026, 03:22:24 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3]  All
  Print  
Author Topic: 0.97 RC1  (Read 560 times)
goatpig (OP)
Moderator
Legendary
*
Offline

Activity: 4242
Merit: 1429

Armory Developer


View Profile
September 04, 2026, 07:30:28 AM
 #41

Is this testnet  or mainnet? I spend from these often on my own wallets. Is there something in the CppBridge logs? Or the terminal?

nc50lc
Legendary
*
Offline

Activity: 3262
Merit: 9127


Self-proclaimed Genius


View Profile
September 04, 2026, 08:10:55 AM
 #42

In mine, I've tested that in Regtest to see what's the previous post is about (since it doesn't seem to be related to his other posts).

About the logs,
There's no related error in CppBridge Terminal. Only that armorylog.txt line.
I've just reproduced it again with the same result and logs.

Sending without ticking "Create Unsigned" works without issues aside from a few seconds of lag.

tomrobbo
Newbie
*
Offline

Activity: 10
Merit: 1


View Profile
September 05, 2026, 02:24:28 AM
 #43

Mainnet. Terminal output when ticking "Create Unsigned":

Code:
  File "ui/TxFramesOffline.py", line 668, in update
    if self.ustx.signer.canLegacySerialize() and self.selectable:
  File "armoryengine/Transaction.py", line 168, in canLegacySerialize
    return self.signer.canLegacySerialize()
  File "armoryengine/CppBridge.py", line 1571, in canLegacySerialize
    reply = fut.getVal()
  File "armoryengine/CppBridge.py", line 116, in getVal
    raise Exception(self.data.error)
Exception: generic signer error message
Two things going on, I think:

1.The bridge answers CAN_LEGACY_SERIALIZE via replySuccess(result), so a "no" arrives as success=false and the Python side raises instead of returning False. That's looking like why the dialog never opens. I opened PR #789

2. With that fixed, the dialog opens but Legacy is greyed out (Claude says because canLegacySerialize() is just !isSegWit() (Signer.cpp:2593, and the "we dont allow legacy ser for SW txs" comment at 1338)
nc50lc
Legendary
*
Offline

Activity: 3262
Merit: 9127


Self-proclaimed Genius


View Profile
September 05, 2026, 04:49:07 AM
 #44

Mainnet. Terminal output when ticking "Create Unsigned":
Nice, it's the same error output in my other reply.
So I guess I've successfully reproduced it in my test yesterday despite merely guessing what the issue was.

BTW, there's a "/* NOTE: WIP */" comment near those lines so I guess the feature isn't finished yet.

goatpig (OP)
Moderator
Legendary
*
Offline

Activity: 4242
Merit: 1429

Armory Developer


View Profile
September 05, 2026, 06:22:16 AM
Merited by nc50lc (1)
 #45

Will try to address your issues and PRs this weekend

Pages: « 1 2 [3]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!