1. Dec 17, 2021
    • Maciej Hirsz's avatar
      Crate restructuring (#590) · e159c449
      Maciej Hirsz authored
      
      
      * Nuke V2
      
      * fmt
      
      * Formatting and imports
      
      * Updated benches
      
      * Fix doc comment link
      
      * Brace imports in ws-server
      
      * Reworking imports
      
      * std first
      
      * fmt
      
      * std on top
      
      * Update to match changed line numbers
      
      * Rename jsonrpsee_utils -> jsonrpsee_core
      
      * Migrating things types -> core
      
      * RpcError -> ErrorResponse
      
      * Merge types::client into core::client
      
      * Continued move types -> core
      
      * Removing features to make checks pass
      
      * Move rpc_module tests to tests crate
      
      * Fixed doc comment links
      
      * Add futures-util dependency for client
      
      * Remove dead code
      
      Co-authored-by: default avatarNiklas Adolfsson <[email protected]>
      
      * fmt
      
      * Feature gate the Client trait
      
      * Move `Client` traits to `client` module
      
      Co-authored-by: default avatarNiklas Adolfsson <[email protected]>
      e159c449
  2. Feb 26, 2020
  3. Feb 19, 2020
  4. Jan 03, 2020
  5. Jan 02, 2020
  6. Nov 22, 2019
  7. Nov 21, 2019
  8. Nov 19, 2019
  9. Nov 18, 2019
    • Pierre Krieger's avatar
      Apply Rustfmt and add a CI check (#63) · 78ce41f8
      Pierre Krieger authored
      * Apply Rustfmt and add a CI check
      
      * Install rustfmt
      78ce41f8
    • Pierre Krieger's avatar
    • dpmkl's avatar
      Access control (#31) · 95ab1730
      dpmkl authored and Pierre Krieger's avatar Pierre Krieger committed
      * Add initial acl implementation
      
      * Implemented access control with utilities from paritytech::jsonrpc
      
      * Incorrect if
      
      * Make allowed_hosts an enum
      
      * Handling CORS in process_request
      
      * Build for AccessControl and naming coherence
      
      * "clean up your room! clean up your room ! that's all i ever hear..."
      - preflight requests
      - test and bench
      - wasm for yew
      
      * Add basic acl tests for 'host'
      
      * Remove 'macro_use'
      
      * Apply rustfmt to server-utils
      
      * Apply rustfmt to http
      
      * Bump lazy_static dependency
      95ab1730
  10. Nov 16, 2019
  11. Nov 15, 2019
  12. Nov 14, 2019
  13. Oct 31, 2019
  14. Oct 29, 2019
  15. Oct 24, 2019
  16. Oct 11, 2019
  17. Oct 07, 2019
  18. Oct 02, 2019
    • Pierre Krieger's avatar
      Work on the Server subscriptions system (#30) · 827c588e
      Pierre Krieger authored
      * Rework the Client to support multiple concurrent requests
      
      * Restore proc-macro functionnality
      
      * More work
      
      * More work
      
      * Work on the Server subscriptions system
      
      * More work on design
      
      * More work
      
      * More work
      
      * Even more work
      
      * Subscriptions working
      
      * Dix docs
      
      * More test fix
      
      * Fix server-sent subscription notifications
      
      * Add some server tests
      
      * Subscriptions pending system working
      
      * Remove TODO from tests
      
      * Implement close() correctly
      
      * Add comment on close()
      
      * Fix proc macro
      
      * Fix doctest
      
      * Fix local doctest
      827c588e
  19. Oct 01, 2019
  20. Sep 23, 2019
  21. Sep 19, 2019
  22. Sep 18, 2019
  23. Sep 17, 2019
  24. Sep 16, 2019