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
- Branch
- block-received-time (branched from master)
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4102 Build 6275: Bitcoin ABC Buildbot (legacy) Build 6274: arc lint + arc unit
Event Timeline
Comment Actions
This diff never sets the block received time as described in the summary.
src/chain.h | ||
---|---|---|
100 | Block and header times should be in alphabetical order (swap them) | |
124 | Swap here too | |
143 | Swap here too | |
src/validation.cpp | ||
3726 | This overwrites the header received time, which doesn't seem like the expected behavior at all. |