Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Remove cruft, rename BitShares -> Eos
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielhourt committed Apr 6, 2017
1 parent 2677713 commit 7584ca2
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 448 deletions.
20 changes: 10 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ENDIF()

if( WIN32 )

message( STATUS "Configuring BitShares on WIN32")
message( STATUS "Configuring Eos on WIN32")
set( DB_VERSION 60 )
set( BDB_STATIC_LIBS 1 )

Expand Down Expand Up @@ -110,11 +110,11 @@ else( WIN32 ) # Apple AND Linux

if( APPLE )
# Apple Specific Options Here
message( STATUS "Configuring BitShares on OS X" )
message( STATUS "Configuring Eos on OS X" )
set( CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall" )
else( APPLE )
# Linux Specific Options Here
message( STATUS "Configuring BitShares on Linux" )
message( STATUS "Configuring Eos on Linux" )
set( CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall" )
set( rt_library rt )
set( pthread_library pthread)
Expand Down Expand Up @@ -144,7 +144,7 @@ else( WIN32 ) # Apple AND Linux

endif( WIN32 )

set(ENABLE_COVERAGE_TESTING FALSE CACHE BOOL "Build BitShares for code coverage analysis")
set(ENABLE_COVERAGE_TESTING FALSE CACHE BOOL "Build Eos for code coverage analysis")

if(ENABLE_COVERAGE_TESTING)
SET(CMAKE_CXX_FLAGS "--coverage ${CMAKE_CXX_FLAGS}")
Expand Down Expand Up @@ -173,18 +173,18 @@ set(CPACK_PACKAGE_VERSION_MAJOR "${VERSION_MAJOR}")
set(CPACK_PACKAGE_VERSION_MINOR "${VERSION_MINOR}")
set(CPACK_PACKAGE_VERSION_PATCH "${VERSION_PATCH}")
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_PACKAGE_DESCRIPTION "A client for the BitShares network")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A client for the BitShares network")
set(CPACK_PACKAGE_DESCRIPTION "A client for the Eos network")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A client for the Eos network")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "BitShares ${CPACK_PACKAGE_VERSION}")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "Eos ${CPACK_PACKAGE_VERSION}")

if(WIN32)
SET(CPACK_GENERATOR "ZIP;NSIS")
set(CPACK_PACKAGE_NAME "BitShares") # override above
set(CPACK_PACKAGE_NAME "Eos") # override above
set(CPACK_NSIS_EXECUTABLES_DIRECTORY .)
set(CPACK_NSIS_PACKAGE_NAME "BitShares v${CPACK_PACKAGE_VERSION}")
set(CPACK_NSIS_PACKAGE_NAME "Eos v${CPACK_PACKAGE_VERSION}")
set(CPACK_NSIS_DISPLAY_NAME "${CPACK_NSIS_PACKAGE_NAME}")
set(CPACK_NSIS_DEFINES " !define MUI_STARTMENUPAGE_DEFAULTFOLDER \\\"BitShares\\\"")
set(CPACK_NSIS_DEFINES " !define MUI_STARTMENUPAGE_DEFAULTFOLDER \\\"Eos\\\"")
# it seems like windows zip files usually don't have a single directory inside them, unix tgz frequently do
SET(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 0)

Expand Down
2 changes: 1 addition & 1 deletion libraries/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ namespace detail {

void reset_p2p_node(const fc::path& data_dir)
{ try {
_p2p_network = std::make_shared<net::node>("BitShares Reference Implementation");
_p2p_network = std::make_shared<net::node>("Eos Reference Implementation");

_p2p_network->load_configuration(data_dir / "p2p");
_p2p_network->set_node_delegate(this);
Expand Down
1 change: 0 additions & 1 deletion programs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
add_subdirectory( build_helpers )
add_subdirectory( producer_node )
add_subdirectory( debug_node )
17 changes: 0 additions & 17 deletions programs/build_helpers/CMakeLists.txt

This file was deleted.

78 changes: 0 additions & 78 deletions programs/build_helpers/cat-parts.cpp

This file was deleted.

134 changes: 0 additions & 134 deletions programs/build_helpers/check_reflect.py

This file was deleted.

Loading

7 comments on commit 7584ca2

@lintran-cn
Copy link

Choose a reason for hiding this comment

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

I have a question, is eos fork from bitshares?

@sebicas
Copy link

@sebicas sebicas commented on 7584ca2 Jul 3, 2017

Choose a reason for hiding this comment

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

As far as I understand is not a fork but they will re-use some of the code.

@tsirolnik
Copy link

Choose a reason for hiding this comment

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

Shaaaady. We would like your comment on this.

@timothytlewis
Copy link

Choose a reason for hiding this comment

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

It’s stupid to think that the developers would not reuse some implementations of the previously built platforms, where needed. This has been addressed and is obvious.

@tsirolnik
Copy link

Choose a reason for hiding this comment

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

@timothylewish True, but this looks like a re-branded Bitshares with some modifications.

I'm a developer myself. You want to tell me that in THREE MONTHS and 259 commits (mostly renames and tests), they've developed a revolutionary project?

@timothytlewis
Copy link

Choose a reason for hiding this comment

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

I’m a developer as well, I’ve followed the project since it’s announcement in a May. I do believe that after the two extremely successful platforms that the lead developer has launched, that he has identified some very crucial issues with the existing platforms and can utilize that experience and the successes from his past platforms and create a much more scalable platform.

I have been involved in Ethereum development for the last few years, I am absolutely floored by the direction of EOS.

@o5j5vg55bv5hv5j5f8799f9

Choose a reason for hiding this comment

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

bts, steem are all built on graphene. think of it as fork of graphene instead of fork of bitshares.

Please sign in to comment.