paritytech/hardhat-polkadot

process in port 8000 continues running after kill when using forking

Open

#278 建立於 2025年8月14日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (10 fork)auto 404
P2 - Mediumgood first issue

倉庫指標

Star
 (16 star)
PR 合併指標
 (PR 指標待抓取)

描述

🔄 Reproduction Steps

  1. Following hardhat.config
networks: {
        hardhat: {
            polkavm: true,
            docker: true,
            forking: {
                url: "https://testnet-passet-hub.polkadot.io",
            },
        },
        localNode: {
            polkavm: true,
            url: `http://127.0.0.1:8545`,
        },
    },
  1. npx hardhat node
  2. Ctr+C
  3. npx hardhat node

🤔 Expected Behavior

Server listens on 8000 Server listens on 8000

😯 Current Behavior

Server listens on 8000 Server listens on 8001

貢獻者指南