Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
updated changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
hysz committed Sep 5, 2019
1 parent 24e62fe commit 49baafa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions contracts/staking/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
{
"note": "New stake management mechanics. Delay before delegation. Nixed shadow rewards.",
"pr": 2118
},
{
"note": "Tests for new stake management mechanics.",
"pr": 2126
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion contracts/staking/test/actors/finalizer_actor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class FinalizerActor extends BaseActor {
const operatorShareByPoolId = await this._getOperatorShareByPoolIdAsync(this._poolIds);
const rewardVaultBalanceByPoolId = await this._getRewardVaultBalanceByPoolIdAsync(this._poolIds);
const memberBalancesByPoolId = await this._getMemberBalancesByPoolIdAsync(this._membersByPoolId);
// compute expecnted changes
// compute expected changes
const expectedRewardVaultBalanceByPoolId = await this._computeExpectedRewardVaultBalanceAsyncByPoolIdAsync(
rewards,
rewardVaultBalanceByPoolId,
Expand Down
4 changes: 4 additions & 0 deletions packages/order-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
{
"note": "Add `EthVaultNotSetError, `RewardVaultNotSetError`, and `InvalidStakeStatusError` to error registry.",
"pr": 2118
},
{
"note": "Add `InvalidStakeStatusError` to error registry.",
"pr": 2126
}
]
},
Expand Down

0 comments on commit 49baafa

Please sign in to comment.