MetaMask / MetaMask/metamask-extension
Move `wallet_registerOnboarding` implementation to method middleware
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13.2k
- Forks
- 5.6k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 451
Description
Our implementation of `wallet_registerOnboarding` currently lives in its own middleware function. The implementation should be moved to the method middleware instead along with all the other unrestricted RPC methods.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the wallet_registerOnboarding middleware function and the method middleware that handles unrestricted RPC methods. Compare the surrounding implementations and move wallet_registerOnboarding into the method middleware without changing its behavior. Done means the implementation is no longer in its standalone middleware and is handled with the other unrestricted RPC methods.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend-api-design
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100