Skip to content

Releases: syscoin/pricepeg

Syscoin Price Peg Server 1.4.0

25 Oct 04:26
Compare
Choose a tag to compare
  • 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

12 Feb 20:14
Compare
Choose a tag to compare

Release Notes

  • Fix issues loading config
  • Add PASC/Pascalcoin to supported coins

Syscoin Price Peg Server 1.3.1

31 Jan 00:54
Compare
Choose a tag to compare

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

29 Jan 06:01
Compare
Choose a tag to compare

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

16 Jan 19:51
Compare
Choose a tag to compare

Release Notes

  • Restores Poloniex as datasource for averaging calculations on all cryptocurrencies
  • Improvements to history page display

Syscoin Price Peg 1.2.0

15 Jan 06:07
Compare
Choose a tag to compare

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

04 Jan 01:37
Compare
Choose a tag to compare

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

24 Dec 23:55
Compare
Choose a tag to compare

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.