1. 15 Feb, 2022 3 commits
  2. 14 Feb, 2022 2 commits
  3. 08 Feb, 2022 2 commits
  4. 07 Feb, 2022 1 commit
  5. 04 Feb, 2022 1 commit
  6. 02 Feb, 2022 3 commits
  7. 01 Feb, 2022 3 commits
  8. 31 Jan, 2022 4 commits
  9. 28 Jan, 2022 1 commit
  10. 27 Jan, 2022 3 commits
  11. 25 Jan, 2022 4 commits
  12. 24 Jan, 2022 7 commits
  13. 21 Jan, 2022 4 commits
  14. 20 Jan, 2022 2 commits
    • Felix Lange's avatar
      rpc: add PeerInfo (#24255) · 5bcbb298
      Felix Lange authored
      This replaces the sketchy and undocumented string context keys for HTTP requests
      with a defined interface. Using string keys with context is discouraged because
      they may clash with keys created by other packages.
      
      We added these keys to make connection metadata available in the signer, so this
      change also updates signer/core to use the new PeerInfo API.
      5bcbb298
    • Diederik Loerakker's avatar
      eth/catalyst: evict old payloads, type PayloadID (#24236) · 514ae7cf
      Diederik Loerakker authored
      * eth/catalyst: evict old payloads, type PayloadID
      
      * eth/catalyst: added tracing info to engine api
      
      * eth/catalyst: add test for create payload timestamps
      
      * catalyst: better logs
      
      * eth/catalyst: computePayloadId return style
      
      * catalyst: add queue for payloads
      
      * eth/catalyst: nitpicks
      Co-authored-by: 's avatarMarius van der Wijden <m.vanderwijden@live.de>
      Co-authored-by: 's avatarPéter Szilágyi <peterke@gmail.com>
      514ae7cf