Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Fixes for 1.4 #3260

Merged
merged 6 commits into from
Nov 8, 2016
Merged

Fixes for 1.4 #3260

merged 6 commits into from
Nov 8, 2016

Conversation

gavofyork
Copy link
Contributor

@gavofyork gavofyork commented Nov 8, 2016

Installer now comes with uninstall script.

@gavofyork gavofyork added A0-pleasereview 🤓 Pull request needs code review. B0-patch labels Nov 8, 2016
@tomusdrw
Copy link
Collaborator

tomusdrw commented Nov 8, 2016

Closes #3258

@tomusdrw tomusdrw added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Nov 8, 2016
@gavofyork gavofyork added B7-releasenotes 📜 Changes should be mentioned in the release notes of the next minor version release. A0-pleasereview 🤓 Pull request needs code review. and removed A8-looksgood 🦄 Pull request is reviewed well. labels Nov 8, 2016
@@ -562,7 +578,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>1.4</string>
<string>1.5.0</string>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is that Parity's version?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes.

Copy link
Contributor

Choose a reason for hiding this comment

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

We aren't releasing 1.5 for some time, so it's either wrong or I misunderstand the purpose of this key

Copy link
Collaborator

Choose a reason for hiding this comment

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

Should it be changed back to 1.4.1 when backporting?

@gavofyork
Copy link
Contributor Author

suggest getting this reviewed, merged and 1.4.1 out asap.

@@ -548,7 +548,7 @@ impl Configuration {
apis: {
let mut apis = self.args.flag_ipcapi.clone().unwrap_or(self.args.flag_ipc_apis.clone());
if self.args.flag_geth {
apis.push_str("personal");
apis.push_str(",personal");
Copy link
Collaborator

Choose a reason for hiding this comment

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

what if apis is empty? E.g. someone disabled all the APIs but still running with --geth because of other compatibility issues

Copy link
Contributor

Choose a reason for hiding this comment

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

Seems this was addressed above but not here?

@rphmeier rphmeier added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Nov 8, 2016
@arkpar arkpar merged commit 7b5824d into master Nov 8, 2016
@arkpar arkpar deleted the fixes branch November 8, 2016 20:45
arkpar pushed a commit that referenced this pull request Nov 8, 2016
* Fix --geth

* Fix mac installer.

* Fix up installer.

* Additional tweaks.

* Fix for empty APIs

* Another case of empty apis
arkpar pushed a commit that referenced this pull request Nov 8, 2016
* Fix --geth

* Fix mac installer.

* Fix up installer.

* Additional tweaks.

* Fix for empty APIs

* Another case of empty apis
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. B7-releasenotes 📜 Changes should be mentioned in the release notes of the next minor version release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants