prysm-pulse/beacon-chain/blockchain
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
..
metrics Add & use FinalizedCheckpointEpoch() to state (#4766) 2020-02-06 03:26:15 +00:00
testing Clear initial sync state caches after round robin sync (#4817) 2020-02-10 10:39:18 -08:00
BUILD.bazel Update head on per attestation and minor refactor clean ups (#4786) 2020-02-08 02:05:43 +00:00
chain_info_norace_test.go Update head on per attestation and minor refactor clean ups (#4786) 2020-02-08 02:05:43 +00:00
chain_info_test.go Copy head state to ensure it is never mutated (#4715) 2020-02-02 03:19:51 +00:00
chain_info.go Don't save nil head state (#4799) 2020-02-09 05:08:21 +00:00
head_test.go Update head on per attestation and minor refactor clean ups (#4786) 2020-02-08 02:05:43 +00:00
head.go Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
info.go Use proto array forkchoice as default (#4778) 2020-02-06 13:03:26 -06:00
log.go Add & use FinalizedCheckpointEpoch() to state (#4766) 2020-02-06 03:26:15 +00:00
process_attestation_helpers.go Revert "Check HeadState First (#4830)" (#4851) 2020-02-12 23:33:45 -08:00
process_attestation_test.go Optimize Hasblock (#4821) 2020-02-10 15:48:28 -06:00
process_attestation.go Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
process_block_helpers.go Revert "Check HeadState First (#4830)" (#4851) 2020-02-12 23:33:45 -08:00
process_block_test.go Beacon State: More consistent nil return for state (#4854) 2020-02-13 20:34:50 +00:00
process_block.go Delete block attestations from the pool (#4798) 2020-02-08 21:30:45 -08:00
receive_attestation_test.go Use proto array forkchoice as default (#4778) 2020-02-06 13:03:26 -06:00
receive_attestation.go Optimize Hasblock (#4821) 2020-02-10 15:48:28 -06:00
receive_block.go Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
service_norace_test.go Update head on per attestation and minor refactor clean ups (#4786) 2020-02-08 02:05:43 +00:00
service_test.go Optimize Hasblock (#4821) 2020-02-10 15:48:28 -06:00
service.go Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00