This repository has been archived by the owner on Aug 23, 2021. It is now read-only.
Releases: filecoin-shipyard/browser-retrieval
Releases · filecoin-shipyard/browser-retrieval
0.1.3-alpha
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
0.1.0-alpha
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.