Files
lodestar/tsconfig.json
tuyennhv 98ab4d2174 Apply gossip attestations to forkchoice (#3585)
* 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
2022-01-14 08:31:21 +01:00

10 lines
219 B
JSON

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"emitDeclarationOnly": false,
"incremental": false,
"typeRoots": ["node_modules/@types", "./packages/lodestar/types"],
"noEmit": true
}
}