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

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.