prysm-pulse/beacon-chain/core/helpers
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
..
attestation_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
attestation.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
beacon_committee_test.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
beacon_committee.go Add and verify context in AddCommitteeShuffledList (#10786) 2022-05-30 21:38:37 -03:00
block_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
block.go Move BeaconBlockNil Checker Function to Consensus-Types/Wrapper Package (#10731) 2022-05-20 23:29:16 +00:00
BUILD.bazel Move BeaconBlockNil Checker Function to Consensus-Types/Wrapper Package (#10731) 2022-05-20 23:29:16 +00:00
genesis.go fuzz: Add fuzz tests for sparse merkle trie (#10662) 2022-05-09 16:51:48 +00:00
randao_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
randao.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
rewards_penalties_test.go Active balance: return EFFECTIVE_BALANCE_INCREMENT as min (#10866) 2022-06-11 08:54:33 -07:00
rewards_penalties.go Active balance: return EFFECTIVE_BALANCE_INCREMENT as min (#10866) 2022-06-11 08:54:33 -07:00
shuffle_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
shuffle.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
sync_committee_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
sync_committee.go Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
validators_test.go Add and verify context in AddCommitteeShuffledList (#10786) 2022-05-30 21:38:37 -03:00
validators.go Add and verify context in AddCommitteeShuffledList (#10786) 2022-05-30 21:38:37 -03:00
weak_subjectivity_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
weak_subjectivity.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00