forked from openethereum/parity-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix project name, links, rename the binaries (openethereum#11580)
* Fix project name, links, rename binary * Update util/version/Cargo.toml Co-Authored-By: David <[email protected]> * Update updater/Cargo.toml Co-Authored-By: David <[email protected]> * Update util/version/Cargo.toml Co-Authored-By: David <[email protected]> Co-authored-by: David <[email protected]>
- Loading branch information
Showing
138 changed files
with
6,328 additions
and
6,331 deletions.
There are no files selected for viewing
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
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,15 +1,14 @@ | ||
_Before filing a new issue, please **provide the following information**._ | ||
|
||
_If you think that your issue is an exploitable security vulnerability, please mail your bugreport to [email protected] instead; your submission might be eligible for our Bug Bounty._ | ||
_You can find mode info on the reporting process in [SECURITY.md](https://github.com/OpenEthereum/open-ethereum/blob/master/SECURITY.md)_ | ||
_You can find mode info on the reporting process in [SECURITY.md](https://github.com/openethereum/openethereum/blob/master/SECURITY.md)_ | ||
|
||
|
||
- **Open Ethereum version**: 0.0.0 | ||
- **OpenEthereum version**: 0.0.0 | ||
- **Operating system**: Windows / MacOS / Linux | ||
- **Installation**: homebrew / one-line installer / built from source | ||
- **Fully synchronized**: no / yes | ||
- **Network**: ethereum / ropsten / goerli / ... | ||
- **Restarted**: no / yes | ||
|
||
_Your issue description goes here below. Try to include **actual** vs. **expected behavior** and **steps to reproduce** the issue._ | ||
|
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 |
---|---|---|
|
@@ -42,4 +42,4 @@ parity-clib-examples/cpp/build/ | |
|
||
.vscode | ||
rls/ | ||
/parity.* | ||
/openethereum.* |
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
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,10 +1,13 @@ | ||
[package] | ||
description = "Open Ethereum client" | ||
name = "open-ethereum" | ||
description = "OpenEthereum" | ||
name = "openethereum" | ||
# NOTE Make sure to update util/version/Cargo.toml as well | ||
version = "2.8.0" | ||
license = "GPL-3.0" | ||
authors = ["Open Ethereum developers", "Parity Technologies <[email protected]>"] | ||
authors = [ | ||
"OpenEthereum developers", | ||
"Parity Technologies <[email protected]>" | ||
] | ||
|
||
[dependencies] | ||
ansi_term = "0.11" | ||
|
@@ -111,7 +114,7 @@ path = "parity/lib.rs" | |
|
||
[[bin]] | ||
path = "parity/main.rs" | ||
name = "parity" | ||
name = "openethereum" | ||
|
||
[profile.release] | ||
debug = false | ||
|
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
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,5 +1,5 @@ | ||
[package] | ||
description = "Open Ethereum Keys Generator" | ||
description = "OpenEthereum Keys Generator" | ||
name = "ethkey" | ||
version = "0.4.0" | ||
authors = ["Parity Technologies <[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
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,5 +1,5 @@ | ||
[package] | ||
description = "Open Ethereum Keys Generator CLI" | ||
description = "OpenEthereum Keys Generator CLI" | ||
name = "ethkey-cli" | ||
version = "0.1.0" | ||
authors = ["Parity Technologies <[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
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,9 +1,9 @@ | ||
[package] | ||
description = "Open Ethereum Key Management" | ||
description = "OpenEthereum Key Management" | ||
name = "ethstore" | ||
version = "0.2.1" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
repository = "https://github.com/OpenEthereum/open-ethereum" | ||
repository = "https://github.com/openethereum/openethereum" | ||
|
||
[dependencies] | ||
log = "0.4" | ||
|
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,5 +1,5 @@ | ||
[package] | ||
description = "Open Ethereum Key Management CLI" | ||
description = "OpenEthereum Key Management CLI" | ||
name = "ethstore-cli" | ||
version = "0.1.1" | ||
authors = ["Parity Technologies <[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
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,5 +1,5 @@ | ||
[package] | ||
description = "Open Ethereum Chain Specification" | ||
description = "OpenEthereum Chain Specification" | ||
name = "chainspec" | ||
version = "0.1.0" | ||
authors = ["Marek Kotewicz <[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
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
Oops, something went wrong.