prysm-pulse/beacon-chain/rpc/validator
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
..
aggregator_test.go Unnecessary Slice-to-Slice Conversion analyzer (#7321) 2020-09-23 16:14:34 +00:00
aggregator.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
assignments_test.go Fixes incorrect checks for errors in several tests (#7392) 2020-10-01 14:38:53 +00:00
assignments.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
attester_test.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
attester.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
BUILD.bazel Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
exit_test.go Use state slot to verify exit signature (#7155) 2020-09-02 00:57:52 +00:00
exit.go Add overflow check for StartSlot (#7149) 2020-09-02 02:52:36 +00:00
proposer_test.go Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
proposer_utils.go Attestation proposing: more tests (#7267) 2020-09-18 17:16:31 +00:00
proposer.go Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
server_test.go Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
server.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
status_test.go Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
status.go Revert 6966 (#7178) 2020-09-04 12:25:42 -05:00
validator_test.go Change Log Level of Genesis Time Info Log in RPC (#6920) 2020-08-10 16:52:49 +00:00