prysm-pulse/beacon-chain/blockchain
Leo Lara b1c2454658
#10036 Replace codename Merge with Bellatrix (1st step) (#10044)
* Rename BeaconStateMerge to BeaconStateBellatrix

* Rename version.Merge to version.Bellatrix

* Rename ComputeFieldRootsWithHasherMerge to ComputeFieldRootsWithHasherBellatrix

* Rename test names to Bellatrix

* Rename comments and strings to Bellatrix

* Fix formatting in a few files

* Revert wrong renaming in test name

* Revert renaming to Bellatrix in mainnet_config.go

* Revert renaming of db key without migration

* Regenerate from proto changes

* Rename new use of already renamed symbols

* gofmt and goimports after regenerating protofiles

* revert weird imports

Co-authored-by: prestonvanloon <preston@prysmaticlabs.com>
2022-01-10 16:47:30 +00:00
..
testing Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
blockchain_test.go Update TestMain(): do not call os.Exit() explicitly (#8046) 2020-12-04 16:10:07 +00:00
BUILD.bazel Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
chain_info_norace_test.go [Service Config Revamp] - Blockchain Initialization (#9783) 2021-10-18 17:48:05 +00:00
chain_info_test.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
chain_info.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
checktags_test.go Fix data races in tests accessing beacon config concurrently (#8190) 2021-01-05 04:51:25 +00:00
head_sync_committee_info_test.go [Service Config Revamp] - Blockchain Initialization (#9783) 2021-10-18 17:48:05 +00:00
head_sync_committee_info.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
head_test.go allow checkpoint or genesis origin; refactoring (#9976) 2021-12-09 22:23:00 +00:00
head.go allow checkpoint or genesis origin; refactoring (#9976) 2021-12-09 22:23:00 +00:00
info_test.go Switch to lazy state balance cache (#9822) 2021-11-19 15:59:26 +00:00
info.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
init_sync_process_block.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
init_test.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
log_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
log.go Improve "synced block.." log (#9760) 2021-10-09 15:27:34 +02:00
metrics_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
metrics.go #10036 Replace codename Merge with Bellatrix (1st step) (#10044) 2022-01-10 16:47:30 +00:00
mock_test.go Switch to lazy state balance cache (#9822) 2021-11-19 15:59:26 +00:00
options.go Switch to lazy state balance cache (#9822) 2021-11-19 15:59:26 +00:00
process_attestation_helpers.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
process_attestation_test.go Use field params root length (#10012) 2021-12-14 18:42:05 +00:00
process_attestation.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
process_block_helpers.go allow checkpoint or genesis origin; refactoring (#9976) 2021-12-09 22:23:00 +00:00
process_block_test.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
process_block.go Rename To Signature Batch (#9926) 2021-11-23 17:57:06 +01:00
receive_attestation_test.go Switch to lazy state balance cache (#9822) 2021-11-19 15:59:26 +00:00
receive_attestation.go allow checkpoint or genesis origin; refactoring (#9976) 2021-12-09 22:23:00 +00:00
receive_block_test.go Standardize config overriding in tests across repo (#9998) 2021-12-10 04:18:47 +00:00
receive_block.go Weak subjectivity verification refactor (#9832) 2021-11-03 15:07:46 +00:00
service_norace_test.go [Service Config Revamp] - Blockchain Initialization (#9783) 2021-10-18 17:48:05 +00:00
service_test.go allow checkpoint or genesis origin; refactoring (#9976) 2021-12-09 22:23:00 +00:00
service.go allow checkpoint or genesis origin; refactoring (#9976) 2021-12-09 22:23:00 +00:00
state_balance_cache_test.go Switch to lazy state balance cache (#9822) 2021-11-19 15:59:26 +00:00
state_balance_cache.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
weak_subjectivity_checks_test.go Use field params root length (#10012) 2021-12-14 18:42:05 +00:00
weak_subjectivity_checks.go Weak subjectivity verification refactor (#9832) 2021-11-03 15:07:46 +00:00