prysm-pulse/shared
Preston Van Loon 4df5c042d9
Use faster bitfield BitIndices to build attesting indices (#5160)
* Refactor AttestingIndices to not return any error. Add tests. Add shortcut for fully attested attestation
* attestationutil.ConvertToIndexed never returned error either
* Working with benchmark:
* fix test
* Merge branch 'attestationutil-improvements-0' into attestationutil-improvements-1
* out of bounds check
* Update after merge of https://github.com/prysmaticlabs/go-bitfield/pull/26
* remove shortcut
* Merge refs/heads/attestationutil-improvements-0 into attestationutil-improvements-1
* Merge branch 'attestationutil-improvements-0' into attestationutil-improvements-1
* Merge branch 'attestationutil-improvements-1' of github.com:prysmaticlabs/prysm into attestationutil-improvements-1
* revert test...
* Merge refs/heads/attestationutil-improvements-0 into attestationutil-improvements-1
* Merge branch 'master' of github.com:prysmaticlabs/prysm into attestationutil-improvements-1
* Merge branch 'attestationutil-improvements-1' of github.com:prysmaticlabs/prysm into attestationutil-improvements-1
* Update go-bitfield after https://github.com/prysmaticlabs/go-bitfield/pull/27
2020-03-22 01:42:51 +00:00
..
attestationutil Use faster bitfield BitIndices to build attesting indices (#5160) 2020-03-22 01:42:51 +00:00
benchutil Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
bls Build herumi's BLS from source (#5055) 2020-03-09 21:22:41 -05:00
bytesutil Fix new state mgmt sync stuck in a loop (#5142) 2020-03-19 18:46:35 -07:00
cmd Replace default value for datadir (#5147) 2020-03-21 23:30:51 +08:00
debug Allow setting flags via yaml config file. (#4878) 2020-03-19 14:46:44 -07:00
event Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
featureconfig Add Anti-Flake test for E2E (#5149) 2020-03-21 14:42:51 +08:00
hashutil Use sync.pool for keccak256 and sha256 (#4710) 2020-02-01 16:37:37 -08:00
interop Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
iputils Advanced peer tracking (#4233) 2019-12-11 18:31:36 +08:00
keystore Warn rather than fail on incorrect keystore password (#5024) 2020-03-06 23:05:48 -06:00
logutil Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
mathutil Update To Latest Eth API (#4028) 2019-11-18 10:15:45 -06:00
mclockutil Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435) 2019-01-31 10:53:58 +08:00
memorypool Add Field Trie to State (#5118) 2020-03-18 10:09:31 +08:00
messagehandler Handle Pubsub Panics (#4350) 2019-12-24 04:59:08 +00:00
mock fuzz core/blocks package (#4907) 2020-03-03 19:02:14 +05:30
mputil Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
pagination Update API to return empty next page token on last page response (#4176) 2019-12-03 17:45:43 +00:00
params fuzz core/blocks package (#4907) 2020-03-03 19:02:14 +05:30
prometheus log buf.String() instead of map[reflect.Type]error (#3681) 2019-10-02 08:51:11 +08:00
roughtime remove roughtime servers hardcode (#3666) 2019-09-30 15:30:45 -05:00
runutil Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
sliceutil Moved /shared/ test code in different package (#3714) 2019-10-04 15:46:49 -07:00
slotutil Fix validator assignments on slot 0 (#4682) 2020-01-29 04:30:30 +00:00
testutil Add ssz marshal and unmarshal for most data structures (#5121) 2020-03-19 02:39:23 +00:00
traceutil Handle Runtime Error Type (#3954) 2019-11-09 05:53:20 -08:00
tracing Move p2p to deprecated-p2p (#3191) 2019-08-13 14:52:04 -04:00
trieutil Add New State Utils (#5117) 2020-03-17 14:25:17 -05:00
version Added 'Prysm' to version information. (#4281) 2019-12-13 18:52:28 +00:00
BUILD.bazel Complain about improperly sized tests (#2873) 2019-06-30 09:00:22 -07:00
service_registry_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
service_registry.go Minor runtime fixes for --next (#3265) 2019-08-21 16:58:38 -04:00