Skip to content

Commit

Permalink
Merge pull request #53 from VenusProtocol/remove-old-solidity-compile…
Browse files Browse the repository at this point in the history
…r-version

fix: remove compiler version 0.5.16
  • Loading branch information
coreyar authored Dec 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 90d904a + cdb9c51 commit f6da28e
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"extends": "solhint:recommended",
"rules": {
"code-complexity": ["error", 8],
"compiler-version": ["error", ">=0.5.0"],
"compiler-version": ["error", ">=0.8.0"],
"const-name-snakecase": "off",
"constructor-syntax": "error",
"func-visibility": ["error", { "ignoreConstructors": true }],
14 changes: 0 additions & 14 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -74,20 +74,6 @@ const config: HardhatUserConfig = {
defaultNetwork: "hardhat",
solidity: {
compilers: [
{
version: "0.5.16",
settings: {
optimizer: {
enabled: true,
runs: 200,
},
outputSelection: {
"*": {
"*": ["storageLayout"],
},
},
},
},
{
version: "0.8.13",
settings: {

0 comments on commit f6da28e

Please sign in to comment.