Releases: syscoin/pricepeg
Releases · syscoin/pricepeg
Syscoin Price Peg Server 1.4.0
- Full redesign of frontend to align with Blockmarket design (can be customized from peg to peg)
- Upgrade from node-syscoin to syscoin-core as backbone for communicating with a local syscoin full node
- Add charting to frontend, currently displays single currency (can be customized from peg to peg), mobile-enabled
- Fix issues with over-aggressive updates due to pending aliasupdate operations
- Improve logging
Syscoin Price Peg Server 1.3.2
Release Notes
- Fix issues loading config
- Add PASC/Pascalcoin to supported coins
Syscoin Price Peg Server 1.3.1
Release Notes
- Fix daemon mode command
- Fix issue with SYS logo on history page
- Improved documentation and instructions
Syscoin Price Peg Server 1.3.0
Release Notes
- Completely refactored currency management system for easier extensibility.
- Price peg update history now read from file, start/stop of server doesn't erase history.
- Greatly expanded configuration capabilities.
- Completely externalized configuration in INI format.
- Full documentation.
Syscoin Price Peg Server 1.2.1
Release Notes
- Restores Poloniex as datasource for averaging calculations on all cryptocurrencies
- Improvements to history page display
Syscoin Price Peg 1.2.0
Release Notes
- Improves peg accuracy by watching for changes against all crypto currencies, not only SYS/BTC, but also any other altcoins (such as XMR/SYS)
- Adds logging-history-to-file and loading-history-from-file so that if script is started/stopped that information is easily re-loadable (peg.log will still capture start/stop events)
- Many improvements and bug fixes.
Syscoin Price Peg 1.1.0
Release Notes
- Improves data management through more elegant price-fetching patterns
- History page improved to used ES6 string templates
- Configurable log-levels added
- Added Bittrex as data source for averaged pricing
Syscoin Price Peg 1.0.0
Release Notes
- Watches average Syscoin market prices and updates configured pegalias if prices change outside certain range
- Fully converted to ES6/Typescript so the
npm run build
command must be run if any changes are made to source in./src
folder.