Skip to content

Commit

Permalink
chore: add reference to v1.11.0 profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Aug 31, 2023
1 parent 61e6b66 commit 7d84c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/beacon-node/src/chain/bls/multithread/jobItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7d84c50

Please sign in to comment.