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

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.