-
Notifications
You must be signed in to change notification settings - Fork 17
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
Many v17
APIs are missing for v19
+ clients
#77
Comments
Hey man, yeah v17 is the most complete (although still incomplete). I have got all the docs up to date and am waiting to release (#49). Then I'm hoping to get some help to chip away at all the other methods. My intention is to start at 17 and work my way up. I realize v17 is less useful than later versions but keeping impls in the version they first appear seems to have merit. If you build the docs on master you can see exact status for each version by looking at I've been fairly lazy with corepc lately, I'll try to be better. |
I'm confused: as long as the methods haven't changed signatures/functionalities, isn't it just a matter of copy/pasting the |
You understand correctly. Also we have to write a test at the same time. Its just a matter of grinding it out. PRs most welcome!! |
Gotcha. Now opened #79 to expose the remaining |
Looking at
client/src/client_sync/v19/mod.rs
(and ff.), many of the APIs present inv17
andv18
are missing. One example I just stumbled across isget_block_count
.Is this somehow intentional and pending resolution? Or is this simply a bug and
v19
+ clients should simply hold all theimpl_client_v17__
calls, too?The text was updated successfully, but these errors were encountered: