This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
Releases: rkalis/truffle-plugin-verify
Releases · rkalis/truffle-plugin-verify
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
🎉 Source code flattening no more! From this release forward, truffle-plugin-verify uses multi-file verification 🎉
- ✨ Use solidity standard input JSON (multi-file verification) instead of flattened source code.
- 💥 Remove
--license
flag since multi-file verification allows different SPDX identifiers for different files. - 💥 Remove "preamble" functionality, since code does not get flattened any more. It is recommended to include all relevant information in the source code files instead.
- ⛰️ No longer relies on compiler config from
truffle-config.js
, making the process more robust.