Skip to content

Releases: syscoin/syscoin-api

Syscoin API Server 3.0.1

Choose a tag to compare

@jnessbcf jnessbcf released this 03 Jul 22:48
5ea85a7

This release gives the API syscointxfund call the ability to take a list of addresses as its second argument (this increases compatibility with Syscoin 3.x releases).

Syscoin API Server 3.0

Choose a tag to compare

@jnessbcf jnessbcf released this 29 Jun 18:16
b13941a

Syscoin 3.0 compatible release of the Syscoin API.

Syscoin API Server 1.1.4

Choose a tag to compare

@dwasyluk dwasyluk released this 21 Dec 21:14

Syscoin API Server 1.1.2

Choose a tag to compare

@dwasyluk dwasyluk released this 04 Dec 02:49

Release Notes

  • Switch to syscoin-core JS package to keep up with Bitcoin changes (node-bitcoin is deprecated).
  • Updates to swagger-ui
  • Improvements to offchain data storage (changed to upsert from always-insert).

Syscoin API Server 1.1.1

Choose a tag to compare

@dwasyluk dwasyluk released this 06 Nov 22:10

Release Notes

  • Official version bump to 1.1.1 (1.1.0 was released w version 1.0.3 in API spec files)
  • Support getnetworkinfo. Enables use/verification of secured TOR connection for all Blockmarket Desktop operations.

Syscoin API Server 1.1.0

Choose a tag to compare

@dwasyluk dwasyluk released this 01 Nov 17:12

This version of the Syscoin API server provides multiple fixes and improvements to the Syscoin API server product.

Release Notes

  • Backbone for Blockmarket Desktop 1.1.0 w/Syscoin Identities
  • Fully prepared for Syscoin Core 2.1.6
  • Offchain data storage in remote MongoDB w other options in the future.

Syscoin API Server 1.0.2

Choose a tag to compare

@dwasyluk dwasyluk released this 16 Sep 01:30

This version of the Syscoin API server provides multiple fixes and improvements to the Syscoin API server product.

Release Notes

  • Backbone for Blockmarket Desktop 1.0.0
  • Fully prepared for Syscoin Core 2.1.5

Syscoin API Server 1.0.1

Choose a tag to compare

@dwasyluk dwasyluk released this 17 Apr 23:28

This version of the Syscoin API server provides multiple fixes and improvements to the Syscoin API server product.

Release Notes

  • Closes all issues reported thus far
  • Fixes method of passing params to core JSONRPC so that optional params are not unnecessarily populated, possibly leading to data overwrites inadvertently
  • Improves type handling in middleware
  • Adds sanity unit tests critical Syscoin service call txs, sets up a test framework via spec/config.js and allows for confidence in changes
  • Improves root documentation and NodeJS specific documentation
  • Fully prepared for Syscoin 2.1.4

Syscoin API Server 1.0.0

Choose a tag to compare

@dwasyluk dwasyluk released this 28 Mar 03:44

Official Release of Syscoin API Server v1.0.0. Enables secure remote communication with a Syscoin 2.1.3 full node using JSON web tokens (JWT) for session security. Deployment includes complete interactive HTML documentation for all API endpoints. Currently the supported server backend is NodeJS based, with a variety of client side SDK connector options.

Please see README documentation for important information prior to deployment. Requires a properly configured and running Syscoin full node for proper operation.