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

Commit

Permalink
Merge pull request #6329 from johndebord/master
Browse files Browse the repository at this point in the history
EOSIO.CDT test porting/contract refactor
  • Loading branch information
johndebord authored Jan 3, 2019
2 parents 0826164 + 2bdb512 commit 7894fd5
Show file tree
Hide file tree
Showing 276 changed files with 8,784 additions and 22,915 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*.dylib
*.ll
*.bc
*.wasm
*.wast
*.wast.hpp
*.wasm
*.s
*.dot
*.abi.hpp
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ message( STATUS "Using '${EOSIO_ROOT_KEY}' as public key for 'eosio' account" )

include(wasm)
add_subdirectory( libraries )
add_subdirectory( contracts )
add_subdirectory( plugins )
add_subdirectory( programs )
add_subdirectory( scripts )
Expand Down
45 changes: 0 additions & 45 deletions contracts/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions contracts/asserter/CMakeLists.txt

This file was deleted.

28 changes: 0 additions & 28 deletions contracts/asserter/asserter.cpp

This file was deleted.

8 changes: 0 additions & 8 deletions contracts/eosio.bios/CMakeLists.txt

This file was deleted.

263 changes: 0 additions & 263 deletions contracts/eosio.bios/eosio.bios.abi

This file was deleted.

3 changes: 0 additions & 3 deletions contracts/eosio.bios/eosio.bios.cpp

This file was deleted.

Loading

0 comments on commit 7894fd5

Please sign in to comment.