Add yellow paper and parity implementations.

This commit is contained in:
5chdn 2017-09-11 09:55:57 +02:00
parent 5cd738143b
commit 619b19cb85
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
1 changed files with 3 additions and 0 deletions

View File

@ -58,7 +58,10 @@ No test cases exist yet. But will be easy to set up based on the rules specified
The following clients implemented EIP-649: The following clients implemented EIP-649:
- Geth [#15028](https://github.com/ethereum/go-ethereum/pull/15028) - Geth [#15028](https://github.com/ethereum/go-ethereum/pull/15028)
- Parity [#5855](https://github.com/paritytech/parity/pull/5855)
- EthereumJ [#927](https://github.com/ethereum/ethereumj/pull/927) - EthereumJ [#927](https://github.com/ethereum/ethereumj/pull/927)
The Yellow Paper implements EIP-649 in [#333](https://github.com/ethereum/yellowpaper/pull/333).
## Copyright ## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).