prysm-pulse/beacon-chain/powchain
Ivan Martinez 06db5f6471
Validator client improvements (#5300)
* Look into what makes the validator client slow
* Comment
* Refactor status function to be cleaner
* Use timings from params
* Improve coverage
* Remove unneeded lock in chainstart
* Reorganize validator logging
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into optimize-validator
* cleanup
* Fix bug
* Undo depositbypukey changes
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into optimize-validator
* Fix deposit cache
* Fix multiple status test
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into optimize-validator
* Remove logs
* Remove unused import
* Add comment
* comment
* Remove comments
* Merge branch 'master' into optimize-validator
* Undo time change for activation
* Merge branch 'optimize-validator' of https://github.com/0xKiwi/Prysm into optimize-validator
* Fix check for sync
* Change value back to half slot
* comment
* Rephrase logs
* Merge branch 'master' into optimize-validator
2020-04-08 14:41:00 +00:00
..
testing Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
block_cache_test.go Block caching for ETH1Data (includes #1760) (#1769) 2019-03-01 14:31:38 -06:00
block_cache.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
block_reader_test.go Fix Stuck Beacon Node (#4454) 2020-01-16 01:46:15 +00:00
block_reader.go Clean up post --next (#3411) 2019-09-06 22:39:14 -04:00
BUILD.bazel Reduce frequency of 'eth1 client not syncing' messages (#5057) 2020-03-10 09:51:41 -05:00
deposit_test.go fuzz core/blocks package (#4907) 2020-03-03 19:02:14 +05:30
deposit.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
log_processing_test.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
log_processing.go Validator client improvements (#5300) 2020-04-08 14:41:00 +00:00
service_test.go Change Positionining of Warning Log (#4850) 2020-02-13 00:39:15 -08:00
service.go Add maligned struct static check (#5296) 2020-04-03 05:09:15 +00:00