-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IF: Rename existing block_header_state and block_state to block_header_state_legacy and block_state_legacy #1947
Conversation
…,cpp} and rename block_state.{hpp,cpp} to block_state_legacy.{hpp,cpp}
…ock_header_state_legacy
@linh2931 , it looks loke you removed the current hotstuff_integration changes, so for example Looking at the changes, I think even more that this change should be done in the |
I did not remove anything. All existing code except new IF code is in I don't think we are ready to put this into |
Upon reflection, I don't think this renaming is the way to go (if it is done in I think we should leave the old names alone, and create the new classes as After merging |
We should discuss this at this afternoon's meeting. If we were to do the renaming on main eventually, why not doing it now as we are developing the new classes? The merging seems not that bad as shown when merging from hotsuff_integration to this renaming branch. |
Replaced by #1951 |
block_header_state
toblock_header_state_legacy
,block_state
toblock_state_legacy
;block_header_state.{hpp,cpp}
toblock_header_state_legacy.{hpp,cpp}
and changeblock_state.{hpp,cpp}
toblock_state_legacy.{hpp,cpp}
;Resolved #1940