1. 18 Oct, 2022 3 commits
  2. 17 Oct, 2022 1 commit
  3. 16 Oct, 2022 1 commit
  4. 13 Oct, 2022 2 commits
  5. 10 Oct, 2022 1 commit
  6. 07 Oct, 2022 1 commit
  7. 05 Oct, 2022 5 commits
  8. 04 Oct, 2022 2 commits
  9. 30 Sep, 2022 1 commit
  10. 28 Sep, 2022 1 commit
  11. 27 Sep, 2022 1 commit
  12. 24 Sep, 2022 1 commit
  13. 23 Sep, 2022 1 commit
    • Niklas Adolfsson's avatar
      more stable benches (#883) · 66d65210
      Niklas Adolfsson authored
      * fix(benches): increase sample time for benches
      
      * change to 100s
      
      * split benchmarks slow/fast
      
      * increase default sample time
      
      * Update benches/README.md
      
      * sample_time -> measurment_time
      66d65210
  14. 16 Sep, 2022 1 commit
    • Niklas Adolfsson's avatar
      fix(tracing): use tracing instrument macro (#846) · 1efd5aea
      Niklas Adolfsson authored
      * tracing: use instrument macro
      
      * fix merge nit
      
      * cargo fmt
      
      * tracing span in TRACE only
      
      * Update core/src/client/async_client/mod.rs
      
      * get rid of tracing-futures
      
      * less noise for subscription spans
      
      * nits: replace spaces with tabs
      1efd5aea
  15. 15 Sep, 2022 1 commit
    • Niklas Adolfsson's avatar
      fix(http client): more user-friendly error messages when decoding fails (#853) · 94795309
      Niklas Adolfsson authored
      * fix(http client): serde_json::Value -> T
      
      This PR changes the http client to decode the reponse as `Response<serde_json::Value> -> Response<R>`
      In order to get a more user-friendly error message
      
      Before:
      
      ```
      response: Err(ParseError(Error("missing field `error`", line: 1, column: 3752798)))
      ```
      
      After
      
      ```
      2022-08-11T13:57:12.033043Z  INFO http: r: Parse error: invalid type: string "lo", expected u8
      ```
      
      * address grumbles
      
      * Update client/http-client/src/client.rs
      
      * Update client/http-client/src/client.rs
      94795309
  16. 13 Sep, 2022 1 commit
  17. 06 Sep, 2022 1 commit
  18. 01 Sep, 2022 1 commit
  19. 29 Aug, 2022 1 commit
  20. 24 Aug, 2022 2 commits
  21. 17 Aug, 2022 1 commit
  22. 16 Aug, 2022 3 commits
  23. 15 Aug, 2022 1 commit
  24. 12 Aug, 2022 3 commits
  25. 11 Aug, 2022 2 commits
  26. 08 Aug, 2022 1 commit