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

✨ Added splitSignature util fn #112

Merged
merged 2 commits into from
May 5, 2022

Conversation

arimgibson
Copy link
Contributor

Closes #111

@vercel
Copy link

vercel bot commented May 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
essential-eth ✅ Ready (Inspect) Visit Preview May 5, 2022 at 5:03AM (UTC)

@arimgibson arimgibson linked an issue May 5, 2022 that may be closed by this pull request
@arimgibson arimgibson self-assigned this May 5, 2022
@arimgibson arimgibson changed the title ✨ Added splitSignature util fn ✨ Added splitSignature util fn May 5, 2022
@dawsbot dawsbot merged commit b75c9b8 into feature/verifyMessage May 5, 2022
@dawsbot dawsbot deleted the feature/splitSignature branch May 5, 2022 07:01
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add splitSignature function from ethers.js
2 participants