prysm-pulse/beacon-chain/state
Preston Van Loon 34178aff2a
Strict verify attestations in pubsub (#4782)
* Verify attestations before putting them into the pool
* use existing method
* Validate aggregated ones too
* Revert "Validate aggregated ones too"

This reverts commit a55646d131813c3e65e0539ef5b2e5bda19a5e91.
* Merge branch 'master' of github.com:prysmaticlabs/prysm into verify-all-atts
* Add feature flag
* The remaining shared reference fields with conditional copy on write
* Merge branch 'master' into better-copy-2
* Merge branch 'better-copy-2' of github.com:prysmaticlabs/prysm into verify-all-atts
* gaz
* fix build, put into validate
* lint
* Merge branch 'master' of github.com:prysmaticlabs/prysm into verify-all-atts
* why does goland do this to me
* revert unrelated change
* fix tests
* Update shared/featureconfig/config.go

Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
* Merge refs/heads/master into verify-all-atts
* Update beacon-chain/blockchain/testing/mock.go

Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
* gofmt
2020-02-07 03:21:55 +00:00
..
BUILD.bazel Beacon State: Track field references (#4751) 2020-02-06 04:07:23 +00:00
getters.go Use balancesLength and randaoMixesLength to save copy on read (#4769) 2020-02-06 10:06:27 -06:00
references_test.go Save attestation to DB gated by archival flag (#4776) 2020-02-06 15:14:52 +00:00
setters.go Strict verify attestations in pubsub (#4782) 2020-02-07 03:21:55 +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 Strict verify attestations in pubsub (#4782) 2020-02-07 03:21:55 +00:00