Skip to content

Releases: singnet/snet-daemon

SingularityNET Daemon v5.1.4

17 Jul 09:37
e3f3a7a
Compare
Choose a tag to compare

PR: #586

Description:

  • new parameter in the config free_calls_users : you can select a specific number of free calls for a specific userID. Example in readme
  • a new logger (zap) in the entire project (for logging operations, a performance increase of more than 1000%, memory allocation is 10+ times less compared to the old logger)
  • now logs can be written to several sources at once. You can now pass an array in the type field. Examples in logger readme
    • The rotation_time_in_sec and max_age_in_sec parameters have been removed. Instead, they are now max_size_in_mb and max_age_in_days. More detailed.
  • logs for the embedded etcd can now be controlled separately using the log_level and log_outputs parameters. Docs for etcdb conf
  • the connection_timeout and request_timeout parameters are now used (instead of ipfs) if they are explicitly specified in the config in the payment_channel_storage_client section
  • the daemon will now output understandable logs if it fails to connect to etcd
  • the hooks have been completely redesigned. Now you can send errors via telegram & email. Example in logger readme
  • the init command now generates the simplest possible config file
  • fixing tests and errors in the daemon documentation
  • the log level will be colored in the console if the type field has a value other than file

SingularityNET Daemon v5.1.3

21 May 12:03
260c220
Compare
Choose a tag to compare
  • completely removed nodejs as a dependency
  • now the information about the smart contracts of the snet ecosystem is taken from snet-ecosystem-contracts
    (https://github.com/singnet/snet-ecosystem-contracts)
  • heartbeat returns more parameters (TrainingEnabled, TrainingInProto, BlockchainEnabled, BlockchainNetwork)
  • the init command now generates a simpler config with only the basic parameters
  • the new init-full command generates a complete config
  • abigen is no longer needed to work with daemon
  • all mentions of Kovan & ropsten have been removed
  • some fixes for grpc codec and params names for HTTP services
  • updated libraries

SingularityNET Daemon v5.1.2

05 Mar 15:33
93c287b
Compare
Choose a tag to compare
  • fix error: "grpc: failed to unmarshal the received message: failed to unmarshal, message is *codec.GrpcFrame, want proto.Message"
  • new implementation for HTTP service type
  • README update

SingularityNET Daemon v5.1.1

12 Feb 14:27
406ed9c
Compare
Choose a tag to compare
  • replace deprecated IPFS library to the new one
  • update SNET npm packages (daemon supports Sepolia testnet now)
  • improve and refactor training service.go
  • update readme.md
  • fix install script
  • add new config param: blockchain_provider_api_key

SingularityNET Daemon v5.1.0

15 Jan 16:09
406ed9c
Compare
Choose a tag to compare
  • update all libraries and golang
  • add new service type (daemon_type) - HTTP
  • add config param service_credentials for HTTP services
  • add loyal CORS
  • replacing deprecated code and reformatting
  • fix spelling errors in comments
  • fix build script
  • merge training PR (from anandrgitnirman):
    • change the storage key delimiter to |
    • invoke even https model client server
    • better test cases
    • fixes

SingularityNET Daemon v5.0.2

08 Oct 05:27
73b1a11
Compare
Choose a tag to compare

Fix to add better debuggin on resolving channel-lock issues

SingularityNET Daemon v5.0.1

16 May 13:56
095767a
Compare
Choose a tag to compare

Update to the latest version of the optimized registry contract

SingularityNET Daemon v5.0.0

28 Apr 13:04
a5bf99f
Compare
Choose a tag to compare

Update Daemon to the latest contract changes,
Please note , the org and the service will need to be re published

SingularityNET Daemon v4.0.1

27 Feb 14:25
823da18
Compare
Choose a tag to compare
Merge pull request #528 from anandrgitnirman/license

License

SingularityNET Daemon v4.0.0

10 Aug 11:15
ee0dbc2
Compare
Choose a tag to compare

Released Daemon Version v4.0.0