rebase onto D17945
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 17 2025
add TMPL_INST for bool from https://github.com/bitcoin/bitcoin/pull/28331/commits/c73cd423636e06df46742f573640ca773b281ffc
(needed for preventing a linker error with the unit test added in core#29277)
Apr 16 2025
let's try a larger timeout factor for the Debug build.
The test fails because the node restart with -reindex=1 is not done loading blocks after 60 s which triggers the assertions in test_node.py line 386
rebase again
reduce indentation as per review
there is still something wrong. Either i didn't have Debug while testing, or Arcanist is confused by my rebasing
wrong diff see D17931
rebase on D17938
rebase on D17938
Apr 15 2025
add extended tests to plan
still the debug failure to be investigated
move release notes to proper file, split MiniWallet determinism into its own diff D17933, fix file permissions and shebangs for tests
arcanist created a new diff for some reason
Apr 14 2025
fix release notes, investigate test failure on CI
Review suggestion:
strinrg layouts
Apr 12 2025
Apr 11 2025
rebase
pass status by const ref
include <functional>
Apr 10 2025
we need to specify the block version in feature_pruning as well (missing backport that specifies version 4 as the default in create_block)
remove debugging print
Apr 9 2025
it looks good to me. You could also remove the "-schumpeteractivationtime" stuff, it looks like now it is no longer used outside of tests