From 7d84c50af356fd53785e6117348c9dd9a8ad6c66 Mon Sep 17 00:00:00 2001 From: Tuyen Nguyen Date: Thu, 31 Aug 2023 10:36:43 +0700 Subject: [PATCH] chore: add reference to v1.11.0 profiles --- packages/beacon-node/src/chain/bls/multithread/jobItem.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/beacon-node/src/chain/bls/multithread/jobItem.ts b/packages/beacon-node/src/chain/bls/multithread/jobItem.ts index b339daab32b8..41b5a68454ae 100644 --- a/packages/beacon-node/src/chain/bls/multithread/jobItem.ts +++ b/packages/beacon-node/src/chain/bls/multithread/jobItem.ts @@ -73,6 +73,7 @@ export function jobItemWorkReq(job: JobQueueItem, format: PointFormat): BlsWorkR // cpu profile on main thread has 250s idle so this only works until we reach 3M validators // However, for normal node with only 2 to 7 subnet subscriptions per epoch this works until 27M validators // and not a problem in the near future + // this is monitored on v1.11.0 https://github.com/ChainSafe/lodestar/pull/5912#issuecomment-1700320307 job.sets.map((set) => bls.Signature.fromBytes(set.signature, CoordType.affine, true)) ).toBytes(format), message: job.message,