-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
5chdn
commented
Jul 10, 2018
- update depencies (cmake) ref update snappy #9082
- update rust version
- encourage final feature
- change parity to parity ethereum
|
||
## [» Download the latest release «](https://github.com/paritytech/parity/releases/latest) | ||
### [» Download the latest release «](https://github.com/paritytech/parity/releases/latest) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we need to update this link as well to https://github.com/paritytech/parity-ethereum/releases/latest
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not there yet :)
curl -I https://github.com/paritytech/parity-ethereum/releases/latest
HTTP/1.1 404 Not Found
README.md
Outdated
|
||
From Parity Ethereum client version 1.10.0, the User Interface (UI) is accessible in a separate application called Parity UI. To keep using the UI in the browser (deprecated), [follow these steps](https://wiki.parity.io/FAQ-Basic-Operations,-Configuration,-and-Synchronization#the-parity-ui-application-isnt-working-the-way-i-want). | ||
From Parity-Ethereum client version 1.10.0, the User Interface (UI) is accessible in a separate application called Parity-UI. To keep using the UI in the browser (deprecated), [follow these steps](https://wiki.parity.io/FAQ-Basic-Operations,-Configuration,-and-Synchronization#the-parity-ui-application-isnt-working-the-way-i-want). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd change this to "The UI for Parity-Ethereum is available in a separate application called … …" – not sure why anyone reading this would care about when the UI was extracted?
README.md
Outdated
|
||
By default, Parity will also run a JSONRPC server on `127.0.0.1:8545` and a websockets server on `127.0.0.1:8546`. This is fully configurable and supports a number of APIs. | ||
By default, Parity-Ethereum will also run a JSONRPC server on `127.0.0.1:8545` and a websockets server on `127.0.0.1:8546`. This is fully configurable and supports a number of APIs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd remove the "also": up to this point in the text we haven't really stated what services we start.
s/websockets server/websocket server/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be consistent with the --help: "JSON-RPC HTTP" and "Web Sockets" :)
README.md
Outdated
|
||
If you run into an issue while using Parity, feel free to file one in this repository or hop on our [Gitter](https://gitter.im/paritytech/parity) or [Riot](https://riot.im/app/#/group/+parity:matrix.parity.io) chat room to ask a question. We are glad to help! **For security-critical issues**, please refer to the security policy outlined in [SECURITY.MD](SECURITY.md). | ||
If you run into an issue while using Parity-Ethereum, feel free to file one in this repository or hop on our [Gitter](https://gitter.im/paritytech/parity) or [Riot](https://riot.im/app/#/group/+parity:matrix.parity.io) chat room to ask a question. We are glad to help! **For security-critical issues**, please refer to the security policy outlined in [SECURITY.MD](SECURITY.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/run into an issue/run into problems/ and then s/, feel free to file one/, feel free to file an issue in…/
```bash | ||
$ rustup default stable-x86_64-pc-windows-msvc | ||
$ rustup default stable-x86_64-pc-windows-msvc | ||
``` | ||
|
||
Once you have rustup installed, then you need to install: | ||
* [Perl](https://www.perl.org) | ||
* [Yasm](http://yasm.tortall.net) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this true? I have not run into any assembly code in the code base, perhaps this is stale info?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no clue about building on Windows.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ring required perl
and ASM
to generate build some crypto-modules written in perl/ASM. So I think it is still true if nothing has changed in our fork of ring
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, thanks.
README.md
Outdated
|
||
From Parity Ethereum client version 1.10.0, the User Interface (UI) is accessible in a separate application called Parity UI. To keep using the UI in the browser (deprecated), [follow these steps](https://wiki.parity.io/FAQ-Basic-Operations,-Configuration,-and-Synchronization#the-parity-ui-application-isnt-working-the-way-i-want). | ||
By default, Parity-Ethereum will run a JSONRPC server on `127.0.0.1:8545` and a Web-Sockets server on `127.0.0.1:8546`. This is fully configurable and supports a number of APIs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"JSON-RPC HTTP server" :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with minor grumble 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Shouldn't we add some basic explanations on how to DL and launch a binary? |
This readme clearly needs some love. If you have time, happy to review a new revision. Also, it should have a prominent link to the wiki. |