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

Upgrade parity to 1.9.7 #23

Merged
merged 2 commits into from
May 2, 2018
Merged

Upgrade parity to 1.9.7 #23

merged 2 commits into from
May 2, 2018

Conversation

epheph
Copy link
Contributor

@epheph epheph commented May 2, 2018

No description provided.

@epheph epheph requested review from pgebheim and MicahZoltu May 2, 2018 04:17
Copy link
Member

@pgebheim pgebheim left a comment

Choose a reason for hiding this comment

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

Good call!!

@@ -52,7 +54,7 @@ disable = true

[ipfs]
# You won't be able to hash-query blockchain data.
disable = true
enable = false
Copy link
Member

Choose a reason for hiding this comment

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

Comment above is now incorrect.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The comment remains true, they just changed the nature of the variable

@@ -26,7 +28,7 @@ reserved_only = true
# JSON-RPC will be listening for connections on IP 0.0.0.0.
interface = "all"
# Allows Cross-Origin Requests from domain '*'.
cors = "*"
cors = ["*"]
Copy link
Member

Choose a reason for hiding this comment

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

Did the syntax change in 1.9.7, or was this wrong before?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -52,7 +54,7 @@ disable = true

[ipfs]
# You won't be able to hash-query blockchain data.
disable = true
enable = false
Copy link
Member

Choose a reason for hiding this comment

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

Same as above, comment needs to be updated. Also, I'm curious what this actually does...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I read a tiny bit about it, it's like since ethereum stuff is all hashes, you can export those via IPFS and serve up ethereum data via ipfs for... reasons.

Copy link
Member

@MicahZoltu MicahZoltu left a comment

Choose a reason for hiding this comment

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

Comment should be updated to stay correct, but otherwise looks good.

@epheph epheph merged commit 98d3bd1 into master May 2, 2018
@epheph epheph deleted the upgrade-parity branch May 2, 2018 14: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.

3 participants