Fix project name, links, rename the binaries (#11580)
* Fix project name, links, rename binary * Update util/version/Cargo.toml Co-Authored-By: David <dvdplm@gmail.com> * Update updater/Cargo.toml Co-Authored-By: David <dvdplm@gmail.com> * Update util/version/Cargo.toml Co-Authored-By: David <dvdplm@gmail.com> Co-authored-by: David <dvdplm@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
description = "DevP2P implementation of the ethcore network library"
|
||||
repository = "https://github.com/OpenEthereum/open-ethereum"
|
||||
repository = "https://github.com/openethereum/openethereum"
|
||||
license = "GPL-3.0"
|
||||
name = "ethcore-network-devp2p"
|
||||
version = "1.12.0"
|
||||
|
||||
@@ -704,7 +704,7 @@ mod tests {
|
||||
assert_eq!(table.get_index_to_insert(None), 0);
|
||||
|
||||
// sleep 1 mcs is added because nanosecond precision was lost since mac os x high sierra update
|
||||
// https://github.com/OpenEthereum/open-ethereum/issues/9632
|
||||
// https://github.com/openethereum/openethereum/issues/9632
|
||||
|
||||
table.add_node(node1);
|
||||
sleep(Duration::from_micros(1));
|
||||
|
||||
Reference in New Issue
Block a user