Skip to content

Commit

Permalink
prepare 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparkallas committed Sep 19, 2024
1 parent b19e384 commit 6280f3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [2.2.0]

- Fix missing Token name/symbol in some cases
- Fix Pool's `totalAmountDistributed` being wrong in some cases
- Add `adminOfPoolCount` to AccountTokenSnapshot to count how many pools the account is admin of
- Add `balanceLastUpdatedFromRpcBlocknumber` to AccountTokenSnapshot to track when last RPC call was made
- Don't always make an RPC call when updating the balance of an AccountTokenSnapshot, use the balance delta for simple cases
- Account for GDA's adjustment flow when setting the `isLiquidationEstimateOptimistic` flag on AccountTokenSnapshot

## [2.1.0]

## Breaking
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@superfluid-finance/subgraph",
"description": "Subgraph for the Superfluid Ethereum contracts.",
"version": "2.1.0",
"version": "2.2.0",
"dependencies": {
"@graphprotocol/graph-cli": "0.80.1",
"@graphprotocol/graph-ts": "0.35.1",
Expand Down

0 comments on commit 6280f3c

Please sign in to comment.