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
JSON-RPC API doesn't have a version, this might become a pain if in the future we will decide to do some protocol-level changes and/or change implementation details.
Proposed Solution
Consider adding versions to RPC API to enable incompatible protocol modifications in the future
Round-trip tests: serialization/deserialization tests that verify that rpc lib changes do not break us.
The text was updated successfully, but these errors were encountered:
Problem
JSON-RPC API doesn't have a version, this might become a pain if in the future we will decide to do some protocol-level changes and/or change implementation details.
Proposed Solution
The text was updated successfully, but these errors were encountered: