Releases: OpenZeppelin/hardhat-exposed
Releases · OpenZeppelin/hardhat-exposed
v0.3.2-1
28 Apr 00:52
Compare
Sorry, something went wrong.
No results found
Fixed support for constructor arguments in inheritance list (contract A is B(...)).
v0.3.2-0
27 Apr 20:54
Compare
Sorry, something went wrong.
No results found
Fixed support for constructor arguments in inheritance list (contract A is B(...)).
v0.3.2
22 Feb 17:29
Compare
Sorry, something went wrong.
No results found
Fixed support for constructor arguments in inheritance list (contract A is B(...)).
v0.3.1
01 Feb 23:02
Compare
Sorry, something went wrong.
No results found
Added support for user defined value types.
v0.3.0
30 Dec 21:22
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Remove unnecessary dependency.
v0.2.16
29 Dec 22:33
Compare
Sorry, something went wrong.
No results found
v0.2.8
15 Sep 22:39
Compare
Sorry, something went wrong.
No results found
Add bytecode marker to fix Etherscan verification interference.
v0.2.0
02 Feb 19:37
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Expose internal variables.