prysm-pulse/beacon-chain/powchain
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
..
testing Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
block_cache_test.go Request Headers From ETH1 Node Instead of Blocks (#7121) 2020-08-27 16:27:08 +00:00
block_cache.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
block_reader_test.go Eth1 Handling Cleanup (#7467) 2020-10-08 13:47:16 +00:00
block_reader.go Optimize Fetching of Eth1 Blocks (#7386) 2020-10-02 15:31:05 +08:00
BUILD.bazel Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
deposit_test.go Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
deposit.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
log_processing_test.go Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
log_processing.go Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
powchain_test.go Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
service_test.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
service.go Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00