Skip to content

btfs-v0.2.0

Compare
Choose a tag to compare
@hzmbeyond hzmbeyond released this 25 Sep 21:57
· 3733 commits to master since this release
0efcb14

IPFS Merge

  • Merged updates and fixes from IPFS 0.4.22 release - 1cbfc48

User Features

  • Removes contents of from a local btfs node. Can remove file or directory - ec733f9
  • Generates a 12 word Seed Phrase - 7125828
  • Lets the user import a 12 word Seed Phrase to initialize the BTFS node - b5c274d

Infrastructure Optimization

  • Added functional tests for btfs get and btfs add to run during the AutoUpdate process - 0e640e8
  • Previously, AutoUpdate was pulling from BTFS Binary Releases github repo. We have now directed it to pull from a CDN - c442d1c

Configuration Settings

  • The default key-pair generation algorithm has been updated from RSA to Secp256k1 for better BTFS Token Integration - bc66305
  • The BT Client sends either 1 or 0 as a flag for -dc, depending on whether the EU user consents to data collection or not - 2ea7b77

Fixes

  • Merged a memory leakage fix in the Libp2p Kademlia DHT library - b73ef5d