- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 14 2020
Backport doesn't match the original PR.
diff looks correct.
Actually remove the Core release note file.
Removed note from current release notes.
May 13 2020
Moved PR9332 to its own patch (D6061) and rebased off it.
In D6051#148328, @deadalnix wrote:I started reviewing this but this is incredibly difficult. If the problem backport PR9332 is that some test is broken, isn't it possible to modify the PR slightly so that it doesn't break the test?
May 12 2020
May 11 2020
Fixed formatting.
May 8 2020
Reformatted comment.
May 7 2020
The removed return values are duplicates of hdseedid. It even says in the help text that its an alias for hdseedid. The rest of the PR does not actually replace this value with an alternative because the alternative is already there. See relevant changes:
src/wallet/rpcwallet.cpp
https://github.com/bitcoin/bitcoin/pull/14021/files?file-filters%5B%5D=.cpp#diff-df7d84ff2f53fcb2a0dc15a3a51e55ceL2421
https://github.com/bitcoin/bitcoin/pull/14021/files?file-filters%5B%5D=.cpp#diff-df7d84ff2f53fcb2a0dc15a3a51e55ceL2459
https://github.com/bitcoin/bitcoin/pull/14021/files?file-filters%5B%5D=.cpp#diff-df7d84ff2f53fcb2a0dc15a3a51e55ceL3663
https://github.com/bitcoin/bitcoin/pull/14021/files?file-filters%5B%5D=.cpp#diff-df7d84ff2f53fcb2a0dc15a3a51e55ceL3726-L3729
Small nit and test plan should include autotools build:
../configure -enable-deprecated-build-system make check
In D5956#146767, @deadalnix wrote:It seems like there is already a machinery to select the folder in which business happen, why does this needs to be all duplicated with a different name?
Error outputs to std::cerr and changed GetSeederDir() to call GetDefaultDataDir() directly when -seederdir is not set.
May 6 2020
May 5 2020
Moved seeder specific functions out of regular node code.