starknet-hardhat-plugin icon indicating copy to clipboard operation
starknet-hardhat-plugin copied to clipboard

Random port on integrated devnet

Open Nathan-SL opened this issue 3 years ago • 2 comments

Usage related changes

  • Uses free random ports on integrated devnet
  • Closes #176

Development related changes

  • NA

Checklist:

  • [x] Formatted the code
  • [x] No linter errors + tried to avoid introducing linter warnings
  • [x] Performed a self-review of the code
  • [x] Rebased to the last commit of the target branch (or merged it into my branch)
  • [ ] Documented the changes
  • [ ] Updated the test directory (with a test case consisting of network.json, hardhat.config.ts, check.sh)
  • [x] Linked issues which this PR resolves
  • [ ] Created a PR to the plugin branch of starknet-hardhat-example:
    • < EXAMPLE_REPO_PR_URL >
    • [ ] Modified test.sh to use my example repo branch
    • [ ] Restored test.sh to to use the original branch (after the example repo PR has been merged)
  • [x] All tests are passing (for external contributors who don't have access to the CI/CD pipeline)

Nathan-SL avatar Aug 29 '22 06:08 Nathan-SL

As already discussed, this doesn't have to be a part of release-0.7.0 if we keep URL as a config option.

Currently waiting for response from hardhat: https://github.com/NomicFoundation/hardhat/issues/3221

FabijanC avatar Sep 29 '22 10:09 FabijanC

New issue to followup on hardhat that could resolve this. https://github.com/NomicFoundation/hardhat/issues/3323

Nathan-SL avatar Nov 03 '22 08:11 Nathan-SL