Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Releases: singnet/snet-sdk-js

SingularityNET JavaScript SDK Web&NodeJS

14 May 12:23
e90bfc2

Choose a tag to compare

  • Added comprehensive support for FET token
  • Updated SDK configuration for improved contract interaction

What's Changed

Full Changelog: v.4.1.4...v.4.2.2

SingularityNET JavaScript SDK Web&NodeJS

14 May 11:01
5d92abc

Choose a tag to compare

Web SDK

Enhanced Training Functionality

  • Improved model training workflows with better error handling
  • Added function for getting trained model status

Filecoin Integration

  • New native support for Filecoin storage and retrieval operations
  • Seamless interoperability between IPFS and Filecoin networks

Bug Fixes & Improvements

  • Improved handling errors

Example of using

  • Created an example showcasing the use of all functions

❗️The Node SDK package has not been updated yet❗️

What's Changed

Full Changelog: v.4.0.0...v.4.1.4

SingularityNET JavaScript SDK Web&NodeJS

10 Sep 14:44
de2cceb

Choose a tag to compare

NodeJS SDK update PR - #140
Web SDK update PR - #141

This release brings enhancements and fixes to the SingularityNet Web SDK and NodeJS SDK, focusing on improved functionality and compatibility.

NodeJS SDK

  • Package Updates: Updated all package dependencies to their latest versions, leveraging new features, performance improvements, and security patches.
  • Replace ethjs with web3 package for metamask transactions, enhancing compatibility and reliability.
  • Migrate from grpc to @grpc/grpc-js and ethereumjs-tx to @ethereumjs/tx.
  • Enhances IPFSMetaDataProvider by adding a verification check for byte32 for orgID and serviceID, removing ipfs-http-client dependency, fixing Hex CID bug, and patching IPFS endpoint data retrieval.
  • Transition from Ropsten provider to Sepolia provider for testnet.
  • Refactor logging functionality by removing winston transport from the core logger and integrating it into individual packages to ensure better compatibility.
  • Resolves issues related to handling big numbers.

Web SDK

  • Package Updates. Updated all package dependencies to their latest versions, leveraging new features, performance improvements, and security patches
  • Big Number Handling. Resolved issues related to handling big numbers
  • Logging Enhancement. Created BrowserConsole transport for logging
  • Wallet Support. Added support for multiple wallets in addition to MetaMask

Release v1.0.4-beta

26 May 15:26

Choose a tag to compare

Release v1.0.4-beta Pre-release
Pre-release

First beta relase of the SDK which allows developers to make service calls to the AI services listed on SingularityNET platform.