Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

parity-clib: async C bindings to RPC requests + subscribe/unsubscribe to websocket events #9920

Merged
merged 24 commits into from
Jan 2, 2019

Commits on Jan 2, 2019

  1. Configuration menu
    Copy the full SHA
    0d14f99 View commit details
    Browse the repository at this point in the history
  2. feat(seperate bindings for ws and rpc)

    * Subscribing to websockets for the full-client works
    niklasad1 committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    6cd0c13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78664a0 View commit details
    Browse the repository at this point in the history
  4. fix(tests): tweak CMake build config

    * Enforce C+11
    niklasad1 committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    bf450a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cca514 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79c0576 View commit details
    Browse the repository at this point in the history
  7. docs(nits)

    niklasad1 committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    ac15960 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c2d49e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f93ffa View commit details
    Browse the repository at this point in the history
  10. fix(callback type) : address grumbles on callback

    * Use it the example to avoid using global variables
    niklasad1 committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    ee38cf1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f67523e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    22f9e9f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f35d882 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    489fc7a View commit details
    Browse the repository at this point in the history
  15. fix(Java shutdown) : unsubscribe to sessions

    Forgot to pass the JNIEnv environment since it is an instance method
    niklasad1 committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    0a4aff1 View commit details
    Browse the repository at this point in the history
  16. feat(return valid JString)

    * Remove Java dependency by constructing a valid Java String in the callback
    niklasad1 committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    e457835 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8d73aa2 View commit details
    Browse the repository at this point in the history
  18. fix(format)

    niklasad1 committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    fc3bf56 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    269f8e8 View commit details
    Browse the repository at this point in the history
  20. fix(parity-clib-examples) : update examples

    * `cpp` example pass in a struct instead to determines `callback kind`
    * `java` add a instance variable the class `Callback` to determine `callback kind`
    niklasad1 committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    019ab72 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    981d320 View commit details
    Browse the repository at this point in the history
  22. Update parity-clib/src/java.rs

    Co-Authored-By: niklasad1 <niklasadolfsson1@gmail.com>
    tomaka and niklasad1 committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    6014461 View commit details
    Browse the repository at this point in the history
  23. fix(bad merge + spelling)

    niklasad1 committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    a50b062 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9164b32 View commit details
    Browse the repository at this point in the history