Commit Graph

106 Commits

Author SHA1 Message Date
Afri Schoedon 6c96b60a63 docs: add parity ethereum logo to readme (#9415)
* docs: add parity ethereum logo

* docs: add logo to readme

* docs: align logo center

* docs: remove separators from readme

* docs: restructure readme

* docs: check spelling and grammar in readme

* docs: clarify readme

* docs: improve readme significantly
2018-08-27 17:01:56 +02:00
Afri Schoedon 7bf1889af1 docs: restore readme (#9391) 2018-08-21 16:49:24 +02:00
Nick Sanders 139a2b7b0d Replace `std::env::home_dir()` with `home` crate impl. (#9293)
* Import the `home` crate in `util/dir`.

* Replace uses of `env::home_dir()` with `home::home_dir()`.
  * `home` uses a 'correct' impl. on windows and the stdlib impl.
    of `::home_dir` otherwise.

* Reexport `home::home_dir` from `util/dir`.

* Bump `util/dir` to 0.1.2.
2018-08-21 15:30:24 +02:00
Marius Kjærstad 949b9c85ca Changed http:// to https:// on Yasm link (#9369)
Changed http:// to https:// on Yasm link in README.md
2018-08-17 18:19:15 +08:00
Max Riveiro 8814195122 Fix codecov.io badge in README (#9327) 2018-08-09 17:54:08 +02:00
Piotr Chromiec 7d9548400d Simple build instruction fix (#9215)
Changed `parity` dir name into  `parity-ethereum`
2018-07-25 12:57:15 +02:00
Afri Schoedon 8dd4db5d85 docs: update repository links (#9159)
* docs: update repository links

* docs: update repository links in contribution guide
2018-07-23 13:58:50 +02:00
Afri Schoedon bab85dd789
Update README.md (#9084)
* Update README.md

* rename parity client

* docs: remove UI stuff from readme.

* docs: add changelog link to readme
2018-07-12 18:55:14 +02:00
shdown 5d7ef54d02 README.md: update the list of dependencies (#8864) 2018-06-12 23:49:19 +02:00
vrde 581e510c2d Remove -k/--insecure option from curl installer (#8719)
Piping `curl` to `bash` while **disabling** certificate verification can lead to security problems.
2018-05-31 14:43:06 +02:00
Thibaut S aea26dcc64 Fix Parity UI link (#8600)
Fix link https://github.com/paritytech/parity/issues/8599
2018-05-11 09:04:04 +02:00
Afri Schoedon fb0e6cf0d0
Changelog and Readme (#8591)
* Move changelog for 1.10.x

* Mark 1.9 EOL

* Prepare changelog for 1.10.3 stable

* Prepare changelog for 1.11.0 stable

* Update changelogs

* Update CHANGELOG for 1.10.3 beta

* Update CHANGELOG for 1.11.0 beta

* Update CHANGELOG for 1.11.0 beta

* Update CHANGELOG for 1.11.0 beta

* Format changelog

* Update README for 1.11

* Fix typo
2018-05-10 12:33:40 +02:00
Niklas Adolfsson 3f677c6168 clarify that windows need perl and yasm (#8402) 2018-04-13 21:00:14 +02:00
Thibaut S 8ddd508a44 Introduce Parity UI (#8202) 2018-03-23 12:04:17 +01:00
Shane Vitarana fb17ae7751 Fixed broken link in README (#8012)
* Fixed broken link in README

* Updated wiki link
2018-03-02 17:21:35 +01:00
Leo Arias a385f9a649 Update the instructions to install the stable snap (#7876) 2018-02-13 07:50:21 +01:00
Kirill Pimenov bc8216a82c More visible download link in README.md (#7707) 2018-01-28 09:17:58 +01:00
Afri Schoedon 983c29dab1
Changelog for 1.9.0 (#7664)
* Move 1.8 changelog to docs/

* Add EOL notices for 0.9-1.7

* Add changelog for 1.8.7 stable

* Prepare changelog for 1.9.0 beta

* Update changelog for 1.9 beta

* Update changelog for 1.9 beta

* Fix typos in changelog

* Add changelog for 1.7.13

* Update CHANGELOGs for 1.9, 1.8, 1.7

* Update readme for 1.9

* Update CHANGELOG for 1.9
2018-01-25 16:39:01 +01:00
Afri Schoedon 9083bec090 Add codecov badge (#7593)
* Add codecov badge

* Update cov.sh

remove coverall.io
2018-01-17 14:59:22 +03:00
Fabian 1e8533acbc
Update README.md 2018-01-09 12:21:24 +01:00
Afri Schoedon ef3cd042fb
Update issue template and readme (#7450)
* Ask about used network in issue template

* Update Riot-References

* Uppercase Parity
2018-01-08 09:24:49 +01:00
Afri Schoedon a05c90abb5
Update README.md 2017-12-08 10:32:41 +01:00
Jerome de Tychey ce390fcd75 improve building from source (#7239)
Lots of people are having trouble building from source and keep up to date. The main reason seems to be that cargo/rustup is hard to work with. The 'abort' panic strategy error is very frustrating and seems to be solved 100% of time with a clean.
 Adding those lines:
 When compiling a crate if you receive this error:
```
error: the crate is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
```
Cleaning the repository will most likely solve the issue, try:
```
cargo clean
```
2017-12-08 10:31:21 +01:00
Afri Schoedon f68cb37efb Align README with 1.8 and prepare CHANGELOG with 1.8.1 (#6833)
* Update README.md for 1.8.0

* Update CHANGELOG.md for 1.8.1

* Clarify note on trezor wallets

* Update CHANGELOG.md for 1.8.1

* Update CHANGELOG.md for 1.8.1

* Update CHANGELOG.md for 1.8.1

* Fix Typos.
2017-10-24 12:01:35 +02:00
Leopold Joy 561e8b42a8 fix parity.io link in readme (#6617) 2017-10-02 11:21:12 +02:00
Afri febf774b4e Master requires rust 1.19 (#6308) 2017-08-16 12:24:42 +02:00
Afri a20892e5e6 Fix the README badges (#6229)
* Update README.md

* Set latest release to 1.7
2017-08-07 18:12:00 +02:00
Evan 78fab4e471 Add a snapcraft badge (#6135)
Congrats on the snap of Parity! Here's a shiny green build status badge :)
2017-07-24 17:27:27 +02:00
Robert Habermeier abe7518424 add security policy (#6121) 2017-07-22 07:41:58 +02:00
5chdn b844c8a29a Remove cargo install git from README.md, ref #6007 2017-07-11 13:08:53 +02:00
Leo Arias bcc84a31b7 Add the command to install the parity snap (#5945)
Putting the installation instructions for the snap will help getting more testers, and then publish it in the stable channel with more confidence.
2017-06-28 09:37:47 +02:00
Guanqun Lu cd3a1c1a94 use rust 1.18's new feature to boost the purge performance 2017-06-09 01:34:10 +08:00
Maciej Hirsz dabd5b2cc8 Update required rust version 2017-06-08 19:25:35 +02:00
Rien 02b54ff7e8 find . -type f -not -path './.*' -exec sed -i -e "s/ethcore\.io/parity.io/g" {} \; (#5528) 2017-05-02 11:41:09 +02:00
Gav Wood 0180b21dd1 Update README.md 2017-04-18 14:55:25 +02:00
Arkadiy Paronyan 5f9dc13207 Straight download path in the readme (#5393) 2017-04-04 15:46:42 +03:00
Tomasz Drwięga d2394d3ac3 Updating paths to repos. (#5330)
* Updating paths to repos.

* Updating rotor and libusb

* Fixing other occurrences
2017-03-29 15:17:27 +02:00
Callum Macdonald 124ab28c9e Swap out ethcore.io url (#4947)
It throws a certificate error on HTTPS because the certificate is only valid on parity.io.
2017-03-19 08:45:39 +01:00
Jerome de Tychey 944dcdc010 Update README.md (#4762)
Fix for cargo fail when building from source
2017-03-06 08:49:52 +01:00
Rain Gloom df414c8186 fixed minor grammar mistake in readme 2017-02-21 18:08:47 +01:00
Nikolay Volf 83a8ceb09b Update rust version in readme [ci skip] 2017-02-13 19:39:46 +03:00
Arkadiy Paronyan 86dbd50957 Update README.md 2017-02-07 22:13:52 +01:00
arkpar dbafbc29be Killed travis and appveyor 2017-02-01 17:06:44 +01:00
Nikolay Volf 4a404a6f33 Update README.md (#4361) 2017-01-30 18:47:12 +01:00
Denis S. Soldatov aka General-Beck 82a7a17e6e Update README.MD
Remove Travis CI badge
2017-01-26 19:06:48 +04:00
Denis S. Soldatov aka General-Beck b5f46f3976 Update README.MD
Update Gitlab CI badge
2017-01-26 17:03:37 +04:00
Gav Wood 73b67da3cf No need for geth compat by default. 2017-01-24 20:11:42 +01:00
Robert Habermeier 1be9f9eb1b update version numbers in README
[ci skip]
2017-01-19 17:38:50 +01:00
Björn Wagner 581604aae4 current release: 1.3 -> 1.4 (#4183) 2017-01-16 19:02:35 +01:00
Tomasz Drwięga 7454212b28 Updating dependencies (#3968) 2016-12-27 10:17:50 +00:00