Skip to content

Commit

Permalink
add pbft_plugin as default plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentOCL committed Apr 5, 2019
1 parent d424438 commit 458be93
Show file tree
Hide file tree
Showing 13 changed files with 1,358 additions and 430 deletions.
9 changes: 5 additions & 4 deletions contracts/eosio.system/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ file(GLOB ABI_FILES "*.abi")
configure_file("${ABI_FILES}" "${CMAKE_CURRENT_BINARY_DIR}" COPYONLY)

add_wast_executable(TARGET eosio.system
INCLUDE_FOLDERS ${STANDARD_INCLUDE_FOLDERS}
LIBRARIES libc++ libc eosiolib eosio.token
DESTINATION_FOLDER ${CMAKE_CURRENT_BINARY_DIR}
)
INCLUDE_FOLDERS "${STANDARD_INCLUDE_FOLDERS}"
LIBRARIES libc++ libc eosiolib eosio.token
DESTINATION_FOLDER ${CMAKE_CURRENT_BINARY_DIR}
)

315 changes: 188 additions & 127 deletions contracts/eosio.system/delegate_bandwidth.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit 458be93

Please sign in to comment.