prysm-pulse/beacon-chain/blockchain
terence tsao 884d2a159d Cache proposer indices (#4528)
* Precompute and plug it into run time
* Run time fix
* Testing
* More logging to debug
* More logging to debug
* This should fix it
* Clean up debug logs
* Removed last bit of debug log
* Comments
* Tests
* Merge branch 'master' into cache-proposer-index
* Gaz
* Merge branch 'cache-proposer-index' of git+ssh://github.com/prysmaticlabs/prysm into cache-proposer-index
* Merge refs/heads/master into cache-proposer-index
* Merge refs/heads/master into cache-proposer-index
* Merge refs/heads/master into cache-proposer-index
2020-01-14 04:08:32 +00:00
..
forkchoice Cache proposer indices (#4528) 2020-01-14 04:08:32 +00:00
testing Efficient computation of epoch participation (#4430) 2020-01-07 19:28:25 +00:00
BUILD.bazel Efficient computation of epoch participation (#4430) 2020-01-07 19:28:25 +00:00
chain_info_norace_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
chain_info_test.go Refactor database interface to prefer blockchain.HeadFetcher (#4523) 2020-01-13 17:02:20 +00:00
chain_info.go Minor tweaks to GetAttestationData (#4533) 2020-01-13 19:28:08 -08:00
info.go Clean up post --next (#3411) 2019-09-06 22:39:14 -04:00
log.go Remove unused parameters and unused code (#4452) 2020-01-07 23:45:29 +00:00
metrics.go Complete finalization metrics (#4096) 2019-11-23 17:12:29 -08:00
receive_attestation_test.go Add epoch filter for fork choice attestation (#4487) 2020-01-10 23:51:49 +00:00
receive_attestation.go Add epoch filter for fork choice attestation (#4487) 2020-01-10 23:51:49 +00:00
receive_block_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
receive_block.go #4506 take two (#4518) 2020-01-12 23:55:28 +00:00
service_norace_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
service_test.go Refactor database interface to prefer blockchain.HeadFetcher (#4523) 2020-01-13 17:02:20 +00:00
service.go Refactor database interface to prefer blockchain.HeadFetcher (#4523) 2020-01-13 17:02:20 +00:00