paritytech/hardhat-polkadot
在 GitHub 查看process in port 8000 continues running after kill when using forking
Open
#278 建立於 2025年8月14日
P2 - Mediumgood first issue
倉庫指標
- Star
- (16 star)
- PR 合併指標
- (PR 指標待抓取)
描述
🔄 Reproduction Steps
- 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`,
},
},
npx hardhat node- Ctr+C
npx hardhat node
🤔 Expected Behavior
Server listens on 8000 Server listens on 8000
😯 Current Behavior
Server listens on 8000 Server listens on 8001