Shamil Gadelshin cab7971c6f storage-node: Autofix linter errors. 4 years ago
..
fs cab7971c6f storage-node: Autofix linter errors. 4 years ago
test cab7971c6f storage-node: Autofix linter errors. 4 years ago
.eslintrc.js 34358429f8 move storage node into storage-node/ folder 4 years ago
README.md 34358429f8 move storage node into storage-node/ folder 4 years ago
externalPromise.js 70901582ec storage-node: Fix files format. 4 years ago
lru.js cab7971c6f storage-node: Autofix linter errors. 4 years ago
package.json 544f084234 storage-node: mark workspace packages private 4 years ago
pagination.js 70901582ec storage-node: Fix files format. 4 years ago
ranges.js cab7971c6f storage-node: Autofix linter errors. 4 years ago
stripEndingSlash.js 70901582ec storage-node: Fix files format. 4 years ago

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.