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

feat: Allow (but don't require) overwriting putBlock in JS #409

Merged
merged 2 commits into from
Mar 8, 2024

Conversation

matheus23
Copy link
Member

@matheus23 matheus23 commented Mar 7, 2024

This allows the JS side blockstore to choose the hashing function it supports, instead of always having blocks generated using blake3 from the rust code.

@matheus23 matheus23 self-assigned this Mar 7, 2024
@matheus23 matheus23 requested a review from a team as a code owner March 7, 2024 21:17
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.62%. Comparing base (534c312) to head (40db936).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #409      +/-   ##
==========================================
- Coverage   54.67%   54.62%   -0.06%     
==========================================
  Files          57       57              
  Lines        3956     3956              
  Branches      959      959              
==========================================
- Hits         2163     2161       -2     
- Misses       1175     1176       +1     
- Partials      618      619       +1     

see 1 file with indirect coverage changes

@matheus23 matheus23 merged commit b4bc5e2 into main Mar 8, 2024
12 checks passed
@matheus23 matheus23 deleted the matheus23/overwrite-blockstore-defaults branch March 8, 2024 09:39
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.

1 participant