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.
EE-1020: bring code in line with current CL practices
- Loading branch information
1 parent
aa8b295
commit 0c726e6
Showing
16 changed files
with
521 additions
and
467 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,16 +1,14 @@ | ||
[package] | ||
name = "casper-node" | ||
version = "0.1.0" | ||
authors = ["Marc Brinkmann <[email protected]>", | ||
"Fraser Hutchison <[email protected]>"] | ||
authors = ["Marc Brinkmann <[email protected]>", "Fraser Hutchison <[email protected]>"] | ||
edition = "2018" | ||
description = "The CasperLabs blockchain node server" | ||
description = "The CasperLabs blockchain node" | ||
publish = false # Prevent accidental `cargo publish` for now. | ||
license-file = "LICENSE" | ||
|
||
[dependencies] | ||
anyhow = "1.0.28" | ||
async-trait = "0.1.31" | ||
displaydoc = "0.1.6" | ||
either = "1.5.3" | ||
enum-iterator = "0.6.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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.