1. 23 May, 2024 3 commits
    • George C. Knee's avatar
      op-node/p2p/sync: add panic guard (#10611) · 94b97363
      George C. Knee authored
      * op-node/p2p/sync add panic guard
      
      * hoist panic guard up to entire doRequest method
      
      * panicGuard uses currying
      
      * remove unecessary wrapper method
      
      * fix test to use more accurate fn signature
      
      remove unecessary assertion, this was annoying the linter
      94b97363
    • Sebastian Stammler's avatar
      op-batcher,op-node,batch_decoder: add logging of compression algo (#10589) · 01d3a171
      Sebastian Stammler authored
      * op-batcher: add logging of compression algo
      
      * add node logging of algo, add brotli default algo
      
      * fix typos
      
      * only log compression algo if present
      
      * add type conversion abstraction to Batch interface
      
      Since we're dealing now with wrapped types around Batch implementations,
      this let's us transparently unwrap the underlying batch types. It makes
      sense to add this to the interface, because getting the underlying types
      from the interface is done in several places, so it's part of the
      interface's contract.
      
      * adapt BatchReader test
      01d3a171
    • Maurelian's avatar
      ctb: Break out Safe deployment from configuration (#10615) · 3b374c29
      Maurelian authored
      * ctb: Break out Safe deployment from configuration
      
      * ctb: Natspec fixes
      3b374c29
  2. 22 May, 2024 6 commits
  3. 21 May, 2024 10 commits
  4. 20 May, 2024 3 commits
  5. 18 May, 2024 1 commit
  6. 17 May, 2024 10 commits
  7. 16 May, 2024 7 commits