-
Notifications
You must be signed in to change notification settings - Fork 37.7k
refactor: Remove unused SER_DISK, SER_NETWORK, CDataStream #28451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
6ec3074
to
34c7daf
Compare
34c7daf
to
c949109
Compare
I think the two pulls conflict, but they do different things. This one is removing dead code, the other is changing live code. Happy to have them combined or separate, or drop any or all commits. Each commit can be cherry-picked independently, and the |
Split out in #28458 |
…BufferedFile and CAutoFile fa19c91 scripted-diff: Rename CBufferedFile to BufferedFile (MarcoFalke) fa2f241 Remove unused GetType() from CBufferedFile and CAutoFile (MarcoFalke) 5c2b3cd dbwrapper: Use DataStream for batch operations (TheCharlatan) Pull request description: This refactor is required for bitcoin/bitcoin#28052 and bitcoin/bitcoin#28451 Thus, split it out. ACKs for top commit: ajtowns: utACK fa19c91 TheCharlatan: ACK fa19c91 Tree-SHA512: d9c232324702512e45fd73ec3e3170f1e8a8c8f9c49cb613a6b693a9f83358914155527ace2517a2cd626a0cedcada56ef70a2a7812edafb1888fd6765eebba2
c949109
to
5f0664a
Compare
5f0664a
to
31da2b8
Compare
31da2b8
to
e3624fc
Compare
228df16
to
94a078c
Compare
faccb83
to
0a5fded
Compare
0a5fded
to
fa3c275
Compare
rebased and added a commit to rename version.h to node/protocol_version.h |
fa3c275
to
fa98a09
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems odd to not code review ACK fa98a09 (looks good)
utACK fa98a09 |
ACK fa98a09 |
Nice, thanks, I was going to PR the same thing :) |
Seems odd to have code that is completely dead.
Fix this by removing all of it.