Skip to content

Releases: dl-solarity/hardhat-gobind

v2.0.2

28 Oct 17:13
32342a0

Choose a tag to compare

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
5086780

Choose a tag to compare

Release notes v2.0.1 🎉

This is a new minor release

  • Migrated to abigenjs.

v2.0.0

13 Oct 11:49
9b83e2b

Choose a tag to compare

Release notes v2.0.0 🎉

This is a new major release

  • Migrated to Hardhat 3.

v1.3.0

12 May 10:45
9fa36eb

Choose a tag to compare

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

Choose a tag to compare

Release notes v1.2.2 🎉

This is a script update release

  • Removed pinst scripts.

v1.2.1

10 Mar 18:14
b5f3141

Choose a tag to compare

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
8fd7521

Choose a tag to compare

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
d87fbfb

Choose a tag to compare

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

Choose a tag to compare

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
e7cddbb

Choose a tag to compare

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