-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish backporting changes to JSON-RPC API (#966)
* Clean up `ChainHeadFollowTask::run` a bit * Add the new events and produce them from the subscriptions * Assign operation IDs * Send operations notifications to the main task * Body, call, and storage are now regular functions * Adjust the return values of body/call/storage * Properly check available operation slots * Add TODO regarding slots * Remove unused events * Merge the `stop` functions into `chainHead_unstable_stopOperation` * Track operations in the chain head follow struct * Properly implement stopOperation * CHANGELOG * Some fixes to stopping operations * Fix test
- Loading branch information
Showing
6 changed files
with
574 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.