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/gardening 20200727 #156

Merged
merged 4 commits into from
Jul 27, 2020
Merged

Feat/gardening 20200727 #156

merged 4 commits into from
Jul 27, 2020

Conversation

meowsbits
Copy link
Contributor

  • (noop, code style): reorder commands in Makefile's test-coregeth command
  • add chain identity test for --ropsten flag
  • fix echainspec validate logic (used antiquated "geth" key)
  • remove confp.Validate conditional testing NetworkID != 0; network id should be allowed to be 0, but not nil.

This orders them developmentally-chronologically
and puts unit tests first, with regression (integration)
last.

Signed-off-by: meows <b5c6@protonmail.com>
Ropsten flag was addded to supersede 'testnet',
and should have a test case here.

When --testnet is finally removed, the associated
test case may be removed as well.

Signed-off-by: meows <b5c6@protonmail.com>
'geth' is no longer an available option.

This refactors to use the global chain format
dictionary, unifying the app's option declaration
and logic.

Signed-off-by: meows <b5c6@protonmail.com>
NetworkID is allowed to be zero.

Although this is an edge case in practice,
occuring only on the Olympic network and in
some test configurations.

Signed-off-by: meows <b5c6@protonmail.com>
@meowsbits meowsbits self-assigned this Jul 27, 2020
@meowsbits meowsbits mentioned this pull request Jul 27, 2020
2 tasks
@meowsbits meowsbits merged commit cbb3569 into master Jul 27, 2020
@meowsbits meowsbits deleted the feat/gardening-20200727 branch July 27, 2020 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant