prysm-pulse/beacon-chain/cache
garyschulteog 27ec40f269
Remove remaining instances of proto.clone() (#4806)
* prysm-4757 remove proto.Clone() in favor of existing getters.Copy* methods
* prysm-4757 added a bunch of copy methods, and broke some tests
* squash commits
 fix tests and getter implementations
 remove usage of CopySignedBeaconBlock from ReceiveBlockNoVerify
* correctly copy Deposit proof and remove proto.clone() again
* Merge branch 'master' into prysm-4757-no-proto-clone
* Merge branch 'master' into prysm-4757-no-proto-clone
* Fix for comments, inline possible function calls
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into prysm-4757-no-proto-clone
* Merge branch 'master' into prysm-4757-no-proto-clone
* updated with feedback from review
* Merge branch 'master' into prysm-4757-no-proto-clone
* Merge branch 'master' into prysm-4757-no-proto-clone
* Merge branch 'master' into prysm-4757-no-proto-clone
2020-02-14 01:03:51 +00:00
..
depositcache Efficient computation of epoch participation (#4430) 2020-01-07 19:28:25 +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 Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
BUILD.bazel Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
checkpoint_state_test.go Beacon State: Track field references (#4751) 2020-02-06 04:07:23 +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_test.go Efficiently add proposer indices to cache (#4548) 2020-01-16 15:03:49 +00:00
committee.go Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
common.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
eth1_data_test.go Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
eth1_data.go Clean up feature flag namings (#3715) 2019-10-07 14:11:49 +09:00
feature_flag_test.go PR #4502 take two (#4522) 2020-01-12 23:46:14 +00:00
skip_slot_cache_test.go Beacon State: Track field references (#4751) 2020-02-06 04:07:23 +00:00
skip_slot_cache.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00