Skip to content

Commit

Permalink
feat: apr precision
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Aug 20, 2024
1 parent 0a6a2b6 commit 43038fb
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 120 deletions.
14 changes: 12 additions & 2 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 3.4.0

### Fixed

- `apr` in `getRewardsFromChain` and `getRewardsFromSubgraph` is now in percents e.g 3.14 and not 0.314
- package is build with ts@5.4.5
- `LidoSDKApr.calculateAprFromRebaseEvent` has increased precision

# 3.3.0

No changes

# 3.2.2

## SDK
Expand All @@ -7,8 +19,6 @@
- fixed edge-case in `withdraw.views.findCheckpointHints` where last finalized request would fail assertion with `Cannot find hints for unfinalized request...`
- subsequently fixed same error in `withdraw.request-info`, `withdraw.claim` modules

# 3.2.0

# 3.2.1

## SDK
Expand Down
Loading

0 comments on commit 43038fb

Please sign in to comment.