prysm-pulse/beacon-chain/core/helpers
Raul Jordan b8bdf71d5b
Allow for Fetching RPC Historical Assignments from Archived Data (#3559)
* archive participation begin implementation

* validator participation compute

* comments

* compute participation common func

* full test for archiving data

* gazelle

* complete tests

* gaz

* define archived validator assignment method

* archived assign logic

* need to use compute committee next

* compute archival assignments helper func

* properly compute committee using current shard

* modify the assignments request to take in a query filter item

* more intuitive implementation of list assignments

* utilize the query filter

* complete implementation

* revamp tests

* fixing current tests before adding archive tests

* test now passes using len filtered indices for total size

* include prop index in test

* revert bad change

* use ethapis

* add necessary tests

* comments
2019-09-23 16:04:59 -05:00
..
spectest Update to spec v0.8.3 (#3355) 2019-09-08 12:41:52 -07:00
attestation_test.go Added AggregatedAttestation helper (#3539) 2019-09-21 09:43:18 -07:00
attestation.go Added AggregatedAttestation helper (#3539) 2019-09-21 09:43:18 -07:00
block_test.go Replaced block and state roots construction to SlotsPerHistoricalRoot (#3160) 2019-08-08 13:12:35 -05:00
block.go Update to spec v0.8.3 (#3355) 2019-09-08 12:41:52 -07:00
BUILD.bazel Clean up post --next (#3411) 2019-09-06 22:39:14 -04:00
cache.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
committee_test.go Update to spec v0.8.3 (#3355) 2019-09-08 12:41:52 -07:00
committee.go Allow for Fetching RPC Historical Assignments from Archived Data (#3559) 2019-09-23 16:04:59 -05:00
randao_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
randao.go Wrap errors (#3123) 2019-08-01 19:27:38 -07:00
rewards_penalties_test.go Disable caches, allow toggle via feature flag (#3107) 2019-07-29 20:38:05 -07:00
rewards_penalties.go Wrap errors (#3123) 2019-08-01 19:27:38 -07:00
shuffle_test.go Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
shuffle.go Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
slot_epoch_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
slot_epoch.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
validators_test.go Resolve Miscellaneous Prysm TODOs (#3465) 2019-09-16 15:45:03 -05:00
validators.go Wrap errors (#3123) 2019-08-01 19:27:38 -07:00