Skip to content

Commit

Permalink
chore: more tests for different vaildator number
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Aug 9, 2023
1 parent f2bc1fd commit 2f3367d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ describe("computeDeltas", () => {

const oldRoot = "0x32dec344944029ba183ac387a7aa1f2068591c00e9bfadcfb238e50fbe9ea38e";
const newRoot = "0xb59f3a209f639dd6b5645ea9fad8d441df44c3be93bd1bbf50ef90bf124d1238";
for (const numValidator of [800_000, 2_100_100]) {
// 2 first numbers are respective to number of validators in goerli, mainnet as of Aug 2023
for (const numValidator of [500_000, 750_000, 1_400_000, 2_100_000]) {
before(function () {
this.timeout(2 * 60 * 1000);
oldBalances = getEffectiveBalanceIncrementsZeroed(numValidator);
Expand Down

0 comments on commit 2f3367d

Please sign in to comment.