-
Notifications
You must be signed in to change notification settings - Fork 34
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
✨ Added computeAddress
util fn
#116
Merged
Merged
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…-eth into feature/computeAddress
…al-eth into feature/computeAddress
arimgibson
added a commit
that referenced
this pull request
May 5, 2022
* 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>
5 tasks
dawsbot
added a commit
that referenced
this pull request
May 15, 2022
* ✨ Added `splitSignature` util fn (#112) * Added hashMessage to exports * ✨ Added splitSignature util fn * ✨ 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> * ✨ Added recoverAddress util fn * 📝 Pre-commit script readme and chain updates * run pre-commit * replace bloated iife * ✨ Added recoverAddress util fn # Conflicts: # src/index.ts * 📝 Pre-commit script readme and chain updates # Conflicts: # readme.md # scripts/markdown-magic/typedoc.out.json * run pre-commit * replace bloated iife * ♻️ Clean up code before merging * ⬆️ Pre-commit script * ♻️ Fix leftover console.log * 🧪 Fix broken test for computeAddress * 🧪 Add 64 byte test for codecov * 🧪 Added test designed to throw for codecov * 🧪 Added test designed to throw on invalid v for codecov * Latest pre-commit * Remove recoverAddress from readme Co-authored-by: daws.eth <dawsonbotsford@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #115