forked from casper-network/casper-node
-
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.
4593: v1.5.6 merge to dev r=alsrdn a=alsrdn Merge release v.1.5.6 to dev Co-authored-by: Michał Papierski <[email protected]> Co-authored-by: Marc Brinkmann <[email protected]> Co-authored-by: Ed Hastings <[email protected]> Co-authored-by: Joe Sacher <[email protected]> Co-authored-by: Karan Dhareshwar <[email protected]> Co-authored-by: sacherjj <[email protected]> Co-authored-by: Fraser Hutchison <[email protected]> Co-authored-by: casperlabs-bors-ng[bot] <82463608+casperlabs-bors-ng[bot]@users.noreply.github.com> Co-authored-by: Bartłomiej Kamiński <[email protected]>
- Loading branch information
Showing
62 changed files
with
3,497 additions
and
380 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
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 = "casper-execution-engine" | ||
version = "7.0.0" # when updating, also update 'html_root_url' in lib.rs | ||
version = "7.0.1" # when updating, also update 'html_root_url' in lib.rs | ||
authors = ["Henry Till <[email protected]>", "Ed Hastings <[email protected]>"] | ||
edition = "2021" | ||
description = "Casper execution engine crates." | ||
|
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
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,6 +1,6 @@ | ||
[package] | ||
name = "casper-engine-test-support" | ||
version = "7.0.0" # when updating, also update 'html_root_url' in lib.rs | ||
version = "7.0.1" # when updating, also update 'html_root_url' in lib.rs | ||
authors = ["Fraser Hutchison <[email protected]>"] | ||
edition = "2021" | ||
description = "Library to support testing of Wasm smart contracts for use on the Casper network." | ||
|
@@ -11,7 +11,7 @@ repository = "https://github.com/CasperLabs/casper-node/tree/master/execution_en | |
license = "Apache-2.0" | ||
|
||
[dependencies] | ||
casper-execution-engine = { version = "7.0.0", path = "../../execution_engine", features = ["test-support"] } | ||
casper-execution-engine = { version = "7.0.1", path = "../../execution_engine", features = ["test-support"] } | ||
casper-hashing = { version = "3.0.0", path = "../../hashing" } | ||
casper-types = { version = "4.0.1", path = "../../types" } | ||
humantime = "2" | ||
|
Oops, something went wrong.