As per title. This potentially enables punishment for block withholding
as per Jonathan Toomim's ideas.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGINGeb27c4cab519: Record when block was fully received
rABCeb27c4cab519: Record when block was fully received
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This diff never sets the block received time as described in the summary.
src/chain.h | ||
---|---|---|
100 ↗ | (On Diff #6079) | Block and header times should be in alphabetical order (swap them) |
124 ↗ | (On Diff #6079) | Swap here too |
143 ↗ | (On Diff #6079) | Swap here too |
src/validation.cpp | ||
3726 ↗ | (On Diff #6079) | This overwrites the header received time, which doesn't seem like the expected behavior at all. |