Mokhtar Naamani 2612029c2e storage-node: check stat completion on next tick 3 rokov pred
..
fs cab7971c6f storage-node: Autofix linter errors. 4 rokov pred
test cab7971c6f storage-node: Autofix linter errors. 4 rokov pred
.eslintrc.js 34358429f8 move storage node into storage-node/ folder 4 rokov pred
README.md 8b34fc03d2 storage-node: prettier formatting 4 rokov pred
externalPromise.js 59033a758e storage-node: Fix linter errors. 4 rokov pred
lru.js cab7971c6f storage-node: Autofix linter errors. 4 rokov pred
package.json 6d9153d042 pioneer and nodejs fixes 3 rokov pred
pagination.js 65a0f73a6a storage-node: Fix bugs. 4 rokov pred
ranges.js 1b4d6d621e storage-node: ranges util, remove commented debug statements 4 rokov pred
sleep.js 2612029c2e storage-node: check stat completion on next tick 3 rokov pred
stripEndingSlash.js 70901582ec storage-node: Fix files format. 4 rokov pred

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.