jamesob
jamesob
Post-merge ACK https://github.com/bitcoin/bitcoin/commit/cdc6ac4126b31426261605a757c52ea2dbfb2a81
Concept ACK. I better blow the dust off of bitcoinperf...
ACK. Somewhat surprisingly, `decoderawtransaction` is showing a positive version number: ``` % ./src/bitcoin-cli decoderawtransaction "ffffffff01000100000000000000000000000000000000000000000000000000000000000000000000030251b2010000000100000000000000000000000000" { "txid": "d3230b80abeab3cf6c1c0f1c55c3694545146b1936348476bf3646276af83d38", "hash": "d3230b80abeab3cf6c1c0f1c55c3694545146b1936348476bf3646276af83d38", "version": 4294967295, "size": 63, "vsize": 63, "weight": 252, "locktime": 0,...
Thanks for the report. Were you performing a new wallet setup when this occurred? What was the step that you were on when you hit this error message? As a...
Thanks for the report @jlopp. Various operational issues have kept bitcoinperf down since August; I've earmarked some time in the next few weeks to revamp both the code and infrastructure.
Parsing the debug log sounds like a good first step. I've been kicking around the idea of doing low-frequency callgraph sampling with `perf` throughout IBD and reindex, so that's another...
sure. checking it out now. don't have a test environment set up though...
@mikeocool rad! this is a great change; thanks for sharing upstream. I haven't tested this branch myself (no environment readily at hand), but nothing looks out of place after a...
Or at least update the README :)