Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Rename all the API endpoint names of actions and events to have underscore #6622

Closed
Tracked by #6554
ishantiw opened this issue Aug 4, 2021 · 0 comments
Closed
Tracked by #6554
Assignees
Milestone

Comments

@ishantiw
Copy link
Contributor

ishantiw commented Aug 4, 2021

Description

Update separator to "_" from “:” because in JSON RPC, method should be using the characters allowed for method definition. Namespace is often separated with _ (underscore) in other projects such as web3.

Example, app_getNodeStatus, app_getConnectedPeers, namespace_methodName

Acceptance Criteria

  • All tests in the framework and framework-plugin should pass
  • Modify regular expression for module and plugin name to not to have _(underscore)

Additional Information

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants