Skip to content

Commit

Permalink
0.8.25
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Jul 19, 2024
1 parent 5218f2e commit 4bd0984
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 171 deletions.
2 changes: 1 addition & 1 deletion contracts/ApplicationManager.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.24;
pragma solidity 0.8.25;

Check warning

Code scanning / Slither

Incorrect versions of Solidity Warning

Version constraint 0.8.25 contains known severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)
.
It is used by:
- 0.8.25
- 0.8.25

import {IApplicationManager} from "./IApplicationManager.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/IApplicationManager.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.24;
pragma solidity 0.8.25;

interface IApplicationManager {
struct Application {
Expand Down
34 changes: 0 additions & 34 deletions contracts/Lock.sol

This file was deleted.

2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import "@nomicfoundation/hardhat-toolbox-viem";
import "@nomiclabs/hardhat-solhint";

const config: HardhatUserConfig = {
solidity: "0.8.24",
solidity: "0.8.25",
};

export default config;
134 changes: 0 additions & 134 deletions test/Lock.ts

This file was deleted.

0 comments on commit 4bd0984

Please sign in to comment.