Skip to content

btfs-v0.1.0

Compare
Choose a tag to compare
@zyyw zyyw released this 12 Jul 07:02
· 3874 commits to master since this release

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

Infrastructure Optimization

  • Error checking for HTTP request - 63a5aac, a3b65ed
  • HTTP payload send authenticated by node’s private key - 0aa5453

Configuration Settings

  • Update AutoUpdate version checking to every 24 hours instead of 30 seconds - e3fe308
  • Bootstrap nodes do not need to be added in the install script, since they are built into the binary - e7978fb