File tree Expand file tree Collapse file tree 6 files changed +935
-671
lines changed
Expand file tree Collapse file tree 6 files changed +935
-671
lines changed Original file line number Diff line number Diff line change 99[ coveralls-url ] : https://coveralls.io/github/parity-contracts/auto-updater?branch=master
1010
1111Operations contracts for parity's auto-updater.
12+
13+ ## Getting started
14+
15+ This project uses the [ Truffle] ( http://truffleframework.com/ ) framework. To install the required
16+ dependencies run:
17+
18+ ```
19+ yarn install
20+ ```
21+
22+ To run the test suite:
23+
24+ ```
25+ yarn test
26+ ```
Original file line number Diff line number Diff line change 1414// See the License for the specific language governing permissions and
1515// limitations under the License.
1616
17- pragma solidity ^ 0.4.21 ;
17+ pragma solidity ^ 0.4.22 ;
1818
1919
2020contract Operations {
Original file line number Diff line number Diff line change 1414// See the License for the specific language governing permissions and
1515// limitations under the License.
1616
17- pragma solidity ^ 0.4.21 ;
17+ pragma solidity ^ 0.4.22 ;
1818
1919import "./Operations.sol " ;
2020
Original file line number Diff line number Diff line change 1414// See the License for the specific language governing permissions and
1515// limitations under the License.
1616
17- pragma solidity ^ 0.4.21 ;
17+ pragma solidity ^ 0.4.22 ;
1818
1919import "./Operations.sol " ;
2020
Original file line number Diff line number Diff line change 2626 "ethereumjs-abi" : " ^0.6.5" ,
2727 "ganache-cli" : " ^6.1.0" ,
2828 "mocha-steps" : " ^1.1.0" ,
29- "solidity-coverage" : " ^0.4.15 " ,
29+ "solidity-coverage" : " ^0.5.0 " ,
3030 "solium" : " ^1.1.6" ,
3131 "truffle" : " ^4.1.5"
3232 }
You can’t perform that action at this time.
0 commit comments