applying changes to UnwindBlock
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 3 2020
Jan 2 2020
rebasing
rebasing
rebased
Dec 26 2019
Dec 24 2019
In D4758#115570, @markblundeberg wrote:In D4758#115130, @fpelliccioni wrote:In D4758#115041, @markblundeberg wrote:Something seems a bit off here -- note that ABC has renamed the 'inner' InvalidateBlock to UnwindBlock in D1952 (not sure why). I think you might be putting the lock in the wrong place, and it should rather go on UnwindBlock.
I didn't want to change the semantics of UnwindBlock because this function is used by ParkBlock.
In any case, I will create another Diff to change ParkBlock.Hmm, however, in the original PR there will get many many more changes made to UnwindBlock (called InvalidateBlock in Core) -- https://github.com/bitcoin/bitcoin/pull/15402/files#diff-24efdb00bfbe56b140fb006b562cc70bL2787 . The essence of the PR is that UnwindBlock will only take short-term locks during its execution. If we start off like this then it seems none of the following commits will make sense.
Dec 19 2019
In D4758#115041, @markblundeberg wrote:Something seems a bit off here -- note that ABC has renamed the 'inner' InvalidateBlock to UnwindBlock in D1952 (not sure why). I think you might be putting the lock in the wrong place, and it should rather go on UnwindBlock.
In D4757#115032, @markblundeberg wrote:Heh, unfortunate title for this diff now that RewindBlockIndex is gone :-D
Dec 18 2019
remove empty line
It seems that removal of the RewindBlockIndex declaration is missing (src/validation.h).
Due to D4728
Due to D4728
Due to D4728
In D4669#114633, @deadalnix wrote:As @markblundeberg pointed, this looks like a bunch of dead code. Can you look at D4728 and see what that means for this backport?
Not really requesting changes, requesting change to get this back on your queue.
Dec 17 2019
included climits header
included cstdint header
added 8-bit byte assumtion
Dec 16 2019
added linting exclusion
fixed comments
In D4731#114006, @jasonbcox wrote:The change doesn't appear to match the description. Did you get bit by the linter?
included type_traits header
Dec 12 2019
remove code section
moved comment
Dec 11 2019
Dec 10 2019
Dec 9 2019
Solved Bitcoin-QT test
Dec 5 2019
In D4550#110003, @deadalnix wrote:I think we may want to keep this around for QUIC.
Need to adjust Summary
Dec 2 2019
rebase from master
Nov 26 2019
I have to update the test plan.
Nov 19 2019
Oct 29 2019
rebase from master
Oct 25 2019
Applies backport changes.