Skip to content

Releases: frangio/hardhat-exposed

v0.3.15

28 Mar 19:42
Compare
Choose a tag to compare
  • Fix function clashes when ABI types are not able to disambiguate multiple functions.

v0.3.14

07 Feb 16:00
Compare
Choose a tag to compare
  • Fix import handling to fully consider indirect imports.

v0.3.13

07 Feb 15:59
Compare
Choose a tag to compare
  • Interfaces are not longer exposed.
  • A new imports: boolean config option allows generating exposed versions of imported contracts. Off by default.
  • Fix missing types when project uses aliased imports.

v0.3.12

30 Aug 22:32
Compare
Choose a tag to compare
  • Clean exposed files on hardhat compile --force.

v0.3.11

29 Jun 03:25
Compare
Choose a tag to compare
  • Fix error with types defined inside libraries.

v0.3.10

29 Jun 03:09
Compare
Choose a tag to compare
  • Fix "identifier not found" errors seen when the original source code uses explicit imports.

v0.3.9

29 Jun 00:13
Compare
Choose a tag to compare
  • Do not use fully qualified names for types in generated code unless necessary.

v0.3.8

15 Jun 19:28
Compare
Choose a tag to compare
  • Support custom paths.root in Hardhat config.

v0.3.7

15 Jun 18:55
Compare
Choose a tag to compare
  • Use a constant variable for the bytecode marker.

v0.3.6

19 May 15:52
Compare
Choose a tag to compare
  • Emit a payable constructor always.