Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for rpc-client / features import #526

Closed
haerdib opened this issue Apr 11, 2023 · 0 comments · Fixed by #558
Closed

Add documentation for rpc-client / features import #526

haerdib opened this issue Apr 11, 2023 · 0 comments · Fixed by #558
Assignees
Labels
F4-documentation Updates the documentation

Comments

@haerdib
Copy link
Contributor

haerdib commented Apr 11, 2023

This should include description on:

  • Difference between rpc clients (e.g. when to use which client)
    • jsonrspee is only opens one websocket connection to the node (making it most likely the most efficient /fastest client). Offers the most convenience functions (subscription callbacks and such). Depends on tokio runtime.
    • ws client: Does not offer any convenience functions, but is simple and easily adaptable. Does not depend on tokio runtime.
    • tungstenite: offers (limited) reconnection possibilites. Other than that, similiar to ws-client.
  • staking / contracts extrinsic import (see Make pallet-staking and pallet-contracts dependencies optional #522)
@haerdib haerdib added the F4-documentation Updates the documentation label Apr 11, 2023
@haerdib haerdib changed the title Add documentation for feature import Add documentation for rpc-client / features import Apr 11, 2023
@Niederb Niederb self-assigned this Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F4-documentation Updates the documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants