Skip to content

Releases: frangio/hardhat-exposed

v0.3.0

30 Dec 21:22
Compare
Choose a tag to compare
  • Changed events for return values:
    • Renamed from $<function>_Returned to return$<function>.
    • Renamed parameters from arg0 and so on to ret0 or the function's declared return value name if available.

v0.2.17

30 Dec 14:56
Compare
Choose a tag to compare
  • Remove unnecessary dependency.

v0.2.16

29 Dec 22:33
Compare
Choose a tag to compare
0.2.16

v0.2.8

15 Sep 22:39
Compare
Choose a tag to compare
  • Add bytecode marker to fix Etherscan verification interference.

v0.2.0

02 Feb 19:37
Compare
Choose a tag to compare
  • Breaking change: Exposed contracts and functions now use a $ prefix by default.

The previous prefix x can be restored by configuring the plugin as explained in the README.

v0.1.11

01 Feb 23:53
Compare
Choose a tag to compare
  • Expose internal variables.

v0.1.10

01 Feb 23:53
Compare
Choose a tag to compare
  • Add all libary functions in exposed contract.

v0.1.9

19 Aug 15:44
Compare
Choose a tag to compare
  • Fix contracts that override a function through a public variable.

v0.1.8

19 Aug 15:43
Compare
Choose a tag to compare
  • Fix import paths on Windows.

v0.1.7

07 Jul 18:29
Compare
Choose a tag to compare
  • Fix import paths on Windows.