Shamil Gadelshin a3a7e686b2 storage-node: fix linter errors il y a 4 ans
..
fs a3a7e686b2 storage-node: fix linter errors il y a 4 ans
test a3a7e686b2 storage-node: fix linter errors il y a 4 ans
.eslintrc.js 34358429f8 move storage node into storage-node/ folder il y a 4 ans
README.md 34358429f8 move storage node into storage-node/ folder il y a 4 ans
externalPromise.js 77c8a67d86 Autofix linter issues il y a 4 ans
lru.js 77c8a67d86 Autofix linter issues il y a 4 ans
package.json 544f084234 storage-node: mark workspace packages private il y a 4 ans
pagination.js 77c8a67d86 Autofix linter issues il y a 4 ans
ranges.js a3a7e686b2 storage-node: fix linter errors il y a 4 ans
stripEndingSlash.js 77c8a67d86 Autofix linter issues il y a 4 ans

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.