Skip to content

Releases: thrackle-io/forte-rules-engine

v2.2.2

17 Dec 22:15
9985e73
Compare
Choose a tag to compare

Removed

  • Removed internal documentation

Added

Changed

  • Updated NPM package contents

v2.2.1

06 Dec 19:00
Compare
Choose a tag to compare

Changed

  • Asset Handler Diamonds now use the DiamondCutFacetAppAdmin library with AppAdminOrOnlyOwner modifier to allow application admins to upgrade facets in the handler diamond

v2.2.0

25 Oct 14:42
Compare
Choose a tag to compare

Added

  • Account Approve/Deny Oracle Flexible Rule was added to RulesProcessor and token handlers.
  • Deployment data for all supported chains

v2.1.0

11 Sep 15:27
Compare
Choose a tag to compare

Changed

  • Example token contracts were modified to only check rules if a handler address is present
  • Protocol contracts were changed to have increased visibility for several storage variables
  • Additional documentation added to README

Added

  • Licensing
  • Version 2.0.0 Deployment information for Arbitrum Sepolia
  • Version 2.0.0 Deployment information for Optimism Sepolia
  • Version 2.0.0 Deployment information for Binance Smart Chain Test
  • Version 2.0.0 Deployment information for Ethereum Sepolia
  • Version 2.0.0 Deployment information for Polygon Amoy
  • Version 2.1.0 Deployment information for Ethereum

v2.0.0

21 Aug 13:48
Compare
Choose a tag to compare

Changed

  • The repository was renamed to rules-engine
  • The Minimum Hold Time rule was refactored to conform to common rule storage and processing conventions
  • Documentation was added for admin role removal and renunciation
  • Additional data was added to the TokenRegistered event to support offchain processing
  • Deployment Scripts were updated to better align with the documented integration strategy and AppManager based RBAC items were removed
  • String parameters in the event were changed to not be indexed

Added

  • FeeCollected events are now emitted when fees are collected
  • Token Max Trading Volume and Token Max Supply Volatility rule now have additional configuration functions

Removed

  • ProtocolERC20 was removed in favor of minimalistic integration strategies