github 0xSpaceShard/starknet-hardhat-plugin v0.6.4

2 years ago

Usage related changes

  • Applied the proxy-server optimization to all commands and to the dockerized mode (v0.6.3 only optimized venv mode and didn't optimize starknet-compile)
  • Introduced the hardhat starknet-plugin-version command
  • Introduced stderr and stdout parameters to the integratedDevnet configuration in hardhat config: allows piping of stdout and stderr of integrated-devnet to desired files (or to your terminal's stdout and stderr) - previously this output (except for the last message) was trapped in the subprocess/container (this is still the default behavior)
  • Fixed the error arising from python being linked to python2 on some computers (by using python3 internally)
  • Added the --starknet-network CLI param to hardhat run

Development related changes

  • Using custom error (wrapper around HardhatPluginError)
  • Testing time reduced by about 25% by using the proxy-server (when not testing on devnet).

Merged PRs

Full Changelog: v0.6.3...v0.6.4

Note: This version was published manually instead of through the CI/CD pipeline because alpha-goerli was congested and the tests were timing out.

Don't miss a new starknet-hardhat-plugin release

NewReleases is sending notifications on new releases.