-
Notifications
You must be signed in to change notification settings - Fork 8
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
GridClient types and docstrings #3024
Conversation
…ule under the client.
8b34478
to
3e98ca0
Compare
- Provide some docStrings about the loaders. - Created a new function to set the client config.
eb969a4
to
c714dd3
Compare
PS: We should use |
897b294
to
4425500
Compare
…/threefoldtech/tfgrid-sdk-ts into development_2.6_gridclient_types
please resolve merge conficts |
Fixed |
@ALL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not all scripts are edited with the types. Maybe we can open an issue to edit them in another PR as this PR is big enough?
51aeca9
to
bd898c1
Compare
bd898c1
to
d092db0
Compare
- Update the type of the 'extrinsics' in the 'saveIfKVStoreBackend' method to 'ExtrinsicResult' instead of 'any' type. - Update the description of the 'BaseModule._add' method. - Update the return type of the 'KVStore.set' method to be 'string' instead of 'KVStoreSetOptions' type. - Update the return type of any function in the grid client that return the tf-chain changed methods - Update the return type of the 'addStellarAddress' method to 'number' as the farm ID insteaf of 'Farm'
d092db0
to
f9383b3
Compare
Description
Since we have open-sourced clients, all of them must be well-documented and well-typed.
Changes
Related Issues
Screenshots
Checklist