SON for Ethereum #713

Merged
serkixenos merged 70 commits from feature/son-for-ethereum into develop 2022-09-19 19:23:40 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9de4a07ce2 - Show all commits

View file

@ -19,7 +19,7 @@ RUN \
expect \
git \
graphviz \
libboost1.67-all-dev \
libboost-all-dev \
libbz2-dev \
libcurl4-openssl-dev \
libncurses-dev \

View file

@ -1,3 +1,4 @@
add_subdirectory( vendor )
add_subdirectory( app )
add_subdirectory( chain )
add_subdirectory( db )
@ -7,5 +8,4 @@ add_subdirectory( net )
add_subdirectory( plugins )
add_subdirectory( time )
add_subdirectory( utilities )
add_subdirectory( vendor )
add_subdirectory( wallet )