Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

v1.4.3

Choose a tag to compare

@nbanmp nbanmp released this 23 May 18:32
· 127 commits to master since this release

Release 1.4.3

Changed interface from:

truffle run verify ContractName

to:

truffle run verify contracts/contract.sol

or

truffle run verify contracts/contract.sol:ContractName

(truffle run verify ContractName still works for now, but is deprecated)

Refactored how Truffle build objects are chosen so that the correct ones are always used.

Fixed a bug with sourceList ordering being unreliable, causing line numbers to be reported incorrectly.

Fixed requirement for evmVersion in truffle-compile.