1. 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
  2. 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
  3. 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
  4. 13 Sep, 2022 1 commit
  5. 06 Sep, 2022 1 commit
  6. 01 Sep, 2022 1 commit
  7. 29 Aug, 2022 1 commit
  8. 24 Aug, 2022 2 commits
  9. 17 Aug, 2022 1 commit
  10. 16 Aug, 2022 3 commits
  11. 15 Aug, 2022 1 commit
  12. 12 Aug, 2022 3 commits
  13. 11 Aug, 2022 2 commits
  14. 08 Aug, 2022 1 commit
  15. 04 Aug, 2022 1 commit
  16. 03 Aug, 2022 1 commit
  17. 29 Jul, 2022 2 commits
  18. 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
  19. 20 Jul, 2022 1 commit
  20. 18 Jul, 2022 1 commit
  21. 14 Jul, 2022 1 commit
  22. 13 Jul, 2022 1 commit
  23. 06 Jul, 2022 3 commits
  24. 04 Jul, 2022 1 commit
  25. 29 Jun, 2022 1 commit
  26. 27 Jun, 2022 1 commit
  27. 24 Jun, 2022 1 commit
  28. 23 Jun, 2022 1 commit
  29. 22 Jun, 2022 2 commits
  30. 21 Jun, 2022 1 commit