Niklas Adolfsson
d32ce37484
bump tinykeccak to 1.4 ( #8728 )
2018-05-31 13:53:09 +02:00
Pierre Krieger
1b8f299df2
Make mio optional in ethcore-io ( #8537 )
...
* Make mio optional in ethcore-io
* Add some annotations, plus a check for features
* Increase timer for test
2018-05-10 12:34:36 +02:00
David
cb7ad2366d
Handle socket address parsing errors ( #8545 )
...
Unpack errors and check for io::ErrorKind::InvalidInput and return our own AddressParse error. Remove the foreign link to std::net::AddrParseError and add an `impl From` for that error. Test parsing properly.
2018-05-09 15:58:02 +02:00
Afri Schoedon
adc3457a89
Bump master to 1.12 ( #8477 )
...
* Bump master to 1.12
* Bump crates to 1.12
* Bump mac installer version to 1.12
* Update Gitlab scripts
2018-04-25 16:25:43 +02:00
Wei Tang
99e37844fd
Use async hyper server in secret_store and upgrade igd ( #8359 )
...
* Update secret_store hyper dep to 0.11
* Upgrade igd to 0.7
* typo: spawn
2018-04-10 19:25:27 +02:00
Marek Kotewicz
bd7273061e
ethcrypto renamed to ethcore-crypto and moved to ethcore dir ( #8340 )
...
* ethcrypto renamed to ethcore-crypto and moved to ethcore dir
* fixed renaming
2018-04-10 13:56:56 +02:00
Tomasz Drwięga
9108a3bb50
Bump ethabi & ethereum-types. ( #8258 )
...
* Bump ethabi & ethereum-types.
* Fix test.
* Fix hex encodings.
2018-04-02 12:12:52 +01:00
Pierre Krieger
113c35af0a
Remove the time dependency where possible ( #8100 )
2018-03-14 12:29:52 +01:00
Pierre Krieger
eeee90def5
Abstract devp2p ( #8048 )
...
* Rename ethcore-network to ethcore-network-devp2p
* Fix typo
* Extract generic traits into util/network
* Simplify util/network
* Fix devp2p tests
* Remove old feature
* Fix RPC tests
2018-03-05 11:56:35 +01:00