-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update testnet 2.222.2 #1161
Merged
Merged
Update testnet 2.222.2 #1161
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
otherwise I was getting the following error: $ yarn build yarn run v1.22.19 $ npx tsc /bin/sh: 1: npx: not found
b/c that affects the order in which commands are printed in help text
Not actually true. There are fees, but tokens should be free to acquire.
Building is described in details in `Dependency Setup` section anyway
because soon enough 2.0 PoW will also be legacy and remove a 404 URL for pre-2.0-mining-setup
it doesn't seem to be used anywhere and also looks like a build compose, not an example of how creditcoin-node should be run
Note: testnet chain spec already specifies boot node so no need to hard-code it here
this only make sense if we specify --base-path, which we do in the next section
* changed sensitive input to interactive or env vars * improved error handling in getSeedFromEnvOrPrompt * yarn format * eslint * changed prompt from invisible to password * centralized the regular seed * rectified stash vs bond key elicitation * set_keys actor rectification * make pretty * unbound to controller seed * appropriate names * prettify --------- Co-authored-by: Jon Zlotnik <jon.zlotnik@gluwa.com>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
otherwise the output looks weird in my terminal
For full LLVM coverage report click here! |
nathanwhit
previously approved these changes
Jun 26, 2023
b/c now we've switched Testnet to PoS and the local node running the fork doesn't produce any blocks.
dlebee
approved these changes
Jun 26, 2023
nathanwhit
approved these changes
Jun 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of proposed changes
Practical tips for PR review & merge: