-
Notifications
You must be signed in to change notification settings - Fork 4
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: filecoin-saturn/js-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: filecoin-saturn/js-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 14 files changed
- 6 contributors
Commits on Dec 19, 2023
-
feat: implement stable hashring for node management (#30)
* feat: implement a nodes list for clients * feat: implement a storage interface using indexedDb * feat: implement a test suite for fallback * fix: remove unused code * fix: eslint an jsdoc * fix: formatting and consistency * fix: indexDbCheck * chore: change storage implementation * enhancement: simplify node loading * naive fallback implementation * modify fallback * fix formatting and typos * typos * Update .eslintrc Co-authored-by: Diego Rodríguez Baquero <diego@protocol.ai> * enhancement: edit storage impl * enhancement: deal with overlapping byte chunks * feat: add fallback test suite * fix: tests running * cleanup content fetch with fallback * add initial origin fetch to fallback * formatting and file re-org * feat: merge main into fallback branch (#22) * Abort on error (#19) * feat: use controller from options if exists. abort fetch if error occurs. * test: check if external abort controller is used * build: move build output to dist/ folder * fix: newline * 0.1.1 * Build exports (#20) * chore: rename file * feat: add new entrypoint with exports. Switch Saturn to named export * build: expose entire module instead of just the default export * docs: update README * 0.2.0 * feat: include worker scopes when checking for browser runtime (#21) * 0.3.0 --------- Co-authored-by: Eric Guan <guanzo91@gmail.com> * load nodes on first success * add fallback limit * fix: fallback bug * put eslint settings in package.json * add nodesListKey as static * fix: resolve process in browser * feat: add fetching with a race * enhancement: add backward compatibility for racing * tests and cleanup * feat: basic hashring implementation * fixes and enhancements * add typings * feat: add hashring functionality to the client * add typings * fix hashring usage * add tests for hashring --------- Co-authored-by: Diego Rodríguez Baquero <diego@protocol.ai> Co-authored-by: Eric Guan <guanzo91@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cc7a758 - Browse repository at this point
Copy the full SHA cc7a758View commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f58570f - Browse repository at this point
Copy the full SHA f58570fView commit details
Commits on Jan 16, 2024
-
Update log ingestor and auth URLs (#53)
Diego Rodríguez Baquero authoredJan 16, 2024 Configuration menu - View commit details
-
Copy full SHA for c4ed95c - Browse repository at this point
Copy the full SHA c4ed95cView commit details
Commits on Jan 18, 2024
-
feat(client): support range requests (#48)
- pass entity-bytes param to the backend - utilize offset/length params on unixfs-exporter to do ranged verification
Configuration menu - View commit details
-
Copy full SHA for ab8c510 - Browse repository at this point
Copy the full SHA ab8c510View commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17abad7 - Browse repository at this point
Copy the full SHA 17abad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d58ee6c - Browse repository at this point
Copy the full SHA d58ee6cView commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd4029d - Browse repository at this point
Copy the full SHA fd4029dView commit details
Commits on Jan 24, 2024
-
test: add test for range request on multi block CAR (#55)
* test: add test for range request on multi block CAR * fix: use proper range requested CAR file * fix: test command
Configuration menu - View commit details
-
Copy full SHA for 1504fb0 - Browse repository at this point
Copy the full SHA 1504fb0View commit details
Commits on Jan 29, 2024
-
* test: check range request output has expected bytes * tests: fix msw not being able to stall connections
Configuration menu - View commit details
-
Copy full SHA for 18f5429 - Browse repository at this point
Copy the full SHA 18f5429View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34cf1a1 - Browse repository at this point
Copy the full SHA 34cf1a1View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1de2e94 - Browse repository at this point
Copy the full SHA 1de2e94View commit details -
* chore: disable hashring * fix test * test: duplicate log submission err handling * epxand try catch * refactor(client): move log cleanup into finally block --------- Co-authored-by: hannahhoward <hannah@hannahhoward.net> Co-authored-by: Andrew Gillis <gammazero@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 864daa8 - Browse repository at this point
Copy the full SHA 864daa8View commit details
Commits on Mar 27, 2024
-
* add `#onReportLogs(logs)` Overwrite this function to handle logs yourself in addition to the Saturn pipeline. * use parameter instead * Update src/client.js --------- Co-authored-by: Hannah Howard <hannah@hannahhoward.net>
Configuration menu - View commit details
-
Copy full SHA for e6578e0 - Browse repository at this point
Copy the full SHA e6578e0View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.7...main