Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Releases: storj-archived/storjshare-daemon

v3.5.4

24 Jul 19:48
Compare
Choose a tag to compare
  • Added utility function for verifying format of allocated space

v3.5.3

24 Jul 15:48
Compare
Choose a tag to compare
  • Invalid storage size error prints out difference of freespace and allocated space

v3.5.1

17 Jul 20:21
Compare
Choose a tag to compare
  • Resolve failing build
  • resolve issue at storjshare-gui startup

v3.5.0

17 Jul 16:21
Compare
Choose a tag to compare
  • Improve error handeling with incorrect config values
  • when creating a share properly open a default editor for the config
  • Add JSON option for storjshare status output
  • added maxShardSize to config
  • Add property for counting offers with data received count
  • Check to ensure subcommand exists when running storjshare (thanks @ssa3512)
  • Add LoggerVerbosity as storjshare create parameter (thanks @ssa3512)
  • Big update to docker file (thanks @computeronix)

v3.4.2

06 Jul 16:34
Compare
Choose a tag to compare
  • Fix port status to not show red if unable to determine if port is open
  • Update documentation
  • Update dockerfiles

v3.4.0

28 Jun 20:53
Compare
Choose a tag to compare
  • Allow the storjshare-daemon commands to be executed on a remote storjshare-daemon whos rpcPort is reachable. (thanks @felixbrucker)
  • Disallow contract and owner addresses (thanks @JukeboxRhino)
  • Provide the gui with a method to check whether or not a port is open (thanks @JukeboxRhino)
  • Ease-of-Use improvements in daemon (thanks @ssa3512)

v3.3.0

19 Jun 19:13
Compare
Choose a tag to compare
  • Validate payout address is an ERC20 address. We no longer support SJCX BTC addresses.

v3.2.1

19 Jun 15:17
Compare
Choose a tag to compare
  • Renamed SJCX to STORJ

v3.2.0

19 Jun 01:26
Compare
Choose a tag to compare
  • Add the conversion of an optional config field maxShardSize from human readable values like 100MB to bytes.
  • Add Ethereum address as a valid payout address

v3.1.0

30 May 21:56
Compare
Choose a tag to compare
  • Fix logger out file bug when upgrading
  • Upgrade core