mirror of
https://github.com/AtHeartEngineering/lodestar.git
synced 2026-01-09 16:38:11 -05:00
* Apply gossip attestations to forkchoice * Only add unaggregated attestation to forkchoice if shouldProcess * Add forkchoice.onAttestation() benchmark * Add hidden cli option network.passGossipAttestationsToForkchoice * Remove single quote to run yarn:benchmark * Cache validated attestation data roots per slot * Fix type issue in yarn:benchmark * Change cli flag to dontSendGossipAttestationsToForkchoice
10 lines
219 B
JSON
10 lines
219 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": false,
|
|
"incremental": false,
|
|
"typeRoots": ["node_modules/@types", "./packages/lodestar/types"],
|
|
"noEmit": true
|
|
}
|
|
}
|