Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update consensus spec version in README #6705

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

nflaig
Copy link
Member

@nflaig nflaig commented Apr 24, 2024

Motivation

Follow up to #6704, missed the most important one in the top-level README..

Description

Search and replace failed me because the alt text was different, adapted it now to be the same in all README files

@nflaig nflaig requested a review from a team as a code owner April 24, 2024 20:38
Copy link

codecov bot commented Apr 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.87%. Comparing base (09e4b9c) to head (cae20f4).

Additional details and impacted files
@@            Coverage Diff            @@
##           unstable    #6705   +/-   ##
=========================================
  Coverage     61.87%   61.87%           
=========================================
  Files           557      557           
  Lines         59209    59209           
  Branches       1915     1915           
=========================================
  Hits          36635    36635           
  Misses        22531    22531           
  Partials         43       43           

Copy link
Contributor

Performance Report

✔️ no performance regression detected

Full benchmark results
Benchmark suite Current: 1d07b8e Previous: 09e4b9c Ratio
getPubkeys - index2pubkey - req 1000 vs - 250000 vc 1.0433 ms/op 904.71 us/op 1.15
getPubkeys - validatorsArr - req 1000 vs - 250000 vc 88.907 us/op 89.729 us/op 0.99
BLS verify - blst-native 1.3008 ms/op 1.3108 ms/op 0.99
BLS verifyMultipleSignatures 3 - blst-native 2.4854 ms/op 2.5471 ms/op 0.98
BLS verifyMultipleSignatures 8 - blst-native 5.3119 ms/op 5.4433 ms/op 0.98
BLS verifyMultipleSignatures 32 - blst-native 19.222 ms/op 19.707 ms/op 0.98
BLS verifyMultipleSignatures 64 - blst-native 37.757 ms/op 38.675 ms/op 0.98
BLS verifyMultipleSignatures 128 - blst-native 74.863 ms/op 76.551 ms/op 0.98
BLS deserializing 10000 signatures 884.16 ms/op 887.92 ms/op 1.00
BLS deserializing 100000 signatures 9.6503 s/op 8.6269 s/op 1.12
BLS verifyMultipleSignatures - same message - 3 - blst-native 1.3192 ms/op 1.2732 ms/op 1.04
BLS verifyMultipleSignatures - same message - 8 - blst-native 1.4586 ms/op 1.4137 ms/op 1.03
BLS verifyMultipleSignatures - same message - 32 - blst-native 2.2489 ms/op 2.1769 ms/op 1.03
BLS verifyMultipleSignatures - same message - 64 - blst-native 3.3286 ms/op 3.2113 ms/op 1.04
BLS verifyMultipleSignatures - same message - 128 - blst-native 5.5083 ms/op 5.3407 ms/op 1.03
BLS aggregatePubkeys 32 - blst-native 27.812 us/op 27.525 us/op 1.01
BLS aggregatePubkeys 128 - blst-native 105.25 us/op 104.33 us/op 1.01
notSeenSlots=1 numMissedVotes=1 numBadVotes=10 72.056 ms/op 57.967 ms/op 1.24
notSeenSlots=1 numMissedVotes=0 numBadVotes=4 82.790 ms/op 70.779 ms/op 1.17
notSeenSlots=2 numMissedVotes=1 numBadVotes=10 45.205 ms/op 35.564 ms/op 1.27
getSlashingsAndExits - default max 260.43 us/op 225.79 us/op 1.15
getSlashingsAndExits - 2k 639.26 us/op 456.75 us/op 1.40
proposeBlockBody type=full, size=empty 5.8689 ms/op 5.7589 ms/op 1.02
isKnown best case - 1 super set check 572.00 ns/op 349.00 ns/op 1.64
isKnown normal case - 2 super set checks 639.00 ns/op 429.00 ns/op 1.49
isKnown worse case - 16 super set checks 662.00 ns/op 322.00 ns/op 2.06
InMemoryCheckpointStateCache - add get delete 8.6530 us/op 8.1440 us/op 1.06
validate api signedAggregateAndProof - struct 2.7083 ms/op 2.3656 ms/op 1.14
validate gossip signedAggregateAndProof - struct 2.5229 ms/op 2.3795 ms/op 1.06
validate gossip attestation - vc 640000 1.3907 ms/op 1.3651 ms/op 1.02
batch validate gossip attestation - vc 640000 - chunk 32 162.95 us/op 168.36 us/op 0.97
batch validate gossip attestation - vc 640000 - chunk 64 149.27 us/op 149.12 us/op 1.00
batch validate gossip attestation - vc 640000 - chunk 128 139.26 us/op 148.04 us/op 0.94
batch validate gossip attestation - vc 640000 - chunk 256 140.64 us/op 149.66 us/op 0.94
pickEth1Vote - no votes 1.3172 ms/op 1.4924 ms/op 0.88
pickEth1Vote - max votes 11.962 ms/op 13.304 ms/op 0.90
pickEth1Vote - Eth1Data hashTreeRoot value x2048 18.710 ms/op 24.423 ms/op 0.77
pickEth1Vote - Eth1Data hashTreeRoot tree x2048 31.978 ms/op 35.966 ms/op 0.89
pickEth1Vote - Eth1Data fastSerialize value x2048 671.69 us/op 672.32 us/op 1.00
pickEth1Vote - Eth1Data fastSerialize tree x2048 5.3391 ms/op 7.6125 ms/op 0.70
bytes32 toHexString 745.00 ns/op 768.00 ns/op 0.97
bytes32 Buffer.toString(hex) 329.00 ns/op 309.00 ns/op 1.06
bytes32 Buffer.toString(hex) from Uint8Array 533.00 ns/op 556.00 ns/op 0.96
bytes32 Buffer.toString(hex) + 0x 316.00 ns/op 353.00 ns/op 0.90
Object access 1 prop 0.18800 ns/op 0.24600 ns/op 0.76
Map access 1 prop 0.15800 ns/op 0.16600 ns/op 0.95
Object get x1000 7.7420 ns/op 8.3680 ns/op 0.93
Map get x1000 0.82700 ns/op 0.84900 ns/op 0.97
Object set x1000 58.612 ns/op 57.527 ns/op 1.02
Map set x1000 47.289 ns/op 51.740 ns/op 0.91
Return object 10000 times 0.24620 ns/op 0.25060 ns/op 0.98
Throw Error 10000 times 3.9796 us/op 3.9161 us/op 1.02
fastMsgIdFn sha256 / 200 bytes 3.3430 us/op 3.4590 us/op 0.97
fastMsgIdFn h32 xxhash / 200 bytes 348.00 ns/op 390.00 ns/op 0.89
fastMsgIdFn h64 xxhash / 200 bytes 400.00 ns/op 444.00 ns/op 0.90
fastMsgIdFn sha256 / 1000 bytes 11.501 us/op 11.690 us/op 0.98
fastMsgIdFn h32 xxhash / 1000 bytes 479.00 ns/op 493.00 ns/op 0.97
fastMsgIdFn h64 xxhash / 1000 bytes 478.00 ns/op 492.00 ns/op 0.97
fastMsgIdFn sha256 / 10000 bytes 103.49 us/op 104.19 us/op 0.99
fastMsgIdFn h32 xxhash / 10000 bytes 2.1680 us/op 2.0370 us/op 1.06
fastMsgIdFn h64 xxhash / 10000 bytes 1.4080 us/op 1.4590 us/op 0.97
send data - 1000 256B messages 20.046 ms/op 23.980 ms/op 0.84
send data - 1000 512B messages 29.192 ms/op 25.503 ms/op 1.14
send data - 1000 1024B messages 45.606 ms/op 44.199 ms/op 1.03
send data - 1000 1200B messages 40.596 ms/op 43.028 ms/op 0.94
send data - 1000 2048B messages 51.947 ms/op 50.263 ms/op 1.03
send data - 1000 4096B messages 47.141 ms/op 51.051 ms/op 0.92
send data - 1000 16384B messages 114.24 ms/op 126.91 ms/op 0.90
send data - 1000 65536B messages 479.42 ms/op 501.36 ms/op 0.96
enrSubnets - fastDeserialize 64 bits 1.2700 us/op 1.4650 us/op 0.87
enrSubnets - ssz BitVector 64 bits 480.00 ns/op 498.00 ns/op 0.96
enrSubnets - fastDeserialize 4 bits 183.00 ns/op 210.00 ns/op 0.87
enrSubnets - ssz BitVector 4 bits 444.00 ns/op 474.00 ns/op 0.94
prioritizePeers score -10:0 att 32-0.1 sync 2-0 220.53 us/op 225.52 us/op 0.98
prioritizePeers score 0:0 att 32-0.25 sync 2-0.25 296.80 us/op 305.30 us/op 0.97
prioritizePeers score 0:0 att 32-0.5 sync 2-0.5 374.91 us/op 401.32 us/op 0.93
prioritizePeers score 0:0 att 64-0.75 sync 4-0.75 616.59 us/op 643.64 us/op 0.96
prioritizePeers score 0:0 att 64-1 sync 4-1 763.90 us/op 748.92 us/op 1.02
array of 16000 items push then shift 1.6343 us/op 1.6838 us/op 0.97
LinkedList of 16000 items push then shift 8.9810 ns/op 9.2330 ns/op 0.97
array of 16000 items push then pop 102.48 ns/op 109.94 ns/op 0.93
LinkedList of 16000 items push then pop 8.6730 ns/op 8.8410 ns/op 0.98
array of 24000 items push then shift 2.5348 us/op 2.6131 us/op 0.97
LinkedList of 24000 items push then shift 8.8800 ns/op 9.1300 ns/op 0.97
array of 24000 items push then pop 133.94 ns/op 145.75 ns/op 0.92
LinkedList of 24000 items push then pop 8.6870 ns/op 8.6770 ns/op 1.00
intersect bitArray bitLen 8 5.7640 ns/op 5.7450 ns/op 1.00
intersect array and set length 8 64.090 ns/op 64.232 ns/op 1.00
intersect bitArray bitLen 128 35.539 ns/op 36.069 ns/op 0.99
intersect array and set length 128 932.55 ns/op 885.37 ns/op 1.05
bitArray.getTrueBitIndexes() bitLen 128 1.7270 us/op 1.5140 us/op 1.14
bitArray.getTrueBitIndexes() bitLen 248 2.9690 us/op 2.4820 us/op 1.20
bitArray.getTrueBitIndexes() bitLen 512 6.2320 us/op 4.9500 us/op 1.26
Buffer.concat 32 items 1.1940 us/op 1000.0 ns/op 1.19
Uint8Array.set 32 items 2.0390 us/op 1.7440 us/op 1.17
Set add up to 64 items then delete first 4.4083 us/op 4.4304 us/op 1.00
OrderedSet add up to 64 items then delete first 5.4473 us/op 5.5570 us/op 0.98
Set add up to 64 items then delete last 4.7223 us/op 5.0867 us/op 0.93
OrderedSet add up to 64 items then delete last 5.8493 us/op 6.0956 us/op 0.96
Set add up to 64 items then delete middle 4.7959 us/op 4.7624 us/op 1.01
OrderedSet add up to 64 items then delete middle 7.2564 us/op 7.2272 us/op 1.00
Set add up to 128 items then delete first 9.7973 us/op 9.7918 us/op 1.00
OrderedSet add up to 128 items then delete first 12.751 us/op 14.571 us/op 0.88
Set add up to 128 items then delete last 9.5337 us/op 10.713 us/op 0.89
OrderedSet add up to 128 items then delete last 12.604 us/op 13.924 us/op 0.91
Set add up to 128 items then delete middle 9.8112 us/op 10.225 us/op 0.96
OrderedSet add up to 128 items then delete middle 17.312 us/op 19.272 us/op 0.90
Set add up to 256 items then delete first 19.730 us/op 21.544 us/op 0.92
OrderedSet add up to 256 items then delete first 26.226 us/op 31.158 us/op 0.84
Set add up to 256 items then delete last 19.314 us/op 20.949 us/op 0.92
OrderedSet add up to 256 items then delete last 24.446 us/op 26.904 us/op 0.91
Set add up to 256 items then delete middle 19.550 us/op 20.673 us/op 0.95
OrderedSet add up to 256 items then delete middle 47.900 us/op 50.007 us/op 0.96
transfer serialized Status (84 B) 1.7960 us/op 1.9280 us/op 0.93
copy serialized Status (84 B) 1.4110 us/op 1.4010 us/op 1.01
transfer serialized SignedVoluntaryExit (112 B) 1.9570 us/op 1.9970 us/op 0.98
copy serialized SignedVoluntaryExit (112 B) 1.3980 us/op 1.4350 us/op 0.97
transfer serialized ProposerSlashing (416 B) 2.3410 us/op 2.2230 us/op 1.05
copy serialized ProposerSlashing (416 B) 2.1080 us/op 1.9480 us/op 1.08
transfer serialized Attestation (485 B) 2.3080 us/op 2.6620 us/op 0.87
copy serialized Attestation (485 B) 2.0940 us/op 2.5500 us/op 0.82
transfer serialized AttesterSlashing (33232 B) 2.1220 us/op 2.3920 us/op 0.89
copy serialized AttesterSlashing (33232 B) 5.6650 us/op 7.9040 us/op 0.72
transfer serialized Small SignedBeaconBlock (128000 B) 2.5720 us/op 2.6360 us/op 0.98
copy serialized Small SignedBeaconBlock (128000 B) 13.868 us/op 21.151 us/op 0.66
transfer serialized Avg SignedBeaconBlock (200000 B) 2.9830 us/op 3.2080 us/op 0.93
copy serialized Avg SignedBeaconBlock (200000 B) 20.478 us/op 33.111 us/op 0.62
transfer serialized BlobsSidecar (524380 B) 3.1830 us/op 3.7190 us/op 0.86
copy serialized BlobsSidecar (524380 B) 86.116 us/op 94.961 us/op 0.91
transfer serialized Big SignedBeaconBlock (1000000 B) 3.2360 us/op 3.1240 us/op 1.04
copy serialized Big SignedBeaconBlock (1000000 B) 179.76 us/op 181.96 us/op 0.99
pass gossip attestations to forkchoice per slot 4.3456 ms/op 4.0434 ms/op 1.07
forkChoice updateHead vc 100000 bc 64 eq 0 679.78 us/op 701.57 us/op 0.97
forkChoice updateHead vc 600000 bc 64 eq 0 4.8055 ms/op 5.6054 ms/op 0.86
forkChoice updateHead vc 1000000 bc 64 eq 0 6.9931 ms/op 7.7479 ms/op 0.90
forkChoice updateHead vc 600000 bc 320 eq 0 4.2463 ms/op 4.2301 ms/op 1.00
forkChoice updateHead vc 600000 bc 1200 eq 0 4.3351 ms/op 4.4157 ms/op 0.98
forkChoice updateHead vc 600000 bc 7200 eq 0 5.4696 ms/op 6.5599 ms/op 0.83
forkChoice updateHead vc 600000 bc 64 eq 1000 11.109 ms/op 11.291 ms/op 0.98
forkChoice updateHead vc 600000 bc 64 eq 10000 11.850 ms/op 12.237 ms/op 0.97
forkChoice updateHead vc 600000 bc 64 eq 300000 15.298 ms/op 21.218 ms/op 0.72
computeDeltas 500000 validators 300 proto nodes 6.6511 ms/op 6.8470 ms/op 0.97
computeDeltas 500000 validators 1200 proto nodes 6.5498 ms/op 6.8961 ms/op 0.95
computeDeltas 500000 validators 7200 proto nodes 6.5900 ms/op 6.5728 ms/op 1.00
computeDeltas 750000 validators 300 proto nodes 10.130 ms/op 9.6017 ms/op 1.05
computeDeltas 750000 validators 1200 proto nodes 9.7381 ms/op 9.7952 ms/op 0.99
computeDeltas 750000 validators 7200 proto nodes 10.029 ms/op 9.8134 ms/op 1.02
computeDeltas 1400000 validators 300 proto nodes 18.838 ms/op 18.322 ms/op 1.03
computeDeltas 1400000 validators 1200 proto nodes 18.921 ms/op 18.465 ms/op 1.02
computeDeltas 1400000 validators 7200 proto nodes 18.342 ms/op 18.748 ms/op 0.98
computeDeltas 2100000 validators 300 proto nodes 27.388 ms/op 26.513 ms/op 1.03
computeDeltas 2100000 validators 1200 proto nodes 27.663 ms/op 27.367 ms/op 1.01
computeDeltas 2100000 validators 7200 proto nodes 27.763 ms/op 26.959 ms/op 1.03
altair processAttestation - 250000 vs - 7PWei normalcase 2.6638 ms/op 2.3926 ms/op 1.11
altair processAttestation - 250000 vs - 7PWei worstcase 3.7760 ms/op 3.4690 ms/op 1.09
altair processAttestation - setStatus - 1/6 committees join 198.57 us/op 182.63 us/op 1.09
altair processAttestation - setStatus - 1/3 committees join 373.32 us/op 358.86 us/op 1.04
altair processAttestation - setStatus - 1/2 committees join 503.40 us/op 467.50 us/op 1.08
altair processAttestation - setStatus - 2/3 committees join 615.29 us/op 606.02 us/op 1.02
altair processAttestation - setStatus - 4/5 committees join 818.66 us/op 831.45 us/op 0.98
altair processAttestation - setStatus - 100% committees join 977.10 us/op 946.55 us/op 1.03
altair processBlock - 250000 vs - 7PWei normalcase 9.8426 ms/op 9.3125 ms/op 1.06
altair processBlock - 250000 vs - 7PWei normalcase hashState 38.569 ms/op 37.410 ms/op 1.03
altair processBlock - 250000 vs - 7PWei worstcase 46.069 ms/op 41.205 ms/op 1.12
altair processBlock - 250000 vs - 7PWei worstcase hashState 102.43 ms/op 100.10 ms/op 1.02
phase0 processBlock - 250000 vs - 7PWei normalcase 2.8916 ms/op 2.6261 ms/op 1.10
phase0 processBlock - 250000 vs - 7PWei worstcase 44.452 ms/op 30.352 ms/op 1.46
altair processEth1Data - 250000 vs - 7PWei normalcase 466.33 us/op 569.60 us/op 0.82
getExpectedWithdrawals 250000 eb:1,eth1:1,we:0,wn:0,smpl:15 12.810 us/op 19.545 us/op 0.66
getExpectedWithdrawals 250000 eb:0.95,eth1:0.1,we:0.05,wn:0,smpl:219 67.640 us/op 55.307 us/op 1.22
getExpectedWithdrawals 250000 eb:0.95,eth1:0.3,we:0.05,wn:0,smpl:42 22.808 us/op 15.753 us/op 1.45
getExpectedWithdrawals 250000 eb:0.95,eth1:0.7,we:0.05,wn:0,smpl:18 13.531 us/op 13.408 us/op 1.01
getExpectedWithdrawals 250000 eb:0.1,eth1:0.1,we:0,wn:0,smpl:1020 230.11 us/op 224.14 us/op 1.03
getExpectedWithdrawals 250000 eb:0.03,eth1:0.03,we:0,wn:0,smpl:11777 2.1381 ms/op 1.4674 ms/op 1.46
getExpectedWithdrawals 250000 eb:0.01,eth1:0.01,we:0,wn:0,smpl:16384 2.0855 ms/op 1.8817 ms/op 1.11
getExpectedWithdrawals 250000 eb:0,eth1:0,we:0,wn:0,smpl:16384 2.1047 ms/op 1.5255 ms/op 1.38
getExpectedWithdrawals 250000 eb:0,eth1:0,we:0,wn:0,nocache,smpl:16384 3.6219 ms/op 4.1470 ms/op 0.87
getExpectedWithdrawals 250000 eb:0,eth1:1,we:0,wn:0,smpl:16384 2.9769 ms/op 2.9092 ms/op 1.02
getExpectedWithdrawals 250000 eb:0,eth1:1,we:0,wn:0,nocache,smpl:16384 5.6084 ms/op 6.4449 ms/op 0.87
Tree 40 250000 create 382.72 ms/op 483.63 ms/op 0.79
Tree 40 250000 get(125000) 202.04 ns/op 217.78 ns/op 0.93
Tree 40 250000 set(125000) 1.0882 us/op 1.3056 us/op 0.83
Tree 40 250000 toArray() 22.066 ms/op 23.280 ms/op 0.95
Tree 40 250000 iterate all - toArray() + loop 22.766 ms/op 24.327 ms/op 0.94
Tree 40 250000 iterate all - get(i) 73.610 ms/op 78.142 ms/op 0.94
MutableVector 250000 create 21.869 ms/op 16.289 ms/op 1.34
MutableVector 250000 get(125000) 6.5550 ns/op 6.9250 ns/op 0.95
MutableVector 250000 set(125000) 293.93 ns/op 397.80 ns/op 0.74
MutableVector 250000 toArray() 3.7916 ms/op 4.4746 ms/op 0.85
MutableVector 250000 iterate all - toArray() + loop 3.9327 ms/op 4.5198 ms/op 0.87
MutableVector 250000 iterate all - get(i) 1.5203 ms/op 1.7278 ms/op 0.88
Array 250000 create 3.6270 ms/op 4.1116 ms/op 0.88
Array 250000 clone - spread 1.3041 ms/op 1.8014 ms/op 0.72
Array 250000 get(125000) 1.1270 ns/op 1.2520 ns/op 0.90
Array 250000 set(125000) 4.6080 ns/op 4.8820 ns/op 0.94
Array 250000 iterate all - loop 166.84 us/op 188.25 us/op 0.89
effectiveBalanceIncrements clone Uint8Array 300000 37.619 us/op 42.651 us/op 0.88
effectiveBalanceIncrements clone MutableVector 300000 382.00 ns/op 451.00 ns/op 0.85
effectiveBalanceIncrements rw all Uint8Array 300000 197.34 us/op 221.06 us/op 0.89
effectiveBalanceIncrements rw all MutableVector 300000 89.011 ms/op 136.76 ms/op 0.65
phase0 afterProcessEpoch - 250000 vs - 7PWei 116.12 ms/op 130.42 ms/op 0.89
phase0 beforeProcessEpoch - 250000 vs - 7PWei 55.606 ms/op 59.953 ms/op 0.93
altair processEpoch - mainnet_e81889 591.25 ms/op 567.02 ms/op 1.04
mainnet_e81889 - altair beforeProcessEpoch 104.61 ms/op 105.90 ms/op 0.99
mainnet_e81889 - altair processJustificationAndFinalization 18.617 us/op 23.969 us/op 0.78
mainnet_e81889 - altair processInactivityUpdates 7.4011 ms/op 7.3061 ms/op 1.01
mainnet_e81889 - altair processRewardsAndPenalties 66.758 ms/op 85.282 ms/op 0.78
mainnet_e81889 - altair processRegistryUpdates 2.3470 us/op 4.3560 us/op 0.54
mainnet_e81889 - altair processSlashings 540.00 ns/op 1.0750 us/op 0.50
mainnet_e81889 - altair processEth1DataReset 755.00 ns/op 950.00 ns/op 0.79
mainnet_e81889 - altair processEffectiveBalanceUpdates 1.4124 ms/op 1.6917 ms/op 0.83
mainnet_e81889 - altair processSlashingsReset 4.4480 us/op 10.962 us/op 0.41
mainnet_e81889 - altair processRandaoMixesReset 10.474 us/op 11.293 us/op 0.93
mainnet_e81889 - altair processHistoricalRootsUpdate 1.4370 us/op 1.9090 us/op 0.75
mainnet_e81889 - altair processParticipationFlagUpdates 2.9860 us/op 4.4000 us/op 0.68
mainnet_e81889 - altair processSyncCommitteeUpdates 1.4000 us/op 1.1460 us/op 1.22
mainnet_e81889 - altair afterProcessEpoch 129.63 ms/op 123.29 ms/op 1.05
capella processEpoch - mainnet_e217614 2.3779 s/op 3.0635 s/op 0.78
mainnet_e217614 - capella beforeProcessEpoch 521.56 ms/op 597.08 ms/op 0.87
mainnet_e217614 - capella processJustificationAndFinalization 21.500 us/op 22.456 us/op 0.96
mainnet_e217614 - capella processInactivityUpdates 21.000 ms/op 21.549 ms/op 0.97
mainnet_e217614 - capella processRewardsAndPenalties 592.40 ms/op 565.06 ms/op 1.05
mainnet_e217614 - capella processRegistryUpdates 22.453 us/op 28.112 us/op 0.80
mainnet_e217614 - capella processSlashings 674.00 ns/op 950.00 ns/op 0.71
mainnet_e217614 - capella processEth1DataReset 602.00 ns/op 699.00 ns/op 0.86
mainnet_e217614 - capella processEffectiveBalanceUpdates 4.4336 ms/op 4.5474 ms/op 0.97
mainnet_e217614 - capella processSlashingsReset 4.7860 us/op 3.1590 us/op 1.52
mainnet_e217614 - capella processRandaoMixesReset 9.2730 us/op 6.1980 us/op 1.50
mainnet_e217614 - capella processHistoricalRootsUpdate 798.00 ns/op 1.0640 us/op 0.75
mainnet_e217614 - capella processParticipationFlagUpdates 2.3090 us/op 1.5590 us/op 1.48
mainnet_e217614 - capella afterProcessEpoch 354.69 ms/op 365.01 ms/op 0.97
phase0 processEpoch - mainnet_e58758 529.64 ms/op 536.86 ms/op 0.99
mainnet_e58758 - phase0 beforeProcessEpoch 160.69 ms/op 147.34 ms/op 1.09
mainnet_e58758 - phase0 processJustificationAndFinalization 18.987 us/op 16.385 us/op 1.16
mainnet_e58758 - phase0 processRewardsAndPenalties 64.201 ms/op 56.164 ms/op 1.14
mainnet_e58758 - phase0 processRegistryUpdates 12.132 us/op 16.475 us/op 0.74
mainnet_e58758 - phase0 processSlashings 479.00 ns/op 1.1380 us/op 0.42
mainnet_e58758 - phase0 processEth1DataReset 472.00 ns/op 937.00 ns/op 0.50
mainnet_e58758 - phase0 processEffectiveBalanceUpdates 1.3375 ms/op 1.1335 ms/op 1.18
mainnet_e58758 - phase0 processSlashingsReset 4.2510 us/op 4.0080 us/op 1.06
mainnet_e58758 - phase0 processRandaoMixesReset 4.8270 us/op 5.0390 us/op 0.96
mainnet_e58758 - phase0 processHistoricalRootsUpdate 708.00 ns/op 781.00 ns/op 0.91
mainnet_e58758 - phase0 processParticipationRecordUpdates 7.2130 us/op 5.2030 us/op 1.39
mainnet_e58758 - phase0 afterProcessEpoch 117.54 ms/op 104.44 ms/op 1.13
phase0 processEffectiveBalanceUpdates - 250000 normalcase 2.1550 ms/op 1.3695 ms/op 1.57
phase0 processEffectiveBalanceUpdates - 250000 worstcase 0.5 1.7860 ms/op 1.5134 ms/op 1.18
altair processInactivityUpdates - 250000 normalcase 30.951 ms/op 32.236 ms/op 0.96
altair processInactivityUpdates - 250000 worstcase 29.358 ms/op 26.919 ms/op 1.09
phase0 processRegistryUpdates - 250000 normalcase 12.779 us/op 10.812 us/op 1.18
phase0 processRegistryUpdates - 250000 badcase_full_deposits 587.95 us/op 536.64 us/op 1.10
phase0 processRegistryUpdates - 250000 worstcase 0.5 155.73 ms/op 156.21 ms/op 1.00
altair processRewardsAndPenalties - 250000 normalcase 90.188 ms/op 67.795 ms/op 1.33
altair processRewardsAndPenalties - 250000 worstcase 82.395 ms/op 60.360 ms/op 1.37
phase0 getAttestationDeltas - 250000 normalcase 9.4669 ms/op 9.1229 ms/op 1.04
phase0 getAttestationDeltas - 250000 worstcase 9.8337 ms/op 11.390 ms/op 0.86
phase0 processSlashings - 250000 worstcase 103.45 us/op 105.69 us/op 0.98
altair processSyncCommitteeUpdates - 250000 165.72 ms/op 161.04 ms/op 1.03
BeaconState.hashTreeRoot - No change 436.00 ns/op 488.00 ns/op 0.89
BeaconState.hashTreeRoot - 1 full validator 144.64 us/op 138.65 us/op 1.04
BeaconState.hashTreeRoot - 32 full validator 1.7057 ms/op 1.8852 ms/op 0.90
BeaconState.hashTreeRoot - 512 full validator 18.401 ms/op 19.769 ms/op 0.93
BeaconState.hashTreeRoot - 1 validator.effectiveBalance 204.44 us/op 205.79 us/op 0.99
BeaconState.hashTreeRoot - 32 validator.effectiveBalance 1.9561 ms/op 2.5270 ms/op 0.77
BeaconState.hashTreeRoot - 512 validator.effectiveBalance 35.569 ms/op 33.747 ms/op 1.05
BeaconState.hashTreeRoot - 1 balances 156.48 us/op 138.15 us/op 1.13
BeaconState.hashTreeRoot - 32 balances 1.5786 ms/op 1.1217 ms/op 1.41
BeaconState.hashTreeRoot - 512 balances 9.5601 ms/op 13.450 ms/op 0.71
BeaconState.hashTreeRoot - 250000 balances 208.69 ms/op 230.10 ms/op 0.91
aggregationBits - 2048 els - zipIndexesInBitList 29.897 us/op 40.392 us/op 0.74
byteArrayEquals 32 75.963 ns/op 81.433 ns/op 0.93
Buffer.compare 32 56.306 ns/op 56.994 ns/op 0.99
byteArrayEquals 1024 2.0638 us/op 2.3172 us/op 0.89
Buffer.compare 1024 71.786 ns/op 76.751 ns/op 0.94
byteArrayEquals 16384 33.024 us/op 35.197 us/op 0.94
Buffer.compare 16384 267.04 ns/op 264.69 ns/op 1.01
byteArrayEquals 123687377 248.15 ms/op 274.01 ms/op 0.91
Buffer.compare 123687377 10.314 ms/op 10.712 ms/op 0.96
byteArrayEquals 32 - diff last byte 96.274 ns/op 79.544 ns/op 1.21
Buffer.compare 32 - diff last byte 69.417 ns/op 60.386 ns/op 1.15
byteArrayEquals 1024 - diff last byte 2.2324 us/op 2.1640 us/op 1.03
Buffer.compare 1024 - diff last byte 73.832 ns/op 74.445 ns/op 0.99
byteArrayEquals 16384 - diff last byte 37.113 us/op 34.280 us/op 1.08
Buffer.compare 16384 - diff last byte 286.53 ns/op 260.16 ns/op 1.10
byteArrayEquals 123687377 - diff last byte 304.62 ms/op 284.06 ms/op 1.07
Buffer.compare 123687377 - diff last byte 16.792 ms/op 11.424 ms/op 1.47
byteArrayEquals 32 - random bytes 7.4040 ns/op 7.6030 ns/op 0.97
Buffer.compare 32 - random bytes 70.880 ns/op 64.435 ns/op 1.10
byteArrayEquals 1024 - random bytes 7.4840 ns/op 6.6020 ns/op 1.13
Buffer.compare 1024 - random bytes 69.988 ns/op 65.904 ns/op 1.06
byteArrayEquals 16384 - random bytes 7.4350 ns/op 7.0130 ns/op 1.06
Buffer.compare 16384 - random bytes 69.399 ns/op 64.490 ns/op 1.08
byteArrayEquals 123687377 - random bytes 17.850 ns/op 11.630 ns/op 1.53
Buffer.compare 123687377 - random bytes 82.680 ns/op 83.650 ns/op 0.99
regular array get 100000 times 49.901 us/op 49.775 us/op 1.00
wrappedArray get 100000 times 51.432 us/op 48.965 us/op 1.05
arrayWithProxy get 100000 times 17.667 ms/op 15.386 ms/op 1.15
ssz.Root.equals 64.953 ns/op 57.136 ns/op 1.14
byteArrayEquals 65.373 ns/op 62.322 ns/op 1.05
Buffer.compare 19.790 ns/op 14.223 ns/op 1.39
shuffle list - 16384 els 10.055 ms/op 9.8587 ms/op 1.02
shuffle list - 250000 els 146.31 ms/op 139.52 ms/op 1.05
processSlot - 1 slots 21.902 us/op 18.442 us/op 1.19
processSlot - 32 slots 4.1563 ms/op 3.4826 ms/op 1.19
getEffectiveBalanceIncrementsZeroInactive - 250000 vs - 7PWei 66.887 ms/op 60.216 ms/op 1.11
getCommitteeAssignments - req 1 vs - 250000 vc 2.6992 ms/op 2.8248 ms/op 0.96
getCommitteeAssignments - req 100 vs - 250000 vc 3.9322 ms/op 4.0012 ms/op 0.98
getCommitteeAssignments - req 1000 vs - 250000 vc 4.3000 ms/op 4.5168 ms/op 0.95
findModifiedValidators - 10000 modified validators 382.11 ms/op 428.07 ms/op 0.89
findModifiedValidators - 1000 modified validators 211.88 ms/op 260.30 ms/op 0.81
findModifiedValidators - 100 modified validators 188.44 ms/op 235.41 ms/op 0.80
findModifiedValidators - 10 modified validators 199.83 ms/op 231.83 ms/op 0.86
findModifiedValidators - 1 modified validators 182.21 ms/op 244.26 ms/op 0.75
findModifiedValidators - no difference 215.15 ms/op 266.09 ms/op 0.81
compare ViewDUs 4.9326 s/op 4.7077 s/op 1.05
compare each validator Uint8Array 1.6784 s/op 1.6749 s/op 1.00
compare ViewDU to Uint8Array 1.2583 s/op 1.2700 s/op 0.99
migrate state 1000000 validators, 24 modified, 0 new 806.70 ms/op 836.67 ms/op 0.96
migrate state 1000000 validators, 1700 modified, 1000 new 1.2323 s/op 1.3635 s/op 0.90
migrate state 1000000 validators, 3400 modified, 2000 new 1.7547 s/op 1.8839 s/op 0.93
migrate state 1500000 validators, 24 modified, 0 new 977.48 ms/op 1.1361 s/op 0.86
migrate state 1500000 validators, 1700 modified, 1000 new 1.2983 s/op 1.2476 s/op 1.04
migrate state 1500000 validators, 3400 modified, 2000 new 1.6201 s/op 1.5725 s/op 1.03
RootCache.getBlockRootAtSlot - 250000 vs - 7PWei 4.8500 ns/op 4.5100 ns/op 1.08
state getBlockRootAtSlot - 250000 vs - 7PWei 1.0995 us/op 917.95 ns/op 1.20
computeProposers - vc 250000 10.803 ms/op 10.873 ms/op 0.99
computeEpochShuffling - vc 250000 127.63 ms/op 129.25 ms/op 0.99
getNextSyncCommittee - vc 250000 175.95 ms/op 162.36 ms/op 1.08
computeSigningRoot for AttestationData 25.207 us/op 33.369 us/op 0.76
hash AttestationData serialized data then Buffer.toString(base64) 2.3692 us/op 2.3776 us/op 1.00
toHexString serialized data 1.1440 us/op 1.1131 us/op 1.03
Buffer.toString(base64) 229.25 ns/op 224.29 ns/op 1.02

by benchmarkbot/action

@wemeetagain wemeetagain merged commit 2fe9fca into unstable Apr 25, 2024
21 checks passed
@wemeetagain wemeetagain deleted the nflaig/consensus-spec-version-readme branch April 25, 2024 14:53
wemeetagain added a commit that referenced this pull request Jun 7, 2024
* chore: n-historical state - track state persist count per epoch (#6699)

* feat: add lodestar binaries to release (#6666)

* feat: added binaries creation support

* feat: added sanity checks

* chore: define reusable workflow

* chore: fix sanity check,; disable arm64

* chore: added workflow_dispatch

* fix: needs cleanup

* chore: update old space size

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* chore: address comments

* chore: address comments

* chore: fixed typo

* chore: typo

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* chore: address comments

* chore: wording

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* chore: use frozen lock file

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

---------

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* feat: switch bls to napi rebuild (#6616)

* chore: update package.json deps and run yarn

* feat: remove unused blst config from vitest.browser.*.config.ts

* test: move G2@INF test to base blst repo.  No longer exported.

* fix: add Uint8Array.from for Buffer return value in unit test so type matches for toEqual

* refactor: update imports of CoordType to use bls instead of blst

* feat: add blsAddVerificationRandomness cli option

* feat: add randomBytesNonZero to utils

* feat: implement verification randomness for same message

* feat: implement napi blst and switch to libuv worker pool

* chore: lint

* fix: update comments for availableParallelism

* feat: set UV_THREADPOOL_SIZE for perf tests

* feat: set UV_THREADPOOL_SIZE=$(nproc) in lodestar entrance script

* feat: remove case for serialized PublicKey in deserializeSet

* feat: add back workBusy count logic to canAcceptWork

* feat: automatically set threadpool size in beaconHandler

* refactor: rename flag to disableSameMessageVerificationRandomness

* fix: remove UV_THREADPOOL_SIZE from ./lodestar

* docs: add TODO about updating metrics

* fix: make benchmark multi threading cross-compatible

* chore: add bls@8.0.0

* feat: default to added randomness

* feat: add warning for no same message randomness

* fix: passing to updated bls functions

* feat: add blst peerDep

* fix: default to same message randomness

* chore: update yarn.lock

* chore: remove unused function to clear lint

* feat: break out setThreadPoolSize

* docs: update packages/cli/src/cmds/beacon/setThreadPoolSize.ts

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* chore: update location for blst dep

* chore: run lint again

* fix: remove peerDep from light-client

* test: fix browser based tests

* fix: bad relative imports

* docs: add note to readme about switchable bls

* docs: typo

* chore: lint readme

* fix: light-client unit tests

* fix: light-client e2e test

* feat: remove disableSameMessageVerificationRandomness

* refactor: remove unused type

* docs: update wordlist

* fix: e2e tests

* Lint package.json

* Revert "fix: e2e tests"

This reverts commit f71acd7.

* Revert "fix: light-client e2e test"

This reverts commit 23c11f0.

* Revert "fix: light-client unit tests"

This reverts commit fa7893e.

* Revert "test: fix browser based tests"

This reverts commit 98d04ab.

* docs: update readme to remove switchable bls argument

* fix: replace optimizeDeps in vitest.browser.config

* chore: updated to bls 8.1.0

* feat: move setting threadpool size and warnings to applyPreset.ts

* fix: remove setThreadpoolSize from beacon handler

* feat: move libuv size logging into handler to use logger

* refactor: rename applyPreset to preInitialization

* refactor: logging about pool size

* Update packages/cli/src/options/globalOptions.ts

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* refactor: rename prover applyPreset

* docs: change comment in cli/index

* fix: update logging for

* fix: throw error for invalid uvThreadpoolSize

* Update packages/cli/src/preInitialization.ts

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* Fix lint issues

* Remove unused import

* refactor: move bls pool logging back to multithread.ts

* fix: log of threadcount

---------

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* chore: update references to consensus spec to v1.4.0 (#6704)

* chore: update references to consensus spec to v1.4.0

* Remove unintended formatting changes

* chore: update consensus spec version in README (#6705)

* docs: correct plausible url (#6709)

fix: correct plausible url

* docs: incorrect scripts location (#6710)

fix: incorrect scripts location

* docs: no more broken images (#6708)

* fix: no more broken images

* fix: incorrect paths

* feat: check aggregationBits length of `SignedAggregateAndProof` in gossip validation (#6700)

* Add unit test

* Update packages/beacon-node/src/chain/validation/aggregateAndProof.ts

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

---------

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* feat: add and track blob source for metrics (#6628)

* feat: add and track blob source for metrics

* adding blobsSource for blobsPromise

* address feedback

* apply feedback

* updates

* only allow non blobspromise blocks to be imported

* feat: add support for browser bundle for lightclient (#6673)

* Reorganize the code so it is accessible from one package

* Add support for browser build for lightclient

* Update the build config

* Improve the bls vite plugin

* Restructure the vite and vitest scripts

* Simplify vite config

* Remove unused polyfill

* Fix the doc lint error

* Add support for bundle test

* Update the package json files

* Add dist build to default build task

* Fix spelling in the docs

* Fix the lint error

* Fix type error

* Disable eslint errors

* Increase the timeout for bundle test

* Fix eslint bundle

* Fix lint warning

* Remove the unused config

* Add the default export to bundle

* Enable compression on th build

* Update packages/light-client/README.md

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* Increase timeout for one test

* Optimize package build task

* Update the readme

---------

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* docs: fix plausible domain (#6712)

* ci: add paths-ignore to workflows (#6713)

* chore: added paths-ignore

* chore: address comments

* feat: add arm64 binary support (#6707)

* feat: add arm64 binary support

* chore: workaround yarn

* chore: add comment

* chore: workaround runner limitations

* ci: publish binaries for release candidates (#6714)

* feat: add types support to esm bundle for lightclient (#6685)

* Add vite dts plugin

* Restructure types export

* Update vite build config

* Remove unused file

* Update the build process

* Fix doc formatting

* Build the dist for type tests

* chore: update vitest (#6718)

Update vitest

* chore: do not build all binaries atomically (#6719)

* feat: update libp2p deps (#6711)

* feat: update libp2p deps

* chore: fix linter/type errors

* chore(deps): bump ejs from 3.1.9 to 3.1.10 (#6721)

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: revert "ci: add paths-ignore to workflows (#6713)" (#6730)

Revert "ci: add paths-ignore to workflows (#6713)"

This reverts commit e460bb1.

* docs: restore docs pages lost during docusaurus migration (#6725)

* ci: fix incorrect build caching (#6731)

fix: incorrect build caching

* fix: build error log during esm bundle build (#6737)

Fix build error

* chore: update fastify to v4.27.0 (#6740)

* deps: upgrade vitest minor version (#6745)

Upgrade vitest

* chore: warn when heap limit is too low (#6722)

* chore: warn when heap limit is too low

* chore: units

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* chore: address comments

* chore: added faq element

* chore: address comments

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* chore: address comments

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* chore: address comments

---------

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* feat: disable flood publish (#6755)

* feat: disable flood publish

* feat: add network.disableFloodPublish cli flag

* chore: address PR comments

* test: allow compact diff for test failures (#6783)

* Allow the compact diff for tests

* Update the doc

* Update docs/pages/contribution/testing/index.md

Co-authored-by: Julien <jeluard@users.noreply.github.com>

* Fix linting on docs

* Fix linting

---------

Co-authored-by: Julien <jeluard@users.noreply.github.com>

* chore: upgrade classic-level (#6793)

* chore: upgrade classic-level

* chore: address comments

* feat(prover): support non-mutated verification provider in prover (#6727)

* Restructure the assertions

* Add an inspector to run the logic to detect providers

* Update web3 provdier logic to use inspetor

* Fix the types for proxy

* Make the default type for mutation

* Rename elrpc to elrpcprovider

* Apply suggestions from code review

Co-authored-by: Julien <jeluard@users.noreply.github.com>

* Fix build error

* Update the readme doc

* Apply suggestions from code review

Co-authored-by: Julien <jeluard@users.noreply.github.com>

* Fix the docs linting

* Add missing words

---------

Co-authored-by: Julien <jeluard@users.noreply.github.com>

* docs: added debugging section (#6743)

* docs: added debugging section

* chore: spell checks

* chore: added extra docs

* chore: address comments

* chore: added extra configuration

* chore: updated docs

* chore: added extra configuration

* chore: fix lint

* chore: fix typos

* chore: .gitignore

* chore: address comments

* chore: address comments

* chore: review debugging section PR (#6807)

* chore: update the naming conventions used in sim tests (#6805)

* Rename simulation test to crucible

* Rename SimulationEnvironment to Simulation

* Use consistent function names

* Update readme

* Rename interfaces for consistent pattern

* Fix lint error

* feat: recognize grandine from agentVersion (#6808)

* Add grandine

* add grandine to wordlist

* chore: refactor event loop interactions (#6806)

* chore: refactor sleep(0) usage

* chore: refactor setTimeout

* chore: address comments

* chore: cleanup

* Apply suggestions from code review

---------

Co-authored-by: Cayman <caymannava@gmail.com>

* chore: fix broken docker (#6813)

* chore: log newPayload engine api (#6810)

* chore: add `get_proposer_head` check in fork choice spec test (#6814)

* Check get_proposer_head

* Fix enum typo

* lint

* chore: consolidate classic-level usage (#6795)

* chore: do not rely on leveldown

* chore: replace level with classic-level

* chore: added docker support for osx (#6696)

* chore: added docker support for osx

* chore: address comments

* chore: address comments

* Update docker-compose.yml

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* chore: address comments

---------

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* chore: fix vitest performance with spec tests artifacts in place (#6817)

Fix vitest performance with spec tests in place

* chore: clean up yarn lockfile (#6816)

* feat: disable flood publish by default (#6815)

* feat: use @chainsafe/blst directly (#6706)

* feat: use @chainsafe/blst directly

* chore: update to blst@1.0.1

* refactor: remove randomBytesNonZero and user blst exported version

* chore: update blst references

* test: catch invalid deserialization in spec tests and return false

* feat: create signatureFromBytes and signatureFromBytesNoCheck in utils package

* feat: implement signatureFromBytes from utils package

* feat: implement signatureFromBytes everywhere

* fix: light-client empty module for blst

---------

Co-authored-by: matthewkeil <me@matthewkeil.com>

* fix: avoid Buffer.from copies (#6723)

* fix: avoid Buffer.from copies

* chore: simplify shuffling

* fix: use subarray instead of slice in shuffling

* chore: remove unnecessary devDependencies

* chore: rely on fastify 4.x behavior

* chore: avoid copy in verifyMerkleBranch

* use toBase64

* relax assertions in shuffle function

* Update packages/state-transition/src/util/shuffle.ts

Co-authored-by: twoeths <tuyen@chainsafe.io>

---------

Co-authored-by: twoeths <tuyen@chainsafe.io>

* chore: update nodejs to latest 22 (#6729)

* Upgrade node js version to 22

* Update node types

* Revert action config

* Add package from git hash

* Fix the build error

* Update the docs for node-22

* Update docker version for Nodejs to 22

* Update package.json

* Update package.json

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* Update readme docs

* Add word in dictionary

* Add word in dictionary

---------

Co-authored-by: Cayman <caymannava@gmail.com>
Co-authored-by: Nico Flaig <nflaig@protonmail.com>

* deps: update systeminformation to 5.22.9 (#6823)

* chore: add distutils to build phase of Dockerfile (#6845)

* test: increase timeout of keystore tests (#6846)

* test: increase timeout of keystore cache tests

* Increase hook timeout

* Consistent number formatting

* chore: only log warning if media type is not supported (415) (#6847)

* fix: revert napi bls (#6853)

* Revert "feat: use @chainsafe/blst directly (#6706)"

This reverts commit 66fe753.

* Revert "feat: switch bls to napi rebuild (#6616)"

This reverts commit 97d9aa8.

* chore: bump package versions to 1.19.0

* chore: bump @chainsafe/blst to v0.2.11 (#6856)

* fix: arm64 binaries creation issue (#6858)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: tuyennhv <tuyen@chainsafe.io>
Co-authored-by: Julien <jeluard@users.noreply.github.com>
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
Co-authored-by: Matthew Keil <me@matthewkeil.com>
Co-authored-by: NC <adrninistrator1@protonmail.com>
Co-authored-by: g11tech <develop@g11tech.io>
Co-authored-by: Nazar Hussain <nazarhussain@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@wemeetagain
Copy link
Member

🎉 This PR is included in v1.19.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants