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

Update testnet 2.222.2 #1161

Merged
merged 83 commits into from
Jun 26, 2023
Merged

Update testnet 2.222.2 #1161

merged 83 commits into from
Jun 26, 2023

Conversation

AdaJane
Copy link
Contributor

@AdaJane AdaJane commented Jun 26, 2023

Description of proposed changes


Practical tips for PR review & merge:

  • All GitHub Actions report PASS
  • Newly added code/functions have unit tests
    • Coverage tools report all newly added lines as covered
    • The positive scenario is exercised
    • Negative scenarios are exercised, e.g. assert on all possible errors
    • Assert on events triggered if applicable
    • Assert on changes made to storage if applicable
  • Modified behavior/functions - try to make sure above test items are covered
  • Integration tests are added if applicable/needed

atodorov and others added 30 commits June 19, 2023 11:57
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>
@AdaJane AdaJane marked this pull request as ready for review June 26, 2023 13:52
@github-actions
Copy link

For full LLVM coverage report click here!

nathanwhit
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.
@AdaJane AdaJane merged commit 7a6f5ca into testnet Jun 26, 2023
@AdaJane AdaJane deleted the update-testnet-2.222.2 branch June 26, 2023 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants