updated changelogs
This commit is contained in:
		@@ -29,6 +29,10 @@
 | 
				
			|||||||
            {
 | 
					            {
 | 
				
			||||||
                "note": "New stake management mechanics. Delay before delegation. Nixed shadow rewards.",
 | 
					                "note": "New stake management mechanics. Delay before delegation. Nixed shadow rewards.",
 | 
				
			||||||
                "pr": 2118
 | 
					                "pr": 2118
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Tests for new stake management mechanics.",
 | 
				
			||||||
 | 
					                "pr": 2126
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -44,7 +44,7 @@ export class FinalizerActor extends BaseActor {
 | 
				
			|||||||
        const operatorShareByPoolId = await this._getOperatorShareByPoolIdAsync(this._poolIds);
 | 
					        const operatorShareByPoolId = await this._getOperatorShareByPoolIdAsync(this._poolIds);
 | 
				
			||||||
        const rewardVaultBalanceByPoolId = await this._getRewardVaultBalanceByPoolIdAsync(this._poolIds);
 | 
					        const rewardVaultBalanceByPoolId = await this._getRewardVaultBalanceByPoolIdAsync(this._poolIds);
 | 
				
			||||||
        const memberBalancesByPoolId = await this._getMemberBalancesByPoolIdAsync(this._membersByPoolId);
 | 
					        const memberBalancesByPoolId = await this._getMemberBalancesByPoolIdAsync(this._membersByPoolId);
 | 
				
			||||||
        // compute expecnted changes
 | 
					        // compute expected changes
 | 
				
			||||||
        const expectedRewardVaultBalanceByPoolId = await this._computeExpectedRewardVaultBalanceAsyncByPoolIdAsync(
 | 
					        const expectedRewardVaultBalanceByPoolId = await this._computeExpectedRewardVaultBalanceAsyncByPoolIdAsync(
 | 
				
			||||||
            rewards,
 | 
					            rewards,
 | 
				
			||||||
            rewardVaultBalanceByPoolId,
 | 
					            rewardVaultBalanceByPoolId,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -85,6 +85,10 @@
 | 
				
			|||||||
            {
 | 
					            {
 | 
				
			||||||
                "note": "Add `EthVaultNotSetError, `RewardVaultNotSetError`, and `InvalidStakeStatusError` to error registry.",
 | 
					                "note": "Add `EthVaultNotSetError, `RewardVaultNotSetError`, and `InvalidStakeStatusError` to error registry.",
 | 
				
			||||||
                "pr": 2118
 | 
					                "pr": 2118
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note": "Add `InvalidStakeStatusError` to error registry.",
 | 
				
			||||||
 | 
					                "pr": 2126
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user