Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improvements from dev feedback #1270

Merged
merged 1 commit into from
Feb 8, 2024

Commits on Feb 7, 2024

  1. chore: improvements from dev feedback

    Reduce the start up time for the local network by removing the wait in the `get_available_port`
    function. This function is now only being used to select ports for the RPC service, so it shouldn't
    be subject to the same problems we had with the node when it switched over to Quic.
    
    Also, the `--clean` argument on the run command has been extended to kill any existing local
    network.
    jacderida committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5197510 View commit details
    Browse the repository at this point in the history