prysm-pulse/beacon-chain/state
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
..
BUILD.bazel Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
cloners.go Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
getters.go Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
references_test.go Save attestation to DB gated by archival flag (#4776) 2020-02-06 15:14:52 +00:00
setters.go Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
types_test.go Beacon state: copy on write for certain large fields (#4699) 2020-01-31 23:23:34 -08:00
types.go Revert state copy PR #4811 (#4825) 2020-02-11 01:47:31 +00:00