1. Jun 23, 2020
  2. Jun 22, 2020
  3. Jun 21, 2020
  4. Jun 19, 2020
  5. Jun 18, 2020
  6. Jun 17, 2020
    • Hernando Castano's avatar
      Clean up higher level RPCs · e04ae78d
      Hernando Castano authored
      Some of the RPCs that were "high level" didn't necessarily belong
      as part of the trait, so they were removed.
      e04ae78d
    • Hernando Castano's avatar
      Clean up dead code and warnings · ac792932
      Hernando Castano authored
      ac792932
    • Hernando Castano's avatar
      Remove usage of `jsonrpsee::RawClient` · 91777075
      Hernando Castano authored
      By using a `jsonrpsee::Client` we are able to remove all the shared
      mutable references required when interacting with the RPC server. This
      is convenient as trying to sharing mutable references in code that uses
      async/await is a bit of a pain.
      
      However, using a `Client` instead of a `RawClient` is not yet supported
      by the `jsonrpsee::rpc_api` macro, so a fork must be used for the moment.
      91777075
  7. Jun 16, 2020
  8. Jun 15, 2020
  9. Jun 12, 2020