Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Solidity 0.6 #970

Merged
merged 49 commits into from
Mar 4, 2020
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
da3f18c
change pragma version; fix gas -> gas() in Governor::executeCall()
nicholaspai Feb 25, 2020
fd0bf20
lint
nicholaspai Feb 25, 2020
70cdae9
prettier ignore
nicholaspai Feb 25, 2020
5dee881
compiles
nicholaspai Feb 25, 2020
8a37bc3
prettier-ignore comments
nicholaspai Feb 25, 2020
fb846ad
compile
nicholaspai Feb 25, 2020
d40c04e
comment
nicholaspai Feb 25, 2020
6b09985
update solc coverage ignore
nicholaspai Feb 25, 2020
78c5376
update coverage cache ci
nicholaspai Feb 26, 2020
2771163
cache
nicholaspai Feb 26, 2020
5d3bc21
bump ci caches
nicholaspai Feb 26, 2020
ba6b798
cache slither
nicholaspai Feb 26, 2020
7f45f57
force truffle version strict
nicholaspai Feb 26, 2020
d957ee0
Merge branch 'master' into solc-0.6
nicholaspai Feb 26, 2020
268eb62
lint
nicholaspai Feb 26, 2020
50d8f0c
update 0.6
nicholaspai Feb 26, 2020
7ad00d6
ignore override expandederc20
nicholaspai Feb 26, 2020
876b1e1
fix echidna test
nicholaspai Feb 26, 2020
e5b6be3
increase heap space
nicholaspai Feb 26, 2020
137a52f
use .bin truffle for slither
nicholaspai Feb 26, 2020
a1da7de
print truffle version slither
nicholaspai Feb 26, 2020
33df79f
test slither
nicholaspai Feb 26, 2020
8c2bbf3
bump slither cache
nicholaspai Feb 26, 2020
73af79e
reorder sh
nicholaspai Feb 26, 2020
ba3988e
fix
nicholaspai Feb 26, 2020
8ba6e94
slither script
nicholaspai Feb 26, 2020
3020793
slither config
nicholaspai Feb 26, 2020
aeb8e23
slither truffle=version
nicholaspai Feb 26, 2020
221eaaf
add openzeppelin
nicholaspai Feb 26, 2020
13d66be
slither
nicholaspai Feb 26, 2020
52ed177
revert
nicholaspai Feb 26, 2020
6c9f5f6
revert
nicholaspai Feb 26, 2020
85a43ed
circleci
nicholaspai Feb 26, 2020
6ec0776
ci
nicholaspai Feb 26, 2020
24ae24c
remove docs
nicholaspai Feb 26, 2020
b9c29e2
add empty tests to pass ci
nicholaspai Feb 27, 2020
c183c71
change permission
nicholaspai Feb 27, 2020
8420fed
fix
nicholaspai Feb 27, 2020
c6ca043
Merge branch 'master' into solc-0.6
nicholaspai Feb 27, 2020
1828c38
Merge branch 'master' into solc-0.6
nicholaspai Feb 27, 2020
902b047
bump prettier-plugin-solidity to alpha.42 which fixes gas() bug
nicholaspai Feb 28, 2020
4538eb5
bump drizzle/store version
nicholaspai Mar 3, 2020
4afbb41
Merge branch 'master' into solc-0.6
nicholaspai Mar 3, 2020
d9d834b
lint
nicholaspai Mar 3, 2020
59a7502
add override to new methods
nicholaspai Mar 3, 2020
c0016ee
stop building docs
nicholaspai Mar 3, 2020
8cd13c5
Merge branch 'master' into solc-0.6
nicholaspai Mar 3, 2020
3d7bee1
merge
nicholaspai Mar 3, 2020
5c57155
Merge branch 'master' into solc-0.6
nicholaspai Mar 3, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove docs
Signed-off-by: Nick Pai <npai.nyc@gmail.com>
  • Loading branch information
nicholaspai committed Feb 26, 2020
commit 24ae24c5ae2eeaa72e2df015f6926ba8230ad31b
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,6 @@ workflows:
context: api_keys
requires:
- build
- docs:
requires:
- checkout_and_install
- dapp_test:
requires:
- build
Expand Down