Skip to content

Commit 6682b43

Browse files
Use 0.8.0 for echidna exercises
1 parent 9c96ce4 commit 6682b43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

program-analysis/echidna/example/magic.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: AGPL-3.0
2-
pragma solidity ^0.5.0;
2+
pragma solidity ^0.8.0;
33

44
contract C {
55
bool value_found = false;

program-analysis/echidna/exercises/Exercise-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ import "./token.sol";
8080
8181
/// @dev Run the template with
8282
/// ```
83-
/// solc-select use 0.5.0
83+
/// solc-select use 0.8.0
8484
/// echidna program-analysis/echidna/exercises/exercise2/template.sol
8585
/// ```
8686
contract TestToken is Token {

program-analysis/echidna/exercises/Exercise-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ import "./mintable.sol";
104104
105105
/// @dev Run the template with
106106
/// ```
107-
/// solc-select use 0.5.0
107+
/// solc-select use 0.8.0
108108
/// echidna program-analysis/echidna/exercises/exercise3/template.sol --contract TestToken
109109
/// ```
110110
contract TestToken is MintableToken {

0 commit comments

Comments
 (0)