You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #1830 is completed, all methods should be available for use which enables switching to using these for all RPC versions.
I propose only doing this once RPC version v0.4 and v0.5 have been removed. This (a) lessens the work, and (b) is safer since some methods have changed semantically (and have different error types for example).
This leaves RPC v0.6:
Implement existing DTO changes in the serialization code by diffing RPC v0.6 and v0.7 of the specification.
Switch all v0.6 methods to the crates/rpc/method/ implementations
[ Ensure the DTO changes defined within each method itself are also implemented (these DTOs are specified within the method implementation itself).
The text was updated successfully, but these errors were encountered:
Requires #1830.
Once #1830 is completed, all methods should be available for use which enables switching to using these for all RPC versions.
I propose only doing this once RPC version v0.4 and v0.5 have been removed. This (a) lessens the work, and (b) is safer since some methods have changed semantically (and have different error types for example).
This leaves RPC v0.6:
crates/rpc/method/
implementationsThe text was updated successfully, but these errors were encountered: