Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Releases: rkalis/truffle-plugin-verify

v0.3.9

14 Feb 11:15
Compare
Choose a tag to compare
  • 🐛 Add support for verifying contracts with circular dependencies (#14, #17).

v0.3.8

17 Jan 13:06
Compare
Choose a tag to compare
  • 💬 Preserve comments in flattened code (#15)

v0.3.7

17 Jan 13:03
Compare
Choose a tag to compare
  • 🐛 Add --debug flag.
  • ➕ Update & lock dependencies.

v0.3.6

17 Jan 11:57
Compare
Choose a tag to compare
  • 🐛 Enable verification of contracts that were not deployed using Truffle (#24).

v0.3.5

01 Nov 16:12
Compare
Choose a tag to compare
  • ✨ 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

21 Oct 23:48
Compare
Choose a tag to compare
  • ✨ 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

11 Sep 23:51
Compare
Choose a tag to compare
  • ⬆️ Update sol-merger to 1.0.1 (fixes #13).

v0.3.2

25 Jul 03:30
Compare
Choose a tag to compare
  • ➕ Replace await-sleep with delay
  • ⬆️ Update dependencies - partially through #12 (authored by @katat)

v0.3.1

29 Jun 08:57
Compare
Choose a tag to compare
  • 🐛 Fix a bug where an incorrect error was displayed when retrieving constructor arguments - through #9 (authored by @vinceau).

v0.3.0

29 Jun 08:22
Compare
Choose a tag to compare
  • ✨ 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.