1. 24 Jan, 2022 1 commit
    • Matthew Slipper's avatar
      go/proxyd: Properly handle null results · 437e853f
      Matthew Slipper authored
      Both the `Error` and `Result` fields on `RPCRes` had `omitempty` tags, so null results were being swallowed. We didn't catch this in integration tests because JavaScript tolerates missing keys. This is now fixed by using a custom JSON marshaler.
      
      Fixes #2049
      437e853f
  2. 23 Jan, 2022 2 commits
  3. 22 Jan, 2022 6 commits
  4. 21 Jan, 2022 19 commits
  5. 20 Jan, 2022 12 commits