UnUniFi / utils

10 stars 2 forks source link

fix: privatekey validation #206

Closed taro04 closed 2 years ago

taro04 commented 2 years ago

※誤ったファイル編集していたので新たにPR建てました。

https://github.com/UnUniFi/utils/issues/205

・telescope: https://github.com/CauchyE/telescope/pull/281 の展開です。

・telescopeと異なる点として、バリデーションロジックの中にエラー処理を入れています。 fc1e7ea599393ca913a0c27520e0c7498e08e3545492f228d610ad3e568xxxxxのように他のアドレスの秘密鍵ではなく、適当な文字列が入力された場合にバリデーションロジック内のgetPrivkey関数がエラーを返すためです。 (これで問題なければtelescope側にも反映します。)

・bid / create / issue / clear / deposit / withdraw にて動作確認しました。

レビューお願い致します。