forked from mixbytes/haya
-
Notifications
You must be signed in to change notification settings - Fork 7
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
full renaming haya to daobet #7
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugins/telemetry_plugin/include/eosio/telemetry_plugin/telemetry_plugin.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
########################################################################## | ||
# This is the EOSIO automated install script for Linux and Mac OS. | ||
# This file was downloaded from https://github.com/mixbytes/haya | ||
# This file was downloaded from https://github.com/DaoCasino/dc-blockchain | ||
# | ||
# Copyright (c) 2017, Respective Authors all rights reserved. | ||
# | ||
|
@@ -27,7 +27,7 @@ | |
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
# | ||
# https://github.com/mixbytes/haya/blob/master/LICENSE.txt | ||
# https://github.com/mixbytes/daobet/blob/master/LICENSE.txt | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. mixbytes -> daocasino |
||
########################################################################## | ||
|
||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | ||
|
@@ -41,15 +41,15 @@ mkdir -p $LIB_LOCATION | |
|
||
CMAKE_BUILD_TYPE=Release | ||
TIME_BEGIN=$( date -u +%s ) | ||
INSTALL_PREFIX=$OPT_LOCATION/haya | ||
INSTALL_PREFIX=$OPT_LOCATION/daobet | ||
VERSION=1.2 | ||
|
||
txtbld=$(tput bold) | ||
bldred=${txtbld}$(tput setaf 1) | ||
txtrst=$(tput sgr0) | ||
|
||
if [ ! -d $BUILD_DIR ]; then | ||
printf "\\nError, haya_build.sh has not ran. Please run ./haya_build.sh first!\\n\\n" | ||
printf "\\nError, daobet_build.sh has not ran. Please run ./daobet_build.sh first!\\n\\n" | ||
exit -1 | ||
fi | ||
|
||
|
@@ -59,7 +59,7 @@ if ! pushd "${BUILD_DIR}" &> /dev/null;then | |
fi | ||
|
||
if ! make install; then | ||
printf "\\nMAKE installing EOSIO has exited with the above error.\\n\\n" | ||
printf "\\nMAKE installing DAOBET has exited with the above error.\\n\\n" | ||
exit -1 | ||
fi | ||
popd &> /dev/null | ||
|
@@ -75,8 +75,8 @@ printf "| | | | | | | | ______/ | | | | |\n" | |
printf "|_| |_| |_| |_| \______/ |_| |_|\n\n${txtrst}" | ||
|
||
printf "==============================================================================================\\n" | ||
printf "HAYA has been installed into ${OPT_LOCATION}/haya/bin!\\n" | ||
printf "If you need to, you can fully uninstall using haya_uninstall.sh && scripts/clean_old_install.sh.\\n" | ||
printf "daobet has been installed into ${OPT_LOCATION}/daobet/bin!\\n" | ||
printf "If you need to, you can fully uninstall using daobet_uninstall.sh && scripts/clean_old_install.sh.\\n" | ||
printf "==============================================================================================\\n\\n" | ||
|
||
printf "Haya Github: https://github.com/mixbytes/haya\\n" | ||
printf "daobet Github: https://github.com/DaoCasino/dc-blockchain\\n" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. dc-blockchain -> daobet |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
dc-blockchain -> daobet