Releases: classic-terra/oracle-feeder
v3.1.5
What's Changed
- Add SDR calculation and fix IMF parsing by @StrathCole in #30
Full Changelog: v3.1.4...v3.1.5
v3.1.4
What's Changed
-
- raise gas limit for vote tx to account for byte gas cost by @StrathCole in #42
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- change broadcastBlock to broadcastSync by @StrathCole in #41
New Contributors
- @StrathCole made their first contribution in #41
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- feat(price-server): add IMF fiat provider for SDR/USD by @inon-man in #31
- add new docker file and fix workflow by @nghuyenthevinh2000 in #32
- fix: broadcast error logging by @echel0n-HX in #33
New Contributors
- @echel0n-HX made their first contribution in #33
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- Change Binance API domain name by @nghuyenthevinh2000 in #26
- fix(price-server): remove setLevel call for sentry
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Release Notes
- Updating to Terra.js 3.x to use new LCD endpoints. (Note: due to the removal of Legacy REST endpoints in CosmosSDK v0.36.x, oracle-feeder will not work with Terra Classic Core v2.2)
- The voter.json used in the existing oracle-feeder 2.x may no longer be compatible due to the use of enhanced encryption algorithms. In such cases, key setup must be done again.
- This is compatible with the mainnet, columbus-5. Therefore, it is recommended to upgrade in advance before Core v2.2 is released.
Full Changelog: v2.0.4...v3.1.0
v2.0.4
Description
The v2.0.4 release of the Oracle Feeder software by L1TF introduces several new features and improvements to our platform.
One of the key updates is support for SHA-256, which is long overdue. This version also includes improvements to the performance and reliability of the data feeds, improved error handling and logging making it easier to troubleshoot issues and identify errors. Lastly we have improved the docker-compose tooling to help simplify the process of spinning up "oracle feeders" and "price-servers".
Overall, this release aims to provide users with a more robust and reliable version of the software we use for gathering and submitting data to our blockchain, from various sources, thus improving the overall quality of our on-chain data.
What is included
Features
(app) classic-terra/core#115 Upgrade to SHA-256
Improvements
(container) Added support for docker-compose
(container) Bump container images to node:18
(container) Implement Dockerfiles for "price-server" (API) and "feeder" (voter) processes
(app) Streamline ENV variables by prefixing with "ORACLE_FEEDER_"
(app) Change from station.js => terra.js
(app) Remove MsgAggregateExchangeXYZ message contracts in favor of the ones inherited from terra.js
(app) Add support for Osmosis in price-server
(app) Update ad-hoc price-server crypto pairs
Upstream comparison
terra-money/oracle-feeder@main...classic-terra:oracle-feeder:main