Skip to content

Releases: classic-terra/oracle-feeder

v3.1.5

17 Sep 19:59
a238d31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.1.5

v3.1.4

06 Sep 06:42
ba0ca90
Compare
Choose a tag to compare

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

31 May 13:57
80b23f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3

v3.1.2

04 Oct 17:05
c8321c7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

16 Sep 12:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

01 Sep 06:15
Compare
Choose a tag to compare

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

15 Mar 19:27
a1c2367
Compare
Choose a tag to compare
v2.0.4 Pre-release
Pre-release

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