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.
Merge pull request casper-network#4635 from EdHastingsCasperAssociati…
…on/feat-2.0-integration-pr 2.0 Integration
- Loading branch information
Showing
441 changed files
with
17,157 additions
and
15,355 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[package] | ||
name = "casper-binary-port" | ||
version = "1.0.0" | ||
edition = "2018" | ||
description = "Types for the casper node binary port" | ||
documentation = "https://docs.rs/casper-binary-port" | ||
readme = "README.md" | ||
homepage = "https://casperlabs.io" | ||
repository = "https://github.com/CasperLabs/casper-node/tree/master/binary_port" | ||
license = "Apache-2.0" | ||
exclude = ["proptest-regressions"] | ||
|
||
[dependencies] | ||
casper-types = { version = "3.0.0", path = "../types", features = ["datasize", "json-schema", "std"] } | ||
serde = { version = "1.0.183", features = ["derive"] } | ||
thiserror = "1.0.45" | ||
serde-map-to-array = "1.1.0" | ||
once_cell = { version = "1.5.2", optional = true } | ||
schemars = { version = "0.8.16", features = ["preserve_order", "impl_json_schema"] } | ||
bincode = "1.3.3" | ||
|
||
[dev-dependencies] | ||
casper-types = { path = "../types", features = ["datasize", "json-schema", "std", "testing"] } | ||
rand = "0.8.3" | ||
serde_json = "1" | ||
serde_test = "1" | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true | ||
rustc-args = ["--cfg", "docsrs"] |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# `casper-binary-port` | ||
|
||
[![LOGO](https://raw.githubusercontent.com/casper-network/casper-node/master/images/casper-association-logo-primary.svg)](https://casper.network/) | ||
|
||
[![Build Status](https://drone-auto-casper-network.casperlabs.io/api/badges/casper-network/casper-node/status.svg?branch=dev)](http://drone-auto-casper-network.casperlabs.io/casper-network/casper-node) | ||
[![Crates.io](https://img.shields.io/crates/v/casper-hashing)](https://crates.io/crates/casper-binary-port) | ||
[![Documentation](https://docs.rs/casper-hashing/badge.svg)](https://docs.rs/casper-binary-port) | ||
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE) | ||
|
||
Types for the binary port on a casper network node. | ||
|
||
[Node Operator Guide](https://docs.casperlabs.io/operators/) | ||
|
||
## License | ||
|
||
Licensed under the [Apache License Version 2.0](https://github.com/casper-network/casper-node/blob/master/LICENSE). |
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.