-
Notifications
You must be signed in to change notification settings - Fork 48
Rename Block Clock to Block Status #441
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build fails
make[1]: *** No rule to make target 'qml/components/blockclockdial.cpp', needed by 'qml/components/qt_libbitcoinqt_a-blockclockdial.o'. Stop.
here still mentioned? and in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK on removing "Clock".
Just thinking it loud, shouldn't be more like "Sync" status? (moreover to avoid confusion with an individual block status).
Also found this in current QT desktop app source (src/qt/clientmodel.h
):
enum class SyncType {
HEADER_PRESYNC,
HEADER_SYNC,
BLOCK_SYNC
};
Maybe we need something like that later to identify on which sync we are...
Needs rebase. |
These changes rename all instances of "Block Clock" to "Block Status" under the qml directory.