1. 07 Oct, 2022 1 commit
  2. 05 Oct, 2022 5 commits
  3. 04 Oct, 2022 2 commits
  4. 30 Sep, 2022 1 commit
  5. 28 Sep, 2022 1 commit
  6. 27 Sep, 2022 1 commit
  7. 24 Sep, 2022 1 commit
  8. 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
  9. 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
  10. 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
  11. 13 Sep, 2022 1 commit
  12. 06 Sep, 2022 1 commit
  13. 01 Sep, 2022 1 commit
  14. 29 Aug, 2022 1 commit
  15. 24 Aug, 2022 2 commits
  16. 17 Aug, 2022 1 commit
  17. 16 Aug, 2022 3 commits
  18. 15 Aug, 2022 1 commit
  19. 12 Aug, 2022 3 commits
  20. 11 Aug, 2022 2 commits
  21. 08 Aug, 2022 1 commit
  22. 04 Aug, 2022 1 commit
  23. 03 Aug, 2022 1 commit
  24. 29 Jul, 2022 2 commits
  25. 21 Jul, 2022 1 commit
    • James Wilson's avatar
      chore(release): v0.15.0 (#827) · e7dc80d0
      James Wilson authored
      * Add generate_changelog and adapt release checklist from subxt to make the process a little easier
      
      * prepare to releasse v0.15.0
      
      * release checklist tweak
      
      * fix numbers in release checklist
      
      * Add details about #820 to changelog
      v0.15.0
      e7dc80d0
  26. 20 Jul, 2022 1 commit
  27. 18 Jul, 2022 1 commit
  28. 14 Jul, 2022 1 commit