Skip to content
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

Version 6.6.3 #286

Merged
merged 47 commits into from
May 17, 2022
Merged

Version 6.6.3 #286

merged 47 commits into from
May 17, 2022

Conversation

AxVultis
Copy link
Member

No description provided.

cartoon-face and others added 30 commits February 4, 2022 14:41
* CRYPTONOTE_NAME has been changed to BLOCKCHAIN_DIR as the main reason this is used is to name the blockchain folder when the daemon is launched
* CCX_RELEASE_VERSION + CCX_WALLET_RELEASE_VERSION additions to form a string saying "Conceal (or wallet) v" + version + (ID)
* `print_genesis_tx_hex()` will now only print a random hash, the user who is using this command should know what to do with it, we're not here to teach
* remove commented code
* pretty daemon - remove timestamps and log level from client, keep them to the log file
* removed `renameDataDir()` as I think this comes from the cryptonote era as as far as i know, conceal has never been called anything different
* removed all previous calls of `std::cout` to respectively run whatever string through the logger
* made use of 2 already implemented functions, `print_bci` and `print_bc_outs <file_name>`
* made use of &args in every command by using it for usage checks
* added debugging logging on commands (and functions in this file), maybe they'll prove useful
*
Not sure why to_string was called for a string
* we use this function as a boolean, just in case in the future we ever do need to list all the block hashes.
* updated daemon command to false on print blockchain indexs so it will print the id of the current height and not an array from 0 to current
I can't seem to figure a way for this command to print out only the information for a given height, I suggest we re-remove this command for now.
This is a debug command to be fair and shouldn't really be needed by the user
* taken from the review of this opened pr.
* EDIT: Added BUILD_COMMIT_ID as a debugging log next to version.
* if we want a user who is maybe having trouble to produce the exact version, then loading the daemon with the version flag will produce the ID without the need to change the log level within the daemon to find it out
Accidental double ops “<<“
Matches BLOCKCHAIN_DIR[] original state
Windows uses a Carriage Return (CR) followed by the Line Feed (LF) character, while Unix based operating systems use the Line Feed (LF) alone.

This commit includes some standards for Git Line Endings and LFS.
Copy link
Member

@krypt0x krypt0x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good. Thank you

@krypt0x krypt0x merged commit d3e0b29 into master May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants