prysm-pulse/beacon-chain/rpc/beacon
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
..
assignments_test.go Fixes incorrect checks for errors in several tests (#7392) 2020-10-01 14:38:53 +00:00
assignments.go Add overflow check for StartSlot (#7149) 2020-09-02 02:52:36 +00:00
attestations_test.go Fixes incorrect checks for errors in several tests (#7392) 2020-10-01 14:38:53 +00:00
attestations.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
beacon_test.go Move MaxRPCPageSize flag from beacon node to shared/cmd (#6297) 2020-06-29 09:17:24 -05:00
blocks_test.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
blocks.go Update weak subjectivity check point computation (#7251) 2020-09-18 08:06:00 -07:00
BUILD.bazel Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
committees_test.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
committees.go Add overflow check for StartSlot (#7149) 2020-09-02 02:52:36 +00:00
config_test.go Applies assertion funcs to rpc tests (#6641) 2020-07-20 02:15:51 +00:00
config.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
server.go Add a few test cases to ReceiveBlockNoPubsub with race detection (#6298) 2020-07-03 05:46:53 +00:00
slashings_test.go Applies assertion funcs to rpc tests (#6641) 2020-07-20 02:15:51 +00:00
slashings.go Reverse broadcast-slashing flag to disable-broadcast-slashings (#5952) 2020-05-22 17:19:45 +00:00
validators_stream_test.go Applies assertion funcs to rpc tests (#6641) 2020-07-20 02:15:51 +00:00
validators_stream.go Revert 6966 (#7178) 2020-09-04 12:25:42 -05:00
validators_test.go Remove duplicate imports (#7491) 2020-10-10 03:54:31 +00:00
validators.go Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00