forked from openethereum/parity-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
59 additions
and
59 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
description = "Ethcore client." | ||
name = "parity" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
license = "GPL-3.0" | ||
authors = ["Ethcore <[email protected]>"] | ||
build = "build.rs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
description = "Parity Dapps crate" | ||
name = "ethcore-dapps" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
license = "GPL-3.0" | ||
authors = ["Ethcore <[email protected]"] | ||
build = "build.rs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ description = "Ethcore Database" | |
homepage = "http://ethcore.io" | ||
license = "GPL-3.0" | ||
name = "ethcore-db" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
authors = ["Ethcore <[email protected]>"] | ||
build = "build.rs" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ description = "Ethcore development/test/build tools" | |
homepage = "http://ethcore.io" | ||
license = "GPL-3.0" | ||
name = "ethcore-devtools" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
authors = ["Ethcore <[email protected]>"] | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ethash" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
authors = ["arkpar <[email protected]"] | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ description = "Ethcore library" | |
homepage = "http://ethcore.io" | ||
license = "GPL-3.0" | ||
name = "ethcore" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
authors = ["Ethcore <[email protected]>"] | ||
build = "build.rs" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "evmjit" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
authors = ["debris <[email protected]>"] | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ethcore-ipc-nano" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
authors = ["Nikolay Volf <[email protected]>"] | ||
license = "GPL-3.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ethcore-ipc" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
authors = ["Nikolay Volf <[email protected]>"] | ||
license = "GPL-3.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
description = "Ethcore jsonrpc" | ||
name = "ethcore-rpc" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
license = "GPL-3.0" | ||
authors = ["Ethcore <[email protected]"] | ||
build = "build.rs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
description = "Rpc test client." | ||
name = "rpctest" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
license = "GPL-3.0" | ||
authors = ["Ethcore <[email protected]>"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ description = "Ethcore Trusted Signer" | |
homepage = "http://ethcore.io" | ||
license = "GPL-3.0" | ||
name = "ethcore-signer" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
authors = ["Ethcore <[email protected]>"] | ||
build = "build.rs" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
description = "Ethcore blockchain sync" | ||
name = "ethsync" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
license = "GPL-3.0" | ||
authors = ["Ethcore <[email protected]"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ description = "Ethcore utility library" | |
homepage = "http://ethcore.io" | ||
license = "GPL-3.0" | ||
name = "ethcore-util" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
authors = ["Ethcore <[email protected]>"] | ||
build = "build.rs" | ||
|
||
|