- 
        Couldn't load subscription status. 
- Fork 110
client-side mru signatures -- step 2/5 #733
client-side mru signatures -- step 2/5 #733
Conversation
110351b    to
    7d2254c      
    Compare
  
    506040f    to
    8072389      
    Compare
  
    | Note:In this step I made the mistake of renaming the  | 
| To review this step, use this link: 8dd0bef, which will show the correct diff. | 
        
          
                swarm/storage/mru/resource.go
              
                Outdated
          
        
      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.
Sorry for this change. It was a mistake. In the next step it will be renamed back.
        
          
                swarm/storage/mru/resource.go
              
                Outdated
          
        
      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.
Moved to timestampprovider.go
        
          
                swarm/storage/mru/resource.go
              
                Outdated
          
        
      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.
parseUpdate now verifies signatures and ownership, otherwise fails.
        
          
                swarm/storage/mru/resource.go
              
                Outdated
          
        
      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.
Moved to updaterequest.go and renamed as resourceUpdateChunkDigest
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.
See comments here:
As agreed during Tuesday's roundtable review, I am fragmenting PR #704 in incremental steps to make it easier to review. The steps are these:
LookupParamsso that the different combinations are documented. Moved LookupParams to its own file. Reorder code and create separate files for a few structures