Commit Graph

7 Commits

Author SHA1 Message Date
Artem Vorotnikov
610d9baba4
Reformat the source code 2020-08-07 20:46:52 +03:00
s3krit
ff398fe7ff
V2.5.6 stable ()
-  Fix cargo audit ()
  - Add support for Energy Web Foundation's new chains ()
  - Kaspersky AV whitelisting ()
  - Avast whitelist script ()
  - Docker images renaming ()
  - Remove excessive warning ()
  - Allow --nat extip:your.host.here.org ()
  - When updating the client or when called from RPC, sleep should mean sleep ()
  - added new ropsten-bootnode and removed old one ()
  - ethkey no longer uses byteorder ()
  - Do not drop the peer with None difficulty ()
  - docs: Update Readme with TOC, Contributor Guideline. Update Cargo package descriptions ()
2019-08-12 18:55:11 +02:00
Afri Schoedon
7c335e8764
misc: bump license header to 2019 ()
* misc: bump license header to 2019

* misc: remove_duplicate_empty_lines.sh

* misc: run license header script

* commit cargo lock
2019-01-07 11:33:07 +01:00
Wei Tang
14c9cbd40e
Deny unknown fields for chainspec ()
* Add deny_unknown_fields to chainspec

* Add tests and fix existing one

* Remove serde_ignored dependency for chainspec

* Fix rpc test eth chain spec

* Fix starting_nonce_test spec
2018-11-28 06:21:31 +08:00
Afri Schoedon
c658b46fe1
Random small cleanups ()
* clean up toml files

* update the parity ethereum toolchain docs

* update contribution guide and issue templates

* update desktop and service files

* build clib examples with 8 threads

* update header templates

* replace parity technologies with parity ethereum logo
2018-08-30 19:57:27 +02:00
Niklas Adolfsson
98b7c07171 Update license header and scripts ()
* Update `add_license` script

* run script

* add `remove duplicate lines script` and run it

* Revert changes `English spaces`

* strip whitespaces

* Revert `GPL` in files with `apache/mit license`

* don't append `gpl license` in files with other lic

* Don't append `gpl header` in files with other lic.

* re-ran script

* include c and cpp files too

* remove duplicate header

* rebase nit
2018-06-04 10:19:50 +02:00
Marek Kotewicz
0c7c34e609 Chainspec validation ()
* chainspec validation

* better error formatting for chainspec

* lint validate_chainspecs.sh

* quit takes &str instead of S: AsRef<str>

* push CI

* don't double check spec validity
2017-08-02 12:50:36 +02:00