Skip to content

Releases: singnet/snet-daemon

SingularityNET Daemon v2.0.2

22 Aug 05:56
2c3c3e8
Compare
Choose a tag to compare

Release Daemon version with v2.0.2

SingularityNET Daemon v2.0.1

20 Aug 13:21
566a887
Compare
Choose a tag to compare

Release Daemon version with v2.0.1

SingularityNET Daemon v2.0.0

19 Aug 12:19
566a887
Compare
Choose a tag to compare

Release Daemon version v2.0.0

SingularityNET Daemon v1.1.2

14 Aug 11:54
ef56fc9
Compare
Choose a tag to compare

Released Daemon Version v1.1.2

SingularityNET Daemon v1.1.1

08 Aug 14:00
69f541d
Compare
Choose a tag to compare

Released Daemon Version v1.1.1, Disabling BlockChain

SingularityNET Daemon v1.1.0

02 Aug 12:02
f86a1c9
Compare
Choose a tag to compare

Released Daemon version v1.1.0

SingularityNET Daemon v1.0.0

18 Jun 10:42
c1071b4
Compare
Choose a tag to compare

Released v1.0.0

Version Stamping on the Daemon

  • CLI support to determine the current version of Daemon
  • If there is a newer version of the Daemon available, then a message is logged accordingly advising you to consider upgrading to the latest.
  • Version is now also stored as part of metrics collected from the Daemon

Support claims on older group ID

  • Service provider will now be able to claim their funds even if the group-id changes.

Improved Authorisation checks on state Service

  • Abstracting the authorisation logic out of control service and use it as a common piece across control service and state service
  • Add block number and MPE Address, pre defined names as part of message signed.

Support for Stateless logic

Support for Support cross compilation with xgo

Auto determine the registry address from platform-contracts based on the network selected

  • Daemon will auto determine the Registry address, Block chain end point based on the network type you specify in the configuration , for more details refer to the configuraiton blockchain_network_selected

Protos from Daemon are now part of the Release aritifcats

  • All protos are available under the proto directory on the latest release from git

Keeping the max message size received a config key and defaulting it to 4MB

  • refer to the configuration max_message_size_in_mb

Clean up of claim command from Daemon

  • With Control service now introduced , Daemon does not require the private key anymore . All Block chain transactions are done through snet-cli

Improved Logging

  • Removed unwanted logging on heartbeat checks
  • Improved language on error messages

SingularityNET Daemon v0.1.10

04 Apr 06:43
812e2a1
Compare
Choose a tag to compare

Release Notes

  • Optimizing the check on Group ID.
  • Ensure claim works for the change in Group ID.

SingularityNET Daemon v0.1.9

22 Mar 07:41
31f86b3
Compare
Choose a tag to compare

Release Notes

  • Build Capability for various platforms.
  • Removed claim commands from Daemon.
  • Support for version check command
  • Improved logging
  • Additional checks to ensure the Daemon and service end points are different
  • Support for version check command

SingularityNET Daemon v0.1.8

05 Mar 13:11
94d2bca
Compare
Choose a tag to compare

Release Notes

  • Support for GRPC heartbeat health check
  • Improved logging