Skip to content

Commit

Permalink
Merge pull request Arachnid#25 from ovangle/master
Browse files Browse the repository at this point in the history
Migrate to dapp, fix compiler warnings for solidity ^0.4.21
  • Loading branch information
Arachnid authored Mar 29, 2018
2 parents 4c36b49 + d90808d commit 18413f9
Show file tree
Hide file tree
Showing 8 changed files with 312 additions and 288 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/chain_db//out
build
out

3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lib/ds-test"]
path = lib/ds-test
url = https://github.com/dapphub/ds-test
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
all :; dapp build
clean :; dapp clean
test :; dapp test
deploy :; dapp create SolidityStringutils
2 changes: 1 addition & 1 deletion dappfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.0
version: 2.0.0
tags: []
layout:
sol_sources: .
Expand Down
1 change: 1 addition & 0 deletions lib/ds-test
Submodule ds-test added at 67b13d
Loading

0 comments on commit 18413f9

Please sign in to comment.