Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Latest commit

 

History

History
122 lines (68 loc) · 9.38 KB

CHANGELOG.md

File metadata and controls

122 lines (68 loc) · 9.38 KB

0.2.5 (2022-04-22)

Bug Fixes

  • Use release-please in favor of semantic-release (#221) (aa25404)

0.3.2 (2022-04-25)

Bug Fixes

  • olympus: Add V1 bond depository contract (#258) (44ba840)

0.3.1 (2022-04-25)

Bug Fixes

  • Create index files for Uniswap V2 and Olympus modules (#255) (dfb00ce)
  • init cache earlier to prevent infinite loop (#252) (a2f1152)

0.3.0 (2022-04-25)

Features

Bug Fixes

  • Catch @Cache & @CacheOnInterval errors (#234) (ec71d80)
  • curve: Replace helper references for app toolkit (#240) (c7a6064)
  • Fix linting and logo in wBAN (#249) (b3a170f)
  • Fix Olympus module not loading (#230) (ba2d565)
  • Fix rewards to be per second and not per block (#251) (d6f9553)
  • Rename resolveTotalRewardPerBlock to resolveTotalRewardRate (#248) (371841a)
  • Resolve circular dependencies in Olympus (#232) (ee54d2a)
  • Split Olympus bond balance helper for v1 and v2 bonds, keep bond position fetcher generic, fix lint error (#242) (0ea4021)
  • Temporarily disable Olympus (#231) (2ec6cfb)
  • Tokemak - add missing reactors & fix claimable rewards (#237) (1792cdd)
  • tokemak: Use App Toolkit instead of position service (#239) (2d4e54a)

0.2.4 (2022-04-22)

Bug Fixes

  • Use single quotes for release body on publish in case commit message has double quotes (#216) (20927f3)

0.2.3 (2022-04-22)

Bug Fixes

  • Add Tokemak, Liquity, and Teddy Cash indexes (#213) (1f1ab78)

0.2.2 (2022-04-22)

Bug Fixes

  • Removed CLI from tsconfig to fix dist structure in build (#211) (858e51d)

Reverts

  • Revert "bug-fix: Removed CLI from tsconfig to fix dist structure in build (#209)" (#210) (9cf6aec), closes #209 #210

0.2.1 (2022-04-22)

Bug Fixes

0.2.0 (2022-04-22)

Bug Fixes

Features

0.1.1 (2022-04-20)

Bug Fixes

  • Disable manual workflow for publishing (#178) (db5733d)
  • Fix the changelog not being forwarded to Zapper API (#176) (8e2d7f8)
  • Fix wrong job dependency for publish action (#177) (08dd40c)
  • Remove Semantic Release legacy GH action (#180) (44cd4bf)

0.1.0 (2022-04-20)

Bug Fixes

  • Delete automatically generated tag from release (#174) (2cf6e3b)
  • Do not commit using semantic-release (#170) (a26d968)
  • Github action for package.json uses main too now (#169) (6513a31)
  • Try opening a PR using main as base (#168) (78e4303)
  • Try opening a PR with semantic commits (#167) (60e1584)
  • Try out a fix commit to test semantic-release (#165) (d48a930)
  • Try semantic-release non-dry run (#166) (3677b5d)

Features