Releases: TRON-US/go-btfs
Releases · TRON-US/go-btfs
btfs-v0.2.0
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
andbtfs 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
btfs-v0.1.0
New User Features
- Sets default key generation during ‘btfs init’ as ECDSA. However, the user can set the flag for other algorithms. - 75d527b
- Key generation algorithm selection flag with ECDSA - f162dcd
- Allows user the option of importing their TRON private key during the
btfs init
command to generate a corresponding public key and peer ID - 88bad89
Fixes
- Updated Status Server URL from AWS IP address to https://db.btfs.io/metrics - 8041f63
the btfs initialization is complete. This commit fixes this error - 4c2a236
Infrastructure Optimization
- Error checking for HTTP request - 63a5aac, a3b65ed
- HTTP payload send authenticated by node’s private key - 0aa5453
Configuration Settings
btfs-v0.0.4
Bug Fixes:
btfs-v0.0.3
New Features:
Merge IPFS 0.4.21 version
Add node external IP to config Address Announce
Update Bootstrap nodes
Bug Fixes:
Disable "btfs update" CLI command
Fix "btfs dht get/put" CLI command
btfs-v0.0.2
Added state server v2 changes
before: patching to modify lib