-
Notifications
You must be signed in to change notification settings - Fork 463
Additional types for JsonRPC endpoints #826
Conversation
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.
Tests ran successfully.
Are there going to be any backward compatibility issues for users using these new types?
The types are meant to match with the latest release for eos. That might mean that there will be incompatibility with older versions of eos, but technically that would also be true for things like The only part that is difficult about this process is that a single-node eos process might not produce as much information in the responses as a multi-node setup would so there might be some inaccuracies. If they are present, these should be solved quickly with a patch version. |
Change Description
Several more types added for all JsonRPC functions. Additionally added return types for other functions that did not have them. A new test system was also added in order to make sure these JsonRPC endpoint types stay accurate to nodeos.
API Changes
Documentation Additions