1. 15 Feb, 2022 4 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 1 commit
    • 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