Skip to content

v1.1.0

Compare
Choose a tag to compare
@tanghel tanghel released this 29 Jun 13:47
· 311 commits to main since this release
6faf040

What's Changed

Exciting New Features 🎉

Bugfixes 🐛

Other Notable Changes

New Contributors

Config adjustments

Data API price fetching

Instead of relying on a plugin functionality, we fetch now the price information from the publicly available data API: https://data-api.multiversx.com
In this way, the integrators can safely fetch the price instead of implementing their own price fetcher.

features:
  dataApi:
    enabled: true
    serviceUrl: 'https://data-api.multiversx.com'

Collection / token properties from gateway

Because of a missing log at the protocol level, the elasticsearch does not index certain token / collection attributes correctly. Until rc v1.5.0 node version is released and importDB is performed, this parameter should be set to true

flags:
  collectionPropertiesFromGateway: true

Full Changelog: v1.0.3...v1.0.4