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

chore: replace ethers implementations of sha256, scrypt and keccak #1786

Merged
merged 24 commits into from
Mar 6, 2024

Conversation

danielbate
Copy link
Member

@danielbate danielbate commented Feb 21, 2024

Following on from discussions in #1592 to deprecate ethers, this PR replaces the hashing algorithms with a tree-shakable alternative @noble/hashes.

In this PR sha256, scrypt and keccak have been replaced.

@danielbate danielbate self-assigned this Feb 21, 2024
@danielbate danielbate added the chore Issue is a chore label Feb 21, 2024
@danielbate danielbate changed the title chore: replace ethers hashing algorithms chore: replace ethers implementations of sha256, scrypt and keccak Mar 5, 2024
@danielbate danielbate marked this pull request as ready for review March 5, 2024 18:00
@danielbate danielbate marked this pull request as draft March 5, 2024 18:01
@danielbate danielbate marked this pull request as ready for review March 5, 2024 18:05
Copy link
Contributor

github-actions bot commented Mar 5, 2024

Coverage Report:

Lines Branches Functions Statements
79.47%(+0%) 70.17%(+0%) 78.04%(+0%) 79.56%(+0%)
Changed Files:

Coverage values did not change👌.

@danielbate danielbate enabled auto-merge (squash) March 5, 2024 21:25
@danielbate danielbate merged commit 1e24dc0 into master Mar 6, 2024
12 of 13 checks passed
@danielbate danielbate deleted the db/chore/replace-ethers-hashing-algos branch March 6, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants