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

Problem: need to add JSON-RPC endpoint personal_initializeWallet #739

Closed
wants to merge 5 commits into from

Conversation

adu-web3
Copy link
Contributor

Closes: #738

Description

  • this is mainly involved with smartcard wallet, which has not been supported yet.
  • so an error will be returned for the request

For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

adu-web3 and others added 5 commits November 9, 2021 20:13
Closes evmos#730

* this is aimed at smartcard wallet which is not supported yet.

* will return unsupported error now.
* Closes evmos#738

* will simply return error since smartcard wallet is not supported yet.
@adu-web3 adu-web3 closed this Nov 10, 2021
@adu-web3 adu-web3 deleted the personal_initializeWallet branch November 10, 2021 10:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem: need to add JSON-RPC endpoint personal_initializeWallet
3 participants