prysm-pulse/beacon-chain/core/transition
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
..
interop Move Shared Packages into Math/ and IO/ (#9622) 2021-09-17 21:55:24 +00:00
stateutils Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
altair_transition_no_verify_sig_test.go Check participation flag offset length (#9784) 2021-10-21 15:01:09 +00:00
bellatrix_transition_no_verify_sig_test.go Add process_execution_payload to process_block (#10060) 2022-01-06 19:36:39 +00:00
benchmarks_test.go Move slot epoch from core to time pkg (#9714) 2021-09-30 19:00:14 +00:00
BUILD.bazel Can upgrade to Bellatrix in process slots (#10062) 2022-01-07 16:47:33 +00:00
log.go Rename beacon-chain/core/state to beacon-chain/core/transition pkg (#9530) 2021-09-08 10:41:47 +00:00
skip_slot_cache_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
skip_slot_cache.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
state_fuzz_test.go Unused parameter should be replaced by underscore (#9632) 2021-09-20 20:51:59 +00:00
state_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
state.go Refactor States To Allow for Single Cached Hasher (#9922) 2021-11-29 16:30:17 +00:00
trailing_slot_state_cache_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
trailing_slot_state_cache.go Unused parameter should be replaced by underscore (#9632) 2021-09-20 20:51:59 +00:00
transition_fuzz_test.go Cleanup slot helpers into intended locations (#9752) 2021-10-07 19:15:35 +00:00
transition_no_verify_sig_test.go Add process_execution_payload to process_block (#10060) 2022-01-06 19:36:39 +00:00
transition_no_verify_sig.go #10036 Replace codename Merge with Bellatrix (1st step) (#10044) 2022-01-10 16:47:30 +00:00
transition_test.go #10036 Replace codename Merge with Bellatrix (1st step) (#10044) 2022-01-10 16:47:30 +00:00
transition.go #10036 Replace codename Merge with Bellatrix (1st step) (#10044) 2022-01-10 16:47:30 +00:00