prysm-pulse/validator/client
Radosław Kapka b742511193
Numeric conversion cleanup (#7465)
* validator count

* fix build errors

* fix test error

* randao mixes

* active indices

* lastReceivedMerkleIndex

* redundant conversions

* eth1FollowDistance

* refs

* fix compile error

* slasher

* validator

* revert changes to lastReceivedMerkleIndex

* remove todo

* fix references test

* fix committee test

* Revert "validator count"

This reverts commit 19b376e39914b88b620a113215daa539e3e66758.

# Conflicts:
#	beacon-chain/rpc/beacon/validators.go

* Revert "fix build errors"

This reverts commit f4acd6e9776c899a0523df10b64e55783b44c451.

* Revert "fix test error"

This reverts commit 2a5c9eec63e4546139220c71fe3c07ad92bed3b6.

* Revert "randao mixes"

This reverts commit 2863f9c24dd8cfc44ffce16321f68ef3b793e9a2.

* Revert "active indices"

This reverts commit 6e8385f3956a08ef9c8980b5343365a1bee48542.

* Revert "refs"

This reverts commit c64a153f67cd26daa58c3bf5f911da05d41cfb5d.

* Revert "fix references test"

This reverts commit fe773b55a6f8cc38c6c5c1f96615fdb8bbd4397d.

* Revert "fix committee test"

This reverts commit 7a0931c4487707e3eaf75a592415577f04253772.

* fix compilation errors

* Revert "slasher"

This reverts commit 8b34137931cff1e6cdffeaf65e1ef07eefdea647.

* trieutil

* some int() simplifications

* fix deepsource issues

* removed redundant fmt.Sprint

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-10-13 12:43:49 +00:00
..
aggregate_test.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
aggregate.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
attest_protect_test.go Handle empty local slashing protection data (#6877) 2020-08-05 01:03:40 +00:00
attest_protect.go Combines func params of the same type (#7500) 2020-10-12 15:43:19 +00:00
attest_test.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
attest.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
BUILD.bazel gRPC load balancing (#7133) 2020-09-27 18:08:28 +00:00
log.go Revert Stream Duties (#6473) 2020-07-02 17:50:05 +00:00
metrics_test.go Moves AssertLogsContains to assertions package (#6985) 2020-08-13 16:22:25 +00:00
metrics.go Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
mock_validator.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
multiple_endpoints_grpc_resolver.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
propose_protect_test.go Applies assertion funcs to validator/client tests (#6654) 2020-07-21 13:02:21 +00:00
propose_protect.go Fix propose protect error handling (#7188) 2020-09-11 09:53:53 -05:00
propose_test.go Voluntary exit CLI/Client integration (#7162) 2020-09-09 13:29:17 -05:00
propose.go Unnecessary Slice-to-Slice Conversion analyzer (#7321) 2020-09-23 16:14:34 +00:00
runner_test.go Moves AssertLogsContains to assertions package (#6985) 2020-08-13 16:22:25 +00:00
runner.go Miscellaneous code quality improvements (#7414) 2020-10-04 15:03:10 +00:00
service_test.go Verify interface compliance using typed nil instead of dereferencing and conversion (#7489) 2020-10-10 00:36:48 +00:00
service.go Miscellaneous code quality improvements (#7414) 2020-10-04 15:03:10 +00:00
validator_test.go Verify interface compliance using typed nil instead of dereferencing and conversion (#7489) 2020-10-10 00:36:48 +00:00
validator.go Combines func params of the same type (#7500) 2020-10-12 15:43:19 +00:00