Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Releases: filecoin-shipyard/browser-retrieval

0.1.3-alpha

19 Nov 19:47
1a6f571
Compare
Choose a tag to compare
0.1.3-alpha Pre-release
Pre-release

This release fixes:

  • CIDs representing content of any size can now be downloaded (previous 2MB limit dropped)
  • Improved testing and resulting fixes
  • A compiler warning during yarn build is fixed

0.1.2-alpha

12 Nov 19:24
Compare
Choose a tag to compare
0.1.2-alpha Pre-release
Pre-release

Fixes #145, #141, modifies the "tip" text, and restores V0 cid functionality

0.1.0-alpha

12 Nov 01:06
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release

This is the first release of the Browser Retrieval Market software.

To build it, git clone this repo and then git checkout 0.1.0. Then follow the build instructions in README.md.

Caveats

  • This is alpha grade software. It has bugs and you can lose money. Use a wallet with only 0.5 FIL or less for testing.
  • Limitations:
    • Files larger than 2MB are not supported yet.
    • Some CIDs will not work - i.e., we're unable to retrieve their bytes from the Blockstore even after a successful retrieval
    • Most failures during a transfer happen silently in the UI
  • Bug report issues are much appreciated.