prysm-pulse/beacon-chain/core/blocks
Preston Van Loon 9d375969d1
Enforce log.WithError(err) static analysis and fix all violations (#11163)
* Use log.WithError static analysis from #11143 and fix all violations

* Fix another log violation after pulling from develop

* Update beacon-chain/sync/pending_blocks_queue.go

Co-authored-by: Potuz <potuz@prysmaticlabs.com>

* @potuz feedback

* Copy paste fail

* fix tests

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Potuz <potuz@prysmaticlabs.com>
2022-08-05 10:52:02 +00:00
..
testdata Fuzz: sigp/beaconfuzz#91 (#7725) 2020-11-04 14:05:48 +00:00
attestation_regression_test.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00
attestation_test.go Revert "Testutil refactor attestations (#10952)" (#11073) 2022-07-19 14:41:15 +02:00
attestation.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
attester_slashing_test.go Revert "Testutil refactor attestations (#10952)" (#11073) 2022-07-19 14:41:15 +02:00
attester_slashing.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
block_operations_fuzz_test.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
block_regression_test.go Revert "Testutil refactor attestations (#10952)" (#11073) 2022-07-19 14:41:15 +02:00
BUILD.bazel Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
deposit_test.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
deposit.go Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
error.go Withdrawals: containers and process BLS to ETH1 changes (#11090) 2022-07-25 14:10:18 +00:00
eth1_data_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
eth1_data.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
exit_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
exit.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
genesis_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
genesis.go Use signature length from fieldparams (#10019) 2021-12-15 15:14:30 -05:00
header_test.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
header.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
log.go Split block_operations.go into smaller files (#6495) 2020-07-06 15:27:42 -07:00
payload_test.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
payload.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
proposer_slashing_regression_test.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00
proposer_slashing_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
proposer_slashing.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
randao_test.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
randao.go Clean up: fix typos (#11165) 2022-08-03 18:47:30 +00:00
signature_test.go Native Blocks Ep. 2 - Switch usages to new package (#10885) 2022-08-02 15:30:46 +00:00
signature.go Rename Block Package in Consensus-Types to Interfaces (#10605) 2022-05-02 14:32:37 -04:00
withdrawals_test.go Withdrawals: containers and process BLS to ETH1 changes (#11090) 2022-07-25 14:10:18 +00:00
withdrawals.go Withdrawals: containers and process BLS to ETH1 changes (#11090) 2022-07-25 14:10:18 +00:00