-
Notifications
You must be signed in to change notification settings - Fork 61
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
6 changed files
with
15 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
[package] | ||
name = "sputnikvm-network-classic" | ||
version = "0.10.0" | ||
description = "Ethereum Classic patches for SputnikVM." | ||
license = "Apache-2.0" | ||
authors = ["Wei Tang <[email protected]>"] | ||
repository = "https://github.com/ethereumproject/sputnikvm" | ||
|
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,7 @@ | ||
[package] | ||
name = "sputnikvm-network-ellaism" | ||
version = "0.0.1" | ||
version = "0.10.0" | ||
description = "Ellaism patches for SputnikVM." | ||
license = "Apache-2.0" | ||
authors = ["Wei Tang <[email protected]>"] | ||
repository = "https://github.com/ethereumproject/sputnikvm" | ||
|
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,12 +1,13 @@ | ||
[package] | ||
name = "sputnikvm-network-expanse" | ||
version = "0.0.1" | ||
version = "0.10.0" | ||
description = "Expanse patches for SputnikVM." | ||
license = "Apache-2.0" | ||
authors = ["Wei Tang <[email protected]>"] | ||
repository = "https://github.com/ethereumproject/sputnikvm" | ||
|
||
[dependencies] | ||
sputnikvm = { version = "0.10", path = "../.." } | ||
sputnikvm-precompiled-bn128 = { path = "../../precompiled/bn128" } | ||
sputnikvm-precompiled-modexp = { path = "../../precompiled/modexp" } | ||
sputnikvm-precompiled-bn128 = { version = "0.10", path = "../../precompiled/bn128" } | ||
sputnikvm-precompiled-modexp = { version = "0.10", path = "../../precompiled/modexp" } | ||
etcommon-bigint = { version = "0.2", default-features = 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
[package] | ||
name = "sputnikvm-network-foundation" | ||
version = "0.0.1" | ||
version = "0.10.0" | ||
description = "Ethereum patches for SputnikVM." | ||
license = "Apache-2.0" | ||
authors = ["Wei Tang <[email protected]>"] | ||
repository = "https://github.com/ethereumproject/sputnikvm" | ||
|
||
[dependencies] | ||
sputnikvm = { version = "0.10", path = "../.." } | ||
sputnikvm-precompiled-bn128 = { path = "../../precompiled/bn128" } | ||
sputnikvm-precompiled-modexp = { path = "../../precompiled/modexp" } | ||
sputnikvm-precompiled-bn128 = { version = "0.10", path = "../../precompiled/bn128" } | ||
sputnikvm-precompiled-modexp = { version = "0.10", path = "../../precompiled/modexp" } | ||
etcommon-bigint = { version = "0.2", default-features = 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
[package] | ||
name = "sputnikvm-network-musicoin" | ||
version = "0.0.1" | ||
version = "0.10.0" | ||
description = "Musicoin patches for SputnikVM." | ||
license = "Apache-2.0" | ||
authors = ["Wei Tang <[email protected]>"] | ||
repository = "https://github.com/ethereumproject/sputnikvm" | ||
|
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,7 @@ | ||
[package] | ||
name = "sputnikvm-network-ubiq" | ||
version = "0.0.1" | ||
version = "0.10.0" | ||
description = "Ubiq patches for SputnikVM." | ||
license = "Apache-2.0" | ||
authors = ["Wei Tang <[email protected]>"] | ||
repository = "https://github.com/ethereumproject/sputnikvm" | ||
|