Skip to content

Commit

Permalink
Bytecoin v.1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Juarez committed Jul 15, 2015
1 parent 6d45be9 commit f697d93
Show file tree
Hide file tree
Showing 326 changed files with 6,976 additions and 28,525 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(CMAKE_SUPPRESS_REGENERATION ON)

project(Bytecoin)

include_directories(include src contrib/epee/include external "${CMAKE_BINARY_DIR}/version")
include_directories(include src external "${CMAKE_BINARY_DIR}/version")
if(APPLE)
include_directories(SYSTEM /usr/include/malloc)
enable_language(ASM)
Expand Down Expand Up @@ -140,7 +140,6 @@ else()
endif()
endif()

add_subdirectory(contrib)
add_subdirectory(external)
add_subdirectory(src)
add_subdirectory(tests)
8 changes: 8 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release notes 1.0.5

- High-level API for blockchain explorer
- Full network layer refactoring
- Transactions pool synchronization
- list_transactions method for RPC Wallet
- Various improvements

Release notes 1.0.4

- Bytecoin RPC Wallet
Expand Down
7 changes: 0 additions & 7 deletions contrib/CMakeLists.txt

This file was deleted.

25 changes: 0 additions & 25 deletions contrib/epee/LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion contrib/epee/README.md

This file was deleted.

1 change: 0 additions & 1 deletion contrib/epee/demo/.gitignore

This file was deleted.

49 changes: 0 additions & 49 deletions contrib/epee/demo/CMakeLists.txt

This file was deleted.

Empty file removed contrib/epee/demo/README.txt
Empty file.
217 changes: 0 additions & 217 deletions contrib/epee/demo/demo_http_server/demo_http_server.cpp

This file was deleted.

Loading

0 comments on commit f697d93

Please sign in to comment.