Skip to content

Blocker 0.0.1

Choose a tag to compare

@bigeasy bigeasy released this 03 Mar 13:51
· 46 commits to master since this release

Read Blocks

This did not turn out to be a terribly complicated library after all. Most of the complexity is built into Node.js stream libraries now. Both chunking and buffering are provided by stream.Readable.

Issue by Issue

  • Release version 0.0.1. #9.
  • Assert that block is properly sliced #8.
  • Implement basic block reading interface. #7.