prysm-pulse/beacon-chain/forkchoice/doubly-linked-tree
Radosław Kapka 73443208a1
Remove proto state (#11445)
* Remove native state flag and use native state in spectests

* remove feature from tests

* use e2e config in slasher simulator

* use params.BeaconConfig in testutil

* use correct function

* use minimal config in go_test

* fix TestListValidators

* parameterize sync committee bits and aggregation bits

* Fix TestServer_ListIndexedAttestations_GenesisEpoch

(cherry picked from commit 254ab623dde08ae8886b152facdbbd8889ed79db)

* fix more tests

* fix even more

* moreeee

* aaaand more

* one more fix

* one more

* simplify TestGetAltairDuties_UnknownPubkey

* comment out problematic test

* one more fix

* one more

* aaaand one more

* another

* use fieldparams in HydrateBlindedBeaconBlockBodyBellatrix

* create new package for mainnet tests

* TestServer_GetBellatrixBeaconBlock

* change slashed validator index

* clear cache in reward_test.go

* deprecate flag

* create bazel mainnet target

* move attester mainnet test to mainnet target

* "fix" proposer tests

* use minimal config in TestServer_circuitBreakBuilder

* fix TestProposer_ProposeBlock_OK

* more fixes in validator package

* more fixes

* more fixes

* test code

* move TestProposer_GetBeaconBlock_BellatrixEpoch to minimal

* finally

* remove proposer_bellatrix_mainnet_test.go

* fix TestServer_GetBellatrixBeaconBlock_HappyCase

* fix TestServer_GetBellatrixBeaconBlock_BuilderCase

* Preston needs to fix this!

* Revert "Preston needs to fix this!"

This reverts commit b03d97a16e3080e254c7b19d7f193d3c600ca869.

* remove proto state tests

* fix migration tests

* static analysis fix

* review

* remove proto state

* swap state in tests

* fix BUILD file in /proto/testing

* remove metrics test with nil state
2022-09-16 18:17:46 -04:00
..
BUILD.bazel Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
doc.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
errors.go Do not error if the LVH is bogus (#10996) 2022-07-06 17:37:15 +00:00
ffg_update_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
forkchoice_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
forkchoice.go clean up: godoc comments, redundant castings and more (#11428) 2022-09-12 14:03:20 +00:00
metrics.go Metrics tracking EE VALID/SYNCING/INVALID response counter (#10504) 2022-04-12 09:51:13 +00:00
no_vote_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
node_test.go Report voted fractions for a given root (#11421) 2022-09-11 19:04:40 +00:00
node.go Report voted fractions for a given root (#11421) 2022-09-11 19:04:40 +00:00
on_tick_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
on_tick.go Prune during on_tick (#11387) 2022-09-08 14:41:10 +00:00
optimistic_sync_test.go Fix setNodeAndParentValidated (#11302) 2022-08-24 19:30:45 +00:00
optimistic_sync.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
proposer_boost_test.go clean up: godoc comments, redundant castings and more (#11428) 2022-09-12 14:03:20 +00:00
proposer_boost.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
store_test.go Forkchoice: track highest received root (#11434) 2022-09-12 16:29:01 +02:00
store.go Forkchoice: track highest received root (#11434) 2022-09-12 16:29:01 +02:00
types.go Forkchoice: track highest received root (#11434) 2022-09-12 16:29:01 +02:00
unrealized_justification_test.go Defensive pull tips, doubly-linked-tree (#11175) 2022-08-30 00:48:25 +00:00
unrealized_justification.go Report voted fractions for a given root (#11421) 2022-09-11 19:04:40 +00:00
vote_test.go Prune during on_tick (#11387) 2022-09-08 14:41:10 +00:00