Releases: dl-solarity/hardhat-gobind
Releases · dl-solarity/hardhat-gobind
v1.2.2
v1.2.1
v1.2.0
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
v1.1.0
v1.0.3
v1.0.0
The first stable version
Hardhat plugin to simplify generation of smart contract bindings for Golang.
Usage
npx hardhat gobind
Parameters explanation
- outdir : The directory where the generated bindings will be placed
- deployable : Generates the bindings with the bytecode (makes them deployable within Go)
- runOnCompile : Whether to run bindings generation on compilation
- verbose: Detailed logging on generation (e.g. count of included and skipped contracts, source paths, names)
- onlyFiles: If specified, bindings will be generated only for matching sources, other will be ignored
- skipFiles: Bindings will not be generated for any matching sources, also if those match onlyFiles