pokt-network / poktroll

The official Shannon upgrade implementation of the Pocket Network Protocol implemented using Rollkit.dev
MIT License
15 stars 6 forks source link

[LocalNet] Remove tilt-restart-wrapper #504

Closed okdas closed 2 months ago

okdas commented 2 months ago

Summary

Removes tilt-restart-wrapper because apparently tilt also injects it when entrypoint argument is present. As a result we ended up having tilt-restart-wrapper that wraps tilt-restart-wrapper that wraps poktrolld :)

Fixes an issue with port collision on hot reloading.