Skip to content

btfs-v2.3.4

Compare
Choose a tag to compare
@royisroy royisroy released this 27 Dec 11:56
· 2 commits to master since this release
a5500e3

The mainnet code name is Weiss, a German-born American physicist known for his contributions to gravitational physics and astrophysics.

Notices

Non-mandatory upgrade

Changes

  • Added support for BTIP-52, which aims to enhance data privacy of file sharing for greater security. #398
  • Support file encryption and decryption, guarantee the file added and encrypted can only be decrypted by the shared host. f7c3f83
  • Add btfs encrypt and btfs decrypt commands, utilizing ECIES as the asymmetric algorithm for file encryption and decryption. Although asymmetric encryption may reduce system performance compared to symmetric methods, it provides enhanced convenience for node operation. We have a simple test to prove that it's suitable for our scenario: benchmark. 7bb21c3
  • Optimize BTIP-25 and provide support for loose mode in the AWS S3 API to enhance availability when integrating with other AWS S3 compatible tools like rclone, which prevents refusal of requests if the API receives an unknown header or URL parameter. #397 BTIP-25
  • Some bug issue fixes. #382 #383