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

feat(mocknet): add scripts to test mocknet itself locally #10835

Merged
merged 9 commits into from
Apr 1, 2024

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    03d0619 View commit details
    Browse the repository at this point in the history
  2. remove mocknet.stop_nodes() and stop_neard_runner() calls in hard_res…

    …et_cmd()
    
    not really necessary, since init_neard_runner() calls stop_neard_runner(),
    and stop_neard_runner() will stop the neard nodes.
    and we probably don't ever want to use this unrelated mocknet.stop_nodes() anyway
    marcelo-gonzalez committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4280b88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2b9176 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26b3787 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cf9332 View commit details
    Browse the repository at this point in the history
  6. local test node

    marcelo-gonzalez committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    178d2ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7383894 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    26e6f9d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    9e27bc1 View commit details
    Browse the repository at this point in the history