Skip to content

Latest commit

 

History

History
205 lines (123 loc) · 6.63 KB

CHANGELOG.md

File metadata and controls

205 lines (123 loc) · 6.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning for all versions v1.0.0 and beyond (still considered experimental prior to v1.0.0).

[Unreleased]

Added

Changed

Fixed

Removed

Fixed

Security

v0.8.0

Added

  • #100 Update v0.8.0 chain dependencies

Changed

Fixed

Removed

Fixed

Security

v0.7.0

Added

  • #87 Update v0.7.0 chain + whitelist coverage
  • #89 Added linter
  • #92 Context handling
  • #91 Add Feemarket support
  • #94 Gas price update interval
  • #96 Final chain update to v0.7.0 tag

Removed

Fixed

  • #82 Adjust adapter log levels
  • #83 Added missing params to .env example
  • #88 New topic case + handle window-related errorcodes
  • #95 Use CanSubmitXPayload methods

Security

  • #84 Bump cosmossdk.io/math from 1.3.0 to 1.4.0
  • #86 Remove scanning alert on example app

v0.6.0

Added

  • #66 Smart worker detection of submission windows + persistent error management + query retrials + reg/stake robustness + improved logging
  • #81 Timeout height handling on tx submission
  • #90 Added unit tests on CI/CD

Removed

Fixed

Security

v0.5.1

Added

  • #75 Configurable fee awareness

Removed

  • #73 Removal of legacy ECR workflow

Fixed

  • #74 Improve logging
  • #76 Account sequence mismatch using expected number + other error handling improvements
  • #77 More idiomatic buildcommit functions, use of errorsmod, error handling + duplicated error logs

Security

v0.5.0

Added

  • #63 Loss Function Library support.
  • #65 Introduced different retry delays for account sequence.
  • #68 Logging configuration
  • #69 Update to allora-chain v0.6.1 dependencies.

Removed

Fixed

  • #65 Error handling (incl ABCI errors)
  • #70 Clean and improve readme

Security

  • #62 Fix security email

v0.4.0

Added

  • #53 Update to v0.5.0 chain dependencies. Validate bundles before sending.

Removed

Fixed

  • #55 Passive set retrial optimization.
  • #56 Improve logs
  • #57 Reduced severity of nonce failure to Warning.

Security

v0.3.0

Added

  • #41 MSE insteead of MAE, Reputer data validation, refactoring.
  • #42 Update to v0.4.0 version of the chain. This contains breaking changes in types.

Removed

Fixed

  • #37 Fix covering nil pointer when params are not available
  • #38 Fix error handling (nil pointer dereference) on registration.
  • #40 Forecasting fixes
  • #31 SubmitTx fix: if set to false but properly configured, it should still not submit.

Security

v0.2.0

Added

  • Metrics center for monitoring and alerting via Prometheus
  • Edgecase fixes
  • UX improvements e.g. JSON support (no Golang interactions needed)

Removed

Fixed

Security

v0.1.0

Genesis release.