Releases: Zilliqa/hardhat-scilla-plugin
Releases · Zilliqa/hardhat-scilla-plugin
v3.8.0
What's Changed
- Support ADT parameters passed to contract constructor #42 by @its-saeed in #43
- Support overriding gasPrice, gasLimit, amount, etc. upon contract deployment. by @its-saeed in #44
- Allow users to connect to existing contracts - closes #46 by @rrw-zilliqa in #49
- Add how to publish the plugin to readme. by @its-saeed in #50
- (feat) closes #51 - write instructions for pnpm by @rrw-zilliqa in #52
- Update node modules. by @its-saeed in #54
- Fix dependabot issues. by @its-saeed in #55
- Remove package-lock.json because we use pnpm by @its-saeed in #56
- Update dependencies, use ESlint instead of tslint. by @its-saeed in #57
- Enable eslint for tests. by @its-saeed in #60
- Add deployment builder to have cleaner code for contract deployment. by @its-saeed in #61
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
What's Changed
- (feat) #5 by @rrw-zilliqa in #6
- Add support for the Pair ADT by @sal-zilliqa in #4
- Remove import as we want Value defined differently by @sal-zilliqa in #9
- (feat) Enough infrastructure to read balances. by @rrw-zilliqa in #8
- add support for user defined adts by @sal-zilliqa in #10
- add generatePrivateKey method to ZilliqaHardhatObject by @sal-zilliqa in #11
- US-221: misc fixes. by @rrw-zilliqa in #12
- Support getting immutable fields exactly like mutable ones by @its-saeed in #15
- add support for using the plugin with multiple accounts by @sal-zilliqa in #17
- Add support of library deployment by @its-saeed in #21
- Add support contract deployment with user-defined libraries. by @its-saeed in #24
- Fix incorrect updating the scilla cache whenever a new contract is added (fixes #26) by @its-saeed in #27
- Add event logs translators to have easier chai matching. by @its-saeed in #29
- Add deployScillaFile function by @its-saeed in #30
- Support setting manual txn params by @its-saeed in #32
- Support parsing _codehash addresses by @its-saeed in #33
- (feat) US-231: Support transfers by @rrw-zilliqa in #34
- Upgrade zilliqa js to 3.4.3 by @lukozill in #36
- feat: DEVOPS-716 move pipeline to GHA by @frankmeds in #37
- US-270: use dockerised scilla by @rrw-zilliqa in #38
- US-270: Fix a couple of minor things that stop us publishing. by @rrw-zilliqa in #39
- Ethers connect by @sal-zilliqa in #35
- Support changing deployer while deploying a contract. by @its-saeed in #40
- Fix contract deployment backward compatibility problem. by @its-saeed in #41
Full Changelog: https://github.com/Zilliqa/hardhat-scilla-plugin/commits/v3.4.8