-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support for 1.8.2 #80
Labels
help wanted
Extra attention is needed
Comments
Data layer:
|
crawler api
|
farmer api
|
daemon api
|
full_node api
|
wallet api
|
Type differences WIP in this branch
|
This was referenced Aug 1, 2023
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Add/update/fix unit tests:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update the apis to support the 1.8.2 changes.
Since the last release was https://github.com/dkackman/chia-dotnet/releases/tag/v1.4.0 this issue categorizes changes from there to present (1.8.2 as of this writing). Specific blocks of work are below with detail.
The majority of the work is rote, involving using the
SendMessage
methods in theServiceProxy
base class to thunk from dynamic to static types.Collections, static types, and tuples require slightly different approaches.
The DocFx documentation is a good starting place for seeing the core static structure and exciting api types and signatures
The text was updated successfully, but these errors were encountered: