(This is just an example -- I can expand this Diff to affect numerous other tests)
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 2 2019
May 1 2019
Apr 30 2019
Apr 26 2019
address Fabien comments
address Fabien comments
Apr 25 2019
In D2873#68039, @jasonbcox wrote:Although this backport looks ok, I do think we should investigate test coverage in the future
In D2873#68026, @jasonbcox wrote:I don't see this being used in https://github.com/bitcoin/bitcoin/pull/14121/files Why is it needed?
Apr 24 2019
getting commit fef5adcc3 looks like it should be done after T590, though it looks like the rest of backports can proceed independently of that.
Apr 23 2019
Apr 19 2019
Apr 17 2019
rebase
Apr 16 2019
forgot cmakelists for test
Apr 14 2019
cstdint
char eradication and header normalization
Apr 13 2019
- added cmakelists entry
- created siphash.* files from ABC code instead of Core code
getting this rolling again ...
Apr 12 2019
fix comments & typo
- remove seek method per later backport
- adjust comments style per comments
- use cstdint types
squashed in child commit
Apr 11 2019
Feb 22 2019
It's been a couple of weeks. @Mondas if you want to reactivate this Diff, let me know.
Feb 18 2019
Feb 17 2019
Feb 16 2019
Feb 15 2019
- add extra node for doing actual ban-checking (whitelist was stopping this)
- include positive ban tests (for schnorr multisig)
- get rid of update_block
Feb 14 2019
Yeah that was hideous before ... linters aren't always right. :-D
Not 100% sure about the placement of this, but I think it does deserve to go *somewhere*.
A nice simplification and improvement. Presumably there is no chance that StopHTTPServer will be called during StartHTTPServer execution, as they are only ever called from a particular thread?
use wait_for_tip instead of sync_blocks