prysm-pulse/beacon-chain/rpc/validator
Ivan Martinez c8fa31ac97
WaitForActivation optimizations (#5396)
* WaitForActrivation improvements
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into waitforactivation
* Changes to handle new statuses
* Merge branch 'master' into waitforactivation
* Fix tests
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into waitforactivation
* Merge branch 'waitforactivation' of https://github.com/0xKiwi/Prysm into waitforactivation
* Remove unkown status being set
* Fix test
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into waitforactivation
* Merge branch 'master' into waitforactivation
* Modify logging slightly
* Merge branch 'waitforactivation' of https://github.com/0xKiwi/Prysm into waitforactivation
* Improve deposit ux
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into waitforactivation
* Add test for logs
* Rename
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into waitforactivation
* Merge branch 'master' into waitforactivation
* Merge branch 'master' into waitforactivation
* Merge branch 'master' into waitforactivation
* Merge branch 'master' into waitforactivation
* Merge branch 'master' into waitforactivation
* Merge branch 'master' into waitforactivation
* Merge branch 'master' into waitforactivation
2020-04-20 23:52:39 +00:00
..
aggregator_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
aggregator.go nil check for SignedAggregateAndProof (#5420) 2020-04-14 20:38:24 -07:00
assignments_test.go Optimize GetDuties to not call Eth1 functions (#5516) 2020-04-20 22:24:50 +00:00
assignments.go Optimize GetDuties to not call Eth1 functions (#5516) 2020-04-20 22:24:50 +00:00
attester_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
attester.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
BUILD.bazel Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
exit_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
exit.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
proposer_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
proposer.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
server_test.go WaitForActivation optimizations (#5396) 2020-04-20 23:52:39 +00:00
server.go Add WaitForSynced to beacon node for validator startup (#5366) 2020-04-18 10:45:20 +00:00
status_test.go WaitForActivation optimizations (#5396) 2020-04-20 23:52:39 +00:00
status.go WaitForActivation optimizations (#5396) 2020-04-20 23:52:39 +00:00