prysm-pulse/beacon-chain/cache
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
..
depositcache WaitForActivation optimizations (#5396) 2020-04-20 23:52:39 +00:00
attestation_data_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
attestation_data.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
BUILD.bazel Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
checkpoint_state_test.go Run Gofmt on Repo (#5541) 2020-04-20 16:35:04 +00:00
checkpoint_state.go Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
committee_fuzz_test.go Committee cache fuzz tests (#4459) 2020-01-08 11:13:39 -06:00
committee_ids_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
committee_ids.go Run Gofmt on Repo (#5541) 2020-04-20 16:35:04 +00:00
committee_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
committee.go Attestation: Add a check for overflow (#5136) 2020-03-19 04:41:05 +00:00
common.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
eth1_data_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
eth1_data.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
feature_flag_test.go Enable attestation cache flag by default, deprecate feature flag (#4873) 2020-02-16 01:07:14 +00:00
hot_state_cache_test.go LRU cache for state gen (#5004) 2020-03-04 22:09:21 +00:00
hot_state_cache.go LRU cache for state gen (#5004) 2020-03-04 22:09:21 +00:00
skip_slot_cache_test.go Release Skip Slot Cache to All (#5280) 2020-04-01 19:09:54 -07:00
skip_slot_cache.go Release Skip Slot Cache to All (#5280) 2020-04-01 19:09:54 -07:00
state_summary.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00