Skip to content

solface 0.1.1: Add SPDX header and pragma to generated output

Compare
Choose a tag to compare
@zomglings zomglings released this 22 Nov 04:50
· 15 commits to main since this release
f397a05

This version adds the following command-line arguments to solface:

  • -license allows you to specify a license to be used in the SPDX-License-Identifier header for the generated output
  • -pragma allows you to specify a Solidity pragma constraint for the generated output

These changes make it so that the solface generated code can compile directly without errors with any solidity build tool (e.g. Hardhat, Foundry, Brownie).

Full Changelog: v0.1.0...v0.1.1