Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Releases: Zilliqa/hardhat-scilla-plugin

v3.8.1

17 Mar 08:15
9232419

Choose a tag to compare

What's Changed

  • Fix undefined constructor parameter length when the constructor has no parameters. by @saeed-zil in #67
  • fix: the plugin adds some variables with type address to the init object which will be rejected by the scilla interpreter by @saeed-zil in #69

New Contributors

Full Changelog: v3.8.0...v3.8.1

v3.8.0

08 Mar 10:34
aed5587

Choose a tag to compare

What's Changed

  const contract = await this.hre.contractDeployer
    .withName("HelloWorld")
    .withContractParams("sss")
    .withContractCompression()  // To enable contract compression.
    .deploy();
  • Add support for contract compression before deployment.

Full Changelog: v3.4.8...v3.8.0

v3.4.8

24 Aug 14:20
9d52444

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/Zilliqa/hardhat-scilla-plugin/commits/v3.4.8