Releases: dl-solarity/hardhat-gobind
Releases · dl-solarity/hardhat-gobind
v2.0.2
28 Oct 17:13
Compare
Sorry, something went wrong.
No results found
Release notes v2.0.2 🎉
This is a patch release
Fixed a potential bug with abigen.wasm path resolution in case abigenjs dependency is also present in a parent project.
v2.0.1
28 Oct 11:23
Compare
Sorry, something went wrong.
No results found
Release notes v2.0.1 🎉
This is a new minor release
v2.0.0
13 Oct 11:49
Compare
Sorry, something went wrong.
No results found
Release notes v2.0.0 🎉
This is a new major release
v1.3.0
12 May 10:45
Compare
Sorry, something went wrong.
No results found
Release notes v1.3.0 🎉
This is a new minor release
Updated abigen wasm binary to the latest version and added support for abigen v2.
Updated the config with abigenVersion variable to specify which abigen version to use, "v1" or "v2".
Updated the cli to accept --v2 flag.
v1.2.2
12 Mar 12:42
Compare
Sorry, something went wrong.
No results found
Release notes v1.2.2 🎉
This is a script update release
v1.2.1
10 Mar 18:14
Compare
Sorry, something went wrong.
No results found
Release notes v1.2.1 🎉
This is a bug fix release
Made directory naming consistent with the corresponding Go modules.
v1.2.0
09 Mar 10:54
Compare
Sorry, something went wrong.
No results found
Release notes v1.2.0 🎉
This is a bug fix release
Fixed an issue (#12 ) when the plugin would panic if a large amount of ENV variables were passed to the WASM binary. Right now the ENV variables get ignored as they are not used within.
FIxed an issue (#14 ) with node 20.*.* incompatibility.
Fixed an issue with wrong binding paths created on EXT4 filesystems.
v1.1.1
06 Feb 14:10
Compare
Sorry, something went wrong.
No results found
Release notes v1.1.1 🎉
This is a minor bug fix release
Fixed panic on non-existent output directory. Now directories are created correctly.
v1.1.0
01 Nov 17:03
Compare
Sorry, something went wrong.
No results found
Release notes v1.1.0 🎉
This is a major bug fix release
Fixed entities redeclaration in the same packages. Now each binding lives inside its own go package.
v1.0.3
08 Jun 17:07
Compare
Sorry, something went wrong.
No results found
Release notes v1.0.3
This is a bug fix release
Fixes
Fixed gobind paths on Windows
Fixed "env exceeds limit" bug when too many env variables were passed to the wasm binary