This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: the 0.5 release is not documented (#1522)
Solution: - updated changelog - bumped version numbers + app version
- Loading branch information
Showing
34 changed files
with
88 additions
and
78 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
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,6 +1,6 @@ | ||
[package] | ||
name = "chain-abci" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Crypto.com <[email protected]>"] | ||
description = "Pre-alpha version prototype of Crypto.com Chain node (Tendermint ABCI application)" | ||
readme = "README.md" | ||
|
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 = "chain-core" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Crypto.com <[email protected]>"] | ||
description = "Library with core types and serialization for the use in external tools" | ||
readme = "../README.md" | ||
|
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 = "chain-storage" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Crypto.com <[email protected]>"] | ||
description = "Storage of Crypto.com Chain node (Merkle trie, transaction metadata etc.)" | ||
readme = "README.md" | ||
|
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 = "enclave-macro" | ||
version = "0.1.1" | ||
version = "0.5.0" | ||
authors = ["Crypto.com <[email protected]>"] | ||
description = "A small collection of proc macros" | ||
readme = "../../README.md" | ||
|
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 = "ra-client" | ||
version = "0.1.0" | ||
version = "0.5.0" | ||
authors = ["Devashish Dixit <[email protected]>"] | ||
description = "Types for connecting to an enclave over attested TLS connection" | ||
edition = "2018" | ||
|
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 = "ra-common" | ||
version = "0.1.0" | ||
version = "0.5.0" | ||
authors = ["Devashish Dixit <[email protected]>"] | ||
description = "Common types used in different sub-crates related to remote attestation of enclaves" | ||
edition = "2018" | ||
|
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 = "ra-enclave" | ||
version = "0.1.0" | ||
version = "0.5.0" | ||
authors = ["Devashish Dixit <[email protected]>"] | ||
description = "Primitives for creating attested TLS server in enclave" | ||
edition = "2018" | ||
|
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 = "ra-sp-client" | ||
version = "0.1.0" | ||
version = "0.5.0" | ||
authors = ["Devashish Dixit <[email protected]>"] | ||
description = "TCP client for connecting to SP server for remote attestation of enclaves (this should be used in enclaves to connect to SP server)" | ||
edition = "2018" | ||
|
Oops, something went wrong.