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.5.5

25 Feb 14:49
Compare
Choose a tag to compare
  • ➕ Update dependencies

v0.5.4

21 Dec 16:54
Compare
Choose a tag to compare
  • 🐛 Fix a bug with library linking for Solidity >=0.7.5

v0.5.3

20 Dec 17:13
Compare
Choose a tag to compare
  • 🎉 Support BscScan verification for Binance Smart Chain contracts (authored by @xzjcool through #51)
  • 🐛 Fix "Module not found" bug when verifying on Windows

v0.5.2

24 Nov 07:08
Compare
Choose a tag to compare
  • 🐛 Extract compiler settings from metadata instead of artifact (#46).

v0.5.1

19 Nov 10:22
Compare
Choose a tag to compare
  • 🔒 Output the actual error when API requests fail with --debug

v0.5.0

26 Oct 16:25
Compare
Choose a tag to compare

🎉 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.

v0.4.1

26 Oct 15:57
8528fbb
Compare
Choose a tag to compare
  • 🐛 Consistently fix path resolution for Windows

v0.4.0

30 Aug 12:58
Compare
Choose a tag to compare
  • ✨ Add a --license <license> option that can be used to provide a source-of-truth SPDX license identifier in case multiple SPDX license identifiers are present in the flattened code.

v0.3.11

24 May 19:10
Compare
Choose a tag to compare
  • ➕ Update sol-merger dependency to 3.0.1
  • 🐛 Now allows Solidity v0.6.x features to be used

v0.3.10

23 Mar 15:43
Compare
Choose a tag to compare
  • 🐛 Use fallback constructor args when they cannot be retrieved.