1. 06 Dec, 2022 1 commit
    • Felix Lange's avatar
      cmd/devp2p: add --extaddr flag (#26312) · b44abf56
      Felix Lange authored
      The new flag allows configuring an explicit endpoint which is to be
      announced in the DHT. This feature was originally developed for the
      discv5 wormhole experiment (#25798), but it's useful in other contexts
      as well.
      b44abf56
  2. 05 Dec, 2022 4 commits
  3. 03 Dec, 2022 1 commit
    • Sina Mahmoodi's avatar
      core: drop legacy receipt types (#26225) · 10347c6b
      Sina Mahmoodi authored
      This PR drops the legacy receipt types, the freezer-migrate command and the startup check. The previous attempt #22852 at this failed because there were users who still had legacy receipts in their db, so it had to be reverted #23247. Since then we added a command to migrate legacy dbs #24028.
      
      As of the last hardforks all users either must have done the migration, or used the --ignore-legacy-receipts flag which will stop working now.
      10347c6b
  4. 02 Dec, 2022 1 commit
  5. 30 Nov, 2022 1 commit
  6. 28 Nov, 2022 7 commits
  7. 25 Nov, 2022 4 commits
  8. 24 Nov, 2022 4 commits
  9. 22 Nov, 2022 1 commit
  10. 21 Nov, 2022 2 commits
  11. 17 Nov, 2022 6 commits
  12. 16 Nov, 2022 3 commits
  13. 15 Nov, 2022 1 commit
    • Felix Lange's avatar
      rpc: fix connection tracking set in Server (#26180) · ae421480
      Felix Lange authored
      rpc: fix connection tracking in Server
      
      When upgrading to mapset/v2 with generics, the set element type used in
      rpc.Server had to be changed to *ServerCodec because ServerCodec is not
      'comparable'. While the distinction is technically correct, we know all
      possible ServerCodec types, and all of them are comparable. So just use
      a map instead.
      ae421480
  14. 14 Nov, 2022 4 commits