btfs-v1.0.1-beta2
tycm4109
released this
08 Feb 00:37
·
2936 commits
to master
since this release
We are excited to announce the release of v1.0.1-beta2 BTFS. This release includes several fixes & improvements, as well as a new feature. A summary of the new feature and fixes are listed below.
Features
- Isolated Testnet - Developers can try out the whole host of functions by applying a Testnet profile: https://docs.btfs.io/docs/testnet-setup.
- Additional User Profiles - Users can choose from 4 different profiles:
storage-host
,storage-host-testnet
,storage-client
, andstorage-client-testnet
. - Customized Payout Period - Enabled customized payout frequency for hosts.
Bug Fixes & Improvements
-
WebUI Updates - Miscellaneous WebUI updates.
-
Enable improved p2p communication - Cleaned up the storage hosts sync, optimized the hosts connection retry logic, and setup AutoRelay + NAT enable.
-
Clear out Address Announcement - Cleared out Addresses.Announce so that Libp2p can perform the attachment to the network more naturally.
-
Renter Payment Flow -
- Corrected upload status if the renter doesn't pay BTT.
- Fixed submitting contracts to escrow bug.
- Fixed a bug in which
btfs storage upload
init
status retry does not update and sign again when a new host is assigned to a shard. - Created a fix to help improve large file storage uploads.
-
Host Storage - Fixed a bug in which file was not persistent under specific conditions.