Skip to content

Enabled Hardhat viaIR compilation with solc v0.8.30 #2069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025
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
6 changes: 3 additions & 3 deletions contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const config: HardhatUserConfig = {
solidity: {
compilers: [
{
version: "0.8.28",
version: "0.8.30",
settings: {
// viaIR: true,
viaIR: true,
optimizer: {
enabled: true,
runs: 100,
Expand All @@ -44,7 +44,7 @@ const config: HardhatUserConfig = {
// For Vea
version: "0.8.24",
settings: {
// viaIR: true,
viaIR: true,
optimizer: {
enabled: true,
runs: 100,
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"gluegun": "^5.2.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"hardhat": "2.25.0",
"hardhat": "2.26.2",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^1.0.4",
"hardhat-deploy-ethers": "^0.4.2",
Expand Down
23 changes: 7 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6147,7 +6147,7 @@ __metadata:
gluegun: "npm:^5.2.0"
graphql: "npm:^16.9.0"
graphql-request: "npm:^7.1.2"
hardhat: "npm:2.25.0"
hardhat: "npm:2.26.2"
hardhat-contract-sizer: "npm:^2.10.0"
hardhat-deploy: "npm:^1.0.4"
hardhat-deploy-ethers: "npm:^0.4.2"
Expand Down Expand Up @@ -7655,7 +7655,7 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/edr@npm:^0.11.1":
"@nomicfoundation/edr@npm:^0.11.3":
version: 0.11.3
resolution: "@nomicfoundation/edr@npm:0.11.3"
dependencies:
Expand Down Expand Up @@ -10277,13 +10277,6 @@ __metadata:
languageName: node
linkType: hard

"@types/lru-cache@npm:^5.1.0":
version: 5.1.1
resolution: "@types/lru-cache@npm:5.1.1"
checksum: 10/0afadefc983306684a8ef95b6337a0d9e3f687e7e89e1f1f3f2e1ce3fbab5b018bb84cf277d781f871175a2c8f0176762b69e58b6f4296ee1b816cea94d5ef06
languageName: node
linkType: hard

"@types/mdast@npm:^3.0.0":
version: 3.0.15
resolution: "@types/mdast@npm:3.0.15"
Expand Down Expand Up @@ -20259,17 +20252,15 @@ __metadata:
languageName: node
linkType: hard

"hardhat@npm:2.25.0":
version: 2.25.0
resolution: "hardhat@npm:2.25.0"
"hardhat@npm:2.26.2":
version: 2.26.2
resolution: "hardhat@npm:2.26.2"
dependencies:
"@ethereumjs/util": "npm:^9.1.0"
"@ethersproject/abi": "npm:^5.1.2"
"@nomicfoundation/edr": "npm:^0.11.1"
"@nomicfoundation/edr": "npm:^0.11.3"
"@nomicfoundation/solidity-analyzer": "npm:^0.1.0"
"@sentry/node": "npm:^5.18.1"
"@types/bn.js": "npm:^5.1.0"
"@types/lru-cache": "npm:^5.1.0"
adm-zip: "npm:^0.4.16"
aggregate-error: "npm:^3.0.0"
ansi-escapes: "npm:^4.3.0"
Expand Down Expand Up @@ -20314,7 +20305,7 @@ __metadata:
optional: true
bin:
hardhat: internal/cli/bootstrap.js
checksum: 10/b74e83cf8b48e782dd9b7db0d640bcd68fe303c9e269686f9aa4ddcdd7b80e1ca932907003fd42fda005f38d486e4e59726b0f38fd8bf0b981e5810abcc907db
checksum: 10/ef9f5f232264ed45a406a7053ccce71e67b0ce084de2de6fa2c24ff0bb1ec0d7b69f61769b3ac94a50445709b25bcf0d8ee135e1509e53331a3fea44d01cbb63
languageName: node
linkType: hard

Expand Down
Loading