Releases: syscoin/syscoin-api
Syscoin API Server 3.0.1
Syscoin API Server 3.0
Syscoin 3.0 compatible release of the Syscoin API.
Syscoin API Server 1.1.4
- remove storedata, externalized to offchain-data-proxy
Syscoin API Server 1.1.2
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
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
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
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
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
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.