Releases: frangio/hardhat-exposed
Releases · frangio/hardhat-exposed
v0.3.0
- 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
- Remove unnecessary dependency.
v0.2.8
- Add bytecode marker to fix Etherscan verification interference.
v0.2.0
- 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
- Expose internal variables.
v0.1.10
- Add all libary functions in exposed contract.
v0.1.9
- Fix contracts that override a function through a public variable.
v0.1.8
- Fix import paths on Windows.
v0.1.7
- Fix import paths on Windows.