prysm-pulse/shared/testutil
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
..
assert Adds DeepNotEqual assertion (#7092) 2020-08-24 10:14:13 +00:00
assertions Pubsub: ensure better TopicIDs validation (#7418) 2020-10-03 01:51:58 +00:00
require Adds DeepNotEqual assertion (#7092) 2020-08-24 10:14:13 +00:00
block_test.go Revamp proposer cache to fix lookahead bug (#7442) 2020-10-07 17:25:08 +00:00
block.go Combines func params of the same type (#7500) 2020-10-12 15:43:19 +00:00
BUILD.bazel Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
deposits_test.go First take of applying assertion funcs to shared tests (#6666) 2020-08-25 10:18:29 +00:00
deposits.go Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
helpers_test.go Unnecessary Slice-to-Slice Conversion analyzer (#7321) 2020-09-23 16:14:34 +00:00
helpers.go Add helper ComputeDomainAndSign (#6773) 2020-07-30 19:11:22 +00:00
spectest.go Combines func params of the same type (#7500) 2020-10-12 15:43:19 +00:00
state_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
state.go Shadowed Predeclared Indentifier analyzer (#7215) 2020-09-14 12:49:15 +02:00
tempdir.go Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
wait_timeout.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00