Releases: rkalis/truffle-plugin-verify
Releases · rkalis/truffle-plugin-verify
v0.3.9
- 🐛 Add support for verifying contracts with circular dependencies (#14, #17).
v0.3.8
- 💬 Preserve comments in flattened code (#15)
v0.3.7
- 🐛 Add
--debug
flag.
- ➕ Update & lock dependencies.
v0.3.6
- 🐛 Enable verification of contracts that were not deployed using Truffle (#24).
v0.3.5
- ✨ Add support for
evmTarget
when specified in truffle-config.js
compiler settings (fixes #20).
- 💚 Add fallback command
truffle run etherscan
for compatibility with truffle-security (fixes #6)
v0.3.4
- ✨ Add option to specify contract address.
truffle run verify Casino@0xc7627c78Fe9660574BBA1003e9999c21ab189e8 --network rinkeby
- ⬆️ Update sol-merger to 1.1.0 (fixes #21).
v0.3.3
- ⬆️ Update sol-merger to 1.0.1 (fixes #13).
v0.3.2
- ➕ Replace await-sleep with delay
- ⬆️ Update dependencies - partially through #12 (authored by @katat)
v0.3.1
- 🐛 Fix a bug where an incorrect error was displayed when retrieving constructor arguments - through #9 (authored by @vinceau).
v0.3.0
- ✨ Add option to specify preamble in truffle-config.js - through #5 (authored by @vinceau).
- ✨ Allow multiple contracts to be verified in a single command - through #5 (authored by @vinceau).
- ✨ Display link to verified contract on Etherscan after successful verify - through #7 (authored by @SeanJCasey).
- 🔨 General refactoring and cleanup.