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(forknet): allow running traffic generator with a key map secret #11375

Merged
merged 1 commit into from
May 22, 2024

Commits on May 22, 2024

  1. feat(forknet): allow running traffic generator with a key map secret

    we've been using the mirror tool without a secret used to map keys, which
    is fine when we're running internal tests. but if we want to start a forknet
    instance that will later be opened up to the public, we'll want to use a
    mix the mapped keys with a secret. so here we will assume that it will
    be placed in ~/.near/setup/mirror-secret.json (or ~/.near/target/setup/mirror-secret.json for V2 setups)
    and we'll use it if so
    marcelo-gonzalez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8468f44 View commit details
    Browse the repository at this point in the history