Skip to content

chore: organize KeyringRpcMethod enum by category#441

Merged
danroc merged 3 commits into
mainfrom
chore/sort-keyring-rpc-methods
Jan 19, 2026
Merged

chore: organize KeyringRpcMethod enum by category#441
danroc merged 3 commits into
mainfrom
chore/sort-keyring-rpc-methods

Conversation

@danroc

@danroc danroc commented Jan 19, 2026

Copy link
Copy Markdown
Contributor

The KeyringRpcMethod enum lists RPC methods in an arbitrary order, making it harder to find related methods at a glance.

This PR reorganizes the enum entries into logical groups with comments:

  • Account management
  • Signing request management
  • Account assets and transactions
  • Dapp interaction

Examples

N/A - This is a code organization change with no functional impact.


Note

Reorganizes KeyringRpcMethod into logical groups with comments to improve scanability.

  • Groups methods under: Account management, Signing request management, Account assets and transactions, and Dapp interaction
  • Only reorders enum entries and adds comments; no changes to method names, values, or logic

Written by Cursor Bugbot for commit 0c61b08. This will update automatically on new commits. Configure here.

Group RPC methods into logical sections:
- Account management
- Signing request management
- Account assets and transactions
- Dapp interaction
@danroc danroc requested a review from a team as a code owner January 19, 2026 10:03
@danroc danroc added this pull request to the merge queue Jan 19, 2026
Merged via the queue into main with commit 94ddd72 Jan 19, 2026
38 of 39 checks passed
@danroc danroc deleted the chore/sort-keyring-rpc-methods branch January 19, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants