Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

[openzeppelin-contracts fork] Add hardhat-solx plugin config for solx benchmark#1

Open
marianfe wants to merge 1 commit intohardhat3from
feat/solx-benchmark-config
Open

[openzeppelin-contracts fork] Add hardhat-solx plugin config for solx benchmark#1
marianfe wants to merge 1 commit intohardhat3from
feat/solx-benchmark-config

Conversation

@marianfe
Copy link
Copy Markdown
Owner

@marianfe marianfe commented Mar 5, 2026

Summary

  • Add @nomicfoundation/hardhat-solx plugin to enable solx compilation via --build-profile test
  • Update default compiler version from 0.8.31 to 0.8.33 (required for solx 0.1.3)
  • Suppress solx memory-unsafe assembly warning (code 5726)

Usage

# Compile with solc (default profile)
npx hardhat compile

# Compile with solx (test profile, auto-created by plugin)
npx hardhat compile --build-profile test

Notes

@marianfe marianfe changed the title Add hardhat-solx plugin config for solx benchmark [hardhat-solx] Add hardhat-solx plugin config for solx benchmark Mar 6, 2026
@marianfe marianfe changed the title [hardhat-solx] Add hardhat-solx plugin config for solx benchmark Add hardhat-solx plugin config for solx benchmark Mar 6, 2026
@marianfe marianfe changed the title Add hardhat-solx plugin config for solx benchmark [openzeppelin-contracts fork] Add hardhat-solx plugin config for solx benchmark Mar 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant