specron / framework

Lightweight, open source and magic-free framework for testing solidity smart contracts.
https://specron.github.io/framework
MIT License
35 stars 11 forks source link

Upgrade to Solidity 0.5.2 #59

Closed fulldecent closed 5 years ago

fulldecent commented 5 years ago

Current Specron uses old version

xpepermint commented 5 years ago

A developer specified the sold number in his/her project. That's why we add solc under peerDependencies so the version can be dynamic.

The latest version tested in https://github.com/specron/framework/pull/60.