HashWriter is a slim and less confusing version of CHashWriter, so use it in all places where it compiles.
This should be correct, if it compiles.
HashWriter is a slim and less confusing version of CHashWriter, so use it in all places where it compiles.
This should be correct, if it compiles.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
See the guideline for information on the review process.
| Type | Reviewers | 
|---|---|
| ACK | theuni, TheCharlatan, sipa | 
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Reviewers, 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.
Concept ACK. Changes look good.
Why not get test/addrman_tests.cpp at the same time?
I don’t know if I just missed it when I first looked or if you did some ninja force push, but addrman_tests.cpp is updated here so ignore my previous comment.
ACK 99995cfe8da6ea2b93a6cd0e0bc84bb34cbb9d8c
I’m not sure this improves much, unless we can actually get rid of CHashWriter entirely?
That said, code review ACK 99995cfe8da6ea2b93a6cd0e0bc84bb34cbb9d8c
I’m not sure this improves much, unless we can actually get rid of
CHashWriterentirely?
It is still used in CHashVerifier, so it can not be removed right now. But CHashVerifier is removed in #25284, so CHashWriter can be removed after that as well.
        
        
          
            
              
              maflcko
            
          
            
              
              DrahtBot
            
          
            
              
              theuni
            
          
            
              
              TheCharlatan
            
          
            
              
              sipa
            
          
        
          Labels
          
          
  
    
Refactoring