• Hannah Howard's avatar
    Incoming Block Hooks (#68) · 430b4dc6
    Hannah Howard authored
    * feat(graphsync): add incoming block hook types
    
    add types (not implemented) for incoming block hook
    
    * feat(asyncloader): identify local loads
    
    add a boolean value to AsyncLoadResult to determine if a request load was local
    
    * fixup! feat(graphsync): add incoming block hook types
    
    * feat(hooks): add block hooks plumbing
    
    * feat(requestmanager): process block hooks
    
    Process block hooks on each block, and connect last response to blocks
    
    * feat(peerresponsemanager): add transactions
    
    add the ability to do multple response operations with a gaurantee they will end up in a single
    response
    
    * refactor(lint): fix lint errors
    430b4dc6
requestmanager_test.go 31.9 KB