-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Added
recoverPublicKey
util fn (#114)
* Added hashMessage to exports * ✨ Added splitSignature util fn * make gas price less flakey * ✨ Added `computeAddress` util fn (#116) * Added initial computeAddress fn, relies on ethers at the moment * Init computePublicKey util fn * ✨ Added computePublicKey util fn * 📝 Added documenation to computePublicKey * ⬆ Pre-commit hook package bump, added @noble/secp256k1 * ✨ Added `computePublicKey` util fn (#118) * Init computePublicKey util fn * ✨ Added computePublicKey util fn * 📝 Added documenation to computePublicKey * ⬆ Pre-commit hook package bump, added @noble/secp256k1 * 🧪 Pass computeAddress test * 📝 Add docs for computeAddress * 📝 Pre-commit script update readme and chains * 🧪 Pass tests with recoverPublicKey * 📝 Pre-commit script readme update Co-authored-by: daws.eth <dawsonbotsford@gmail.com>
- Loading branch information
1 parent
b75c9b8
commit cb73951
Showing
13 changed files
with
1,129 additions
and
2,051 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.