Skip to content

v3.0.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 11:10
· 141 commits to master since this release

Changelog

Features

  • 73ae1ce feat: getToken for chainlink/composite oracle shouldn't fail
  • 12fe4f1 feat: closure repay amount fix
  • 30a582b feat: replace repayed amount in the event
  • b26457f feat: composite redstone feeds for osETH,weETH,ezETH
  • 81efe25 feat: log for messages
  • 9116660 feat: add fork url to third-eye
  • c789d9a feat: ankr support
  • 5ae9a8c feat: add spot oracle
  • 83535e9 feat: addr provider
  • c76f6a3 feat: arbitrum realted changes
  • 4c6b29e feat: add arb amqp
  • ada6d34 feat: for redstone tokens deviation in total value can be ~ .3%
  • 474eac0 feat: add check if redstone oracle doesn't exist for token
  • 5520ed6 feat: ezeth price
  • 1854c6d feat: simply steth eth/share ratio
  • a65aeea feat: use redstone mgr for recent prices
  • 5c89592 feat: handle reserve price oracles
  • 4d84bde feat: price for extra dependency if the adapter is mroe than v2
  • dba294f feat: get blocknumber from api/forks
  • 3b1a61d feat: closed_trading_sessions reset
  • 5164053 feat: use server setup from sdk-go
  • c0c1d1b feat: don't add lmrewards if no adapter
  • cd9e8dc feat: script to fix db
  • 50e5c8b feat: add lmrewards v3 logic
  • 40ef9b7 feat: cut v2 lm apy
  • a7ae6e4 feat: decrease loop time

Bug fixes

  • 2cbc2d9 fix: reset blocks in adapters
  • 5b4d998 fix: multiple token support
  • 8cd6c23 fix: support multiple tokens in chainlink adapter
  • 61b3f57 fix: anvil_test script
  • eed53d6 fix: spot price for usdc_e toen
  • 43b30b1 fix: multiple token feeds
  • ef4264b fix: go.mod
  • cef9d80 fix: tf_index NaN in db
  • a0db78c fix: old.block>new.block pf error
  • 8a94129 fix: don't disable token in addAllowedToken
  • 3cca0f2 fix: allowed token and support historic price from redstone mgr
  • ed5e6c1 fix: gear price
  • fd20028 fix: db rebase entry
  • 50c6b03 fix: increase delta for total value to be wrong
  • e83d5e6 fix: nit
  • 4c6dca7 fix: merged_pf_version reset in the sync_adaptes table
  • b107057 fix: nit logs
  • 4a905fc fix: v3 execute logs
  • 8d44975 fix: readme nit
  • 1685094 fix: merged_pf_Version for chainlink feeds that are acive in v2/v3
  • e3b65d8 fix: merged_pf_Version for composite pfs
  • 00c743e fix: dc at blocknum
  • d28a2d4 fix: mergedPFVersion for chainlink/composite pf
  • 2edccb3 fix: test and add multiple mergedPFVersion support to chainlink/composite PF
  • 4992a11 fix: add new dataCompressor
  • 76b92df fix: lastSync of the querPricefeed might not be same as lastSync of AddressProvider
  • 599ebae fix: use lastBlockNum for updating lastSync of queryAdapters
  • 8dbe6ed fix: debt comparsion funcs for totalValue
  • f2dc543 fix: copy script
  • a3e4455 fix: nit
  • 531d0eb fix: lm rewards v3 calculation
  • 13a062a fix: farm in rewards
  • 5cfa252 fix: pool is set wrong in lm rewrds v3 calc
  • ce32473 fix: add zapper ETH for dETHv3
  • 10328ab fix: nit
  • d250472 fix: map is farm->user->balances for lmrewardsv3
  • 157533a fix: bugs while coding
  • 6d7e537 fix: change zapper address to user address in add/remove liq
  • 5ebc364 fix: updateQuotaTokenRate on pools

Others