prysm-pulse/beacon-chain/blockchain
Victor Farazdagi 44b93d9df9
Fix tests depending on configuration flag (#5650)
* fixes segfault
* Merge branch 'master' into fix-nil-segfaults
* upd state
* Merge branch 'master' into fix-nil-segfaults
* updates shard=1
* Merge refs/heads/master into fix-nil-segfaults
* Merge refs/heads/master into fix-nil-segfaults
* Merge refs/heads/master into fix-nil-segfaults
* fixes tests
* Merge branch 'fix-nil-segfaults' of github.com:prysmaticlabs/prysm into fix-nil-segfaults
* reset config to nil
* add flag assertion to other beacon-chain/rpc files
* Merge refs/heads/master into fix-nil-segfaults
* fix the rest featureconfig.init calls
* Merge branch 'fix-nil-segfaults' of github.com:prysmaticlabs/prysm into fix-nil-segfaults
* remove config setting from init
* gazelle
* reset shard back to 4
2020-04-27 19:44:35 +00:00
..
testing Add HeadGenesisValidatorRoot for DomainData (#5582) 2020-04-22 22:18:29 -05:00
BUILD.bazel Custom Block HTR (#5219) 2020-03-26 13:10:22 -05:00
chain_info_norace_test.go Run Gofmt on Repo (#5541) 2020-04-20 16:35:04 +00:00
chain_info_test.go Add HeadGenesisValidatorRoot for DomainData (#5582) 2020-04-22 22:18:29 -05:00
chain_info.go Add HeadGenesisValidatorRoot for DomainData (#5582) 2020-04-22 22:18:29 -05:00
head_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
head.go Add HeadGenesisValidatorRoot for DomainData (#5582) 2020-04-22 22:18:29 -05:00
info.go Better head object coupling for chain service (#4869) 2020-02-15 18:57:49 +00:00
init_sync_process_block_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
init_sync_process_block.go Save init sync cached blocks before regenerate state (#5501) 2020-04-18 23:29:58 +00:00
log.go Add missing block fields to log (#5394) 2020-04-11 16:04:05 -07:00
metrics.go Add Clock-Based Slot to Metrics (#5545) 2020-04-20 19:49:25 +00:00
process_attestation_helpers.go Fix getAttPreState memory usage for new-state-mgmt (#5584) 2020-04-23 14:03:51 -05:00
process_attestation_test.go Invert --disable-new-state-mgmt to --enable-new-state-mgmt (#5567) 2020-04-21 22:30:22 +00:00
process_attestation.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
process_block_helpers.go Invert --disable-new-state-mgmt to --enable-new-state-mgmt (#5567) 2020-04-21 22:30:22 +00:00
process_block_test.go Fix tests depending on configuration flag (#5650) 2020-04-27 19:44:35 +00:00
process_block.go Invert --disable-new-state-mgmt to --enable-new-state-mgmt (#5567) 2020-04-21 22:30:22 +00:00
receive_attestation_test.go Use proto array forkchoice as default (#4778) 2020-02-06 13:03:26 -06:00
receive_attestation.go Fix getAttPreState memory usage for new-state-mgmt (#5584) 2020-04-23 14:03:51 -05:00
receive_block.go Add Clock-Based Slot to Metrics (#5545) 2020-04-20 19:49:25 +00:00
service_norace_test.go Run Gofmt on Repo (#5541) 2020-04-20 16:35:04 +00:00
service_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
service.go Invert --disable-new-state-mgmt to --enable-new-state-mgmt (#5567) 2020-04-21 22:30:22 +00:00