1. 23 May, 2023 4 commits
  2. 22 May, 2023 3 commits
  3. 19 May, 2023 4 commits
  4. 17 May, 2023 6 commits
  5. 16 May, 2023 4 commits
  6. 15 May, 2023 1 commit
  7. 12 May, 2023 2 commits
  8. 11 May, 2023 7 commits
  9. 10 May, 2023 3 commits
  10. 09 May, 2023 4 commits
  11. 08 May, 2023 2 commits
    • ucwong's avatar
      log: report error when ctx key is non-string (#27226) · 81d328a7
      ucwong authored
      * log/format.go : invalid string cast fix
      
      * log: some polish
      
      ---------
      Co-authored-by: 's avatarMartin Holst Swende <martin@swende.se>
      81d328a7
    • joohhnnn's avatar
      cmd/geth: rename variable 'extapi' (#27223) · 7ac08ba4
      joohhnnn authored
      rename parameter
      
      In this case, the naming of "extapi" might create some confusion. Although it represents an External Signer Backend, its name could be mistaken for an API. In reality, it is a backend instance used for communicating with external signers. A better naming choice could be "extBackend" or "externalBackend" to more accurately describe that it is a backend instance rather than an API.
      7ac08ba4