Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bank Sendのトランザクション実行の際の入力されている秘密鍵が間違っているパターンのエラー表示をユーザーにわかりやすく #280

Open
YasunoriMATSUOKA opened this issue Feb 17, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@YasunoriMATSUOKA
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

以下の場合にユーザーにとって何が問題かわかりやすいエラーメッセージが表示されず、Status 400とか500になってしまう

  • 秘密鍵の入力が単純に間違っている場合
  • 直前のダイアログでのアカウントの選択が意図したものと違っている等で、入力された秘密鍵とのミスマッチが生じている場合

Describe the solution you'd like
A clear and concise description of what you want to happen.

フォームの時点や、トランザクション実行のサービスの中で、バリデーションやエラー通知を実装して、ユーザーに何が問題か適切に伝えられるような仕組みにしたい。

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@kimurayu45z
Copy link
Contributor

秘密鍵の入力ミスに関しては、入力された秘密鍵から公開鍵を導出して、その公開鍵がindexedDBで管理しているそれと一致するかバリデーションする手続きを挟むことで、トランザクション送るまでもなく対処できそうだなと思いました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants