Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Fixes for 2.8 #1473

Merged
merged 4 commits into from Feb 19, 2020
Merged

Fixes for 2.8 #1473

merged 4 commits into from Feb 19, 2020

Conversation

frangio
Copy link
Contributor

@frangio frangio commented Feb 18, 2020

Fixes #1470.
Fixes #1471.
Fixes #1468.

@spalladino
Copy link
Contributor

I'm worried that none of these fixes has any tests. If we are considering migrating all commands to the new spec format, then we need to add tests for this layer, as we do with the current version. Also, for the future, let's split fixes for different issues into different PRs, even if they are small.

@@ -108,7 +108,7 @@ export const options: Option[] = [
const networks = ConfigManager.getNetworkNamesFromConfig();
const { network: lastNetwork, expired } = Session.getNetwork();

if (expired) {
if (expired || lastNetwork === undefined) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be ported to verify as well

@spalladino spalladino merged commit baf6d2f into OpenZeppelin:master Feb 19, 2020
spalladino pushed a commit that referenced this pull request Feb 19, 2020
* Change call to action from oz create to oz deploy (#1470)

* Ensure verify warning for regular contracts is printed (#1471)

* Force network question if session network is undefined (#1468)

* Add spinner during deployment (just because)
@spalladino
Copy link
Contributor

Cherry-picked to 2.8

@frangio frangio deleted the fixes/2.8 branch February 26, 2020 16:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants