Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion program-analysis/echidna/example/magic.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: AGPL-3.0
pragma solidity ^0.5.0;
pragma solidity ^0.8.0;

contract C {
bool value_found = false;
Expand Down
2 changes: 1 addition & 1 deletion program-analysis/echidna/exercises/Exercise-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import "./token.sol";

/// @dev Run the template with
/// ```
/// solc-select use 0.5.0
/// solc-select use 0.8.0
/// echidna program-analysis/echidna/exercises/exercise2/template.sol
/// ```
contract TestToken is Token {
Expand Down
2 changes: 1 addition & 1 deletion program-analysis/echidna/exercises/Exercise-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ import "./mintable.sol";

/// @dev Run the template with
/// ```
/// solc-select use 0.5.0
/// solc-select use 0.8.0
/// echidna program-analysis/echidna/exercises/exercise3/template.sol --contract TestToken
/// ```
contract TestToken is MintableToken {
Expand Down