Shamil Gadelshin a3a7e686b2 storage-node: fix linter errors %!s(int64=4) %!d(string=hai) anos
..
fs a3a7e686b2 storage-node: fix linter errors %!s(int64=4) %!d(string=hai) anos
test a3a7e686b2 storage-node: fix linter errors %!s(int64=4) %!d(string=hai) anos
.eslintrc.js 34358429f8 move storage node into storage-node/ folder %!s(int64=4) %!d(string=hai) anos
README.md 34358429f8 move storage node into storage-node/ folder %!s(int64=4) %!d(string=hai) anos
externalPromise.js 77c8a67d86 Autofix linter issues %!s(int64=4) %!d(string=hai) anos
lru.js 77c8a67d86 Autofix linter issues %!s(int64=4) %!d(string=hai) anos
package.json 544f084234 storage-node: mark workspace packages private %!s(int64=4) %!d(string=hai) anos
pagination.js 77c8a67d86 Autofix linter issues %!s(int64=4) %!d(string=hai) anos
ranges.js a3a7e686b2 storage-node: fix linter errors %!s(int64=4) %!d(string=hai) anos
stripEndingSlash.js 77c8a67d86 Autofix linter issues %!s(int64=4) %!d(string=hai) anos

README.md

Summary

This package contains general utility functions for running the colossus storage node.

  • lru contains an in-memory least-recently-used cache abstraction.
  • fs/* contains helpers for resolving path names and walking file system hierarchies.
  • pagination contains utility functions for paginating APIs.
  • ranges contains functions for dealing with Range headers in download requests.