Conversation
|
I built rc2_fixes + my three PRs to check they still work together. The DB loads, new blocks come in from misaligned offsets, and after a new block it only scans that block. Two things got in the way:
One more thing I noticed: TxHintCollision is caught in the zc parser and broadcast paths but not in the scanner - the getDBKeyForHash call at BlockchainScanner.cpp:1062 has no try/catch. That's the path my first-scan crash (#788) came through, so a collision during a wallet scan would presumably still take the DB down. I couldn't re-test it with --rescan broken, short of a full rebuild. |
Rotate xor key by file offset in FileCopy::xorMe
|
It would help me if you still had the mempool file. I'd would like to watch the tx in the debugger. If you don't or can't provide the file, could you provide a full backtrace from a debug build instead?
It's likely trying to run the db as
This code section is entirely disabled until I figure out what I want to do with the tx filters code. It has been so since the rework that reintroduced |
"generic signer error" when creating an unsigned tx with P2SH-P2WPKH inputs
Mempool file (from ~/.armory/databases, written by the 5b98eca build): https://we.tl/t-738fezkzd2ZAQeXT
--rescan was with an explicit DB_FULL:
Understood |
|
latest commit tries to address rescan and zc load issues |
windows: fix cmake defintion, fix name clash in capnp schema fix wallet detection in TxFramesOffline.py
fix missing reply error on db start command pass BridgeTests build on Windows
Uh oh!
There was an error while loading. Please reload this page.