Andreas
Andreas
Although https://github.com/bitcoin/bitcoin/pull/7759 was about streaming the entire UTXO set, chunking it was further discussed in https://github.com/bitcoin/bitcoin/issues/14584. Is pagination/chunking something that could become easier through the proposed changes? Maybe by supporting...
ACK 4edc6893825fd8c45c53c81c73a6a7801e1b458c
`*rawtransaction` RPCs are not wallet depended, `createrawtransaction` does not know the script, it is revealed during signing. That's why `scriptSig` is available after signing but not before. It seems that...
The expected behavior with `listreceivedbyaddress` is that when `include_empty=true` and `include_watchonly=false` the watchonly addresses should not be returned at all. What has been reported and what I was able to...
Thank you for your suggestions! Observing the pre-syncing step during IBD [was just added to the testing guide](https://github.com/bitcoin-core/bitcoin-devwiki/wiki/24.0-Release-Candidate-Testing-Guide#observe-the-new-headers-pre-synchronization-phase-during-ibd). A very important change, not sure how I missed it the first...
**Update**: [Testing transient addresses for I2P outbound connections](https://github.com/bitcoin-core/bitcoin-devwiki/wiki/24.0-Release-Candidate-Testing-Guide#testing-transient-addresses-for-i2p-outbound-connections) and [Testing your localized GUI for ambiguities between shortcuts](https://github.com/bitcoin-core/bitcoin-devwiki/wiki/24.0-Release-Candidate-Testing-Guide#testing-your-localized-gui)(after suggestion from @hebasto ) are now part of the testing guide.
Thank you @satsie for the typo and @LarryRuane @rserranon for the signet faucet script. I ended up reverting that section back to the previous version which had just the website...
reACK 3319eb9d3238f6fc02d51694ca5f215c58b7fc0b
Does this also need release notes? edit: https://github.com/bitcoin-core/bitcoin-devwiki/wiki/scanblocks-RPC-release-notes
I like were this is going. Feature-parity with GitHub reviews (e.g. resolving inline review comments) is one of the evaluation schemes used when thinking about GitHub alternatives for Bitcoin Core...