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

[tmpnet] Bootstrap subnets with a single node #3005

Merged
merged 12 commits into from
Jun 3, 2024

Commits on May 31, 2024

  1. [tmpnet] Bootstrap subnets with a single node

    Speed up subnet creation for a network of multiple nodes by:
    
     - starting a single node with sybil protection disabled
     - creating subnets and chains
     - restarting the node with sybil protection enabled
     - starting the remaining nodes
    marun committed May 31, 2024
    Configuration menu
    Copy the full SHA
    02a62fb View commit details
    Browse the repository at this point in the history
  2. Update tests/fixture/tmpnet/network.go

    Co-authored-by: Stephen Buttolph <stephen@avalabs.org>
    Signed-off-by: marun <maru.newby@avalabs.org>
    marun and StephenButtolph committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3dd85c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e1a80a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    734369f View commit details
    Browse the repository at this point in the history
  5. fixup: lint error

    marun committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7e350b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61a1233 View commit details
    Browse the repository at this point in the history
  7. fixup: Update for rebase

    marun committed May 31, 2024
    Configuration menu
    Copy the full SHA
    50fe241 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1166d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e67cd10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17e333d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    346c810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cad9c03 View commit details
    Browse the repository at this point in the history