-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
719a207
commit dd647c5
Showing
29 changed files
with
219 additions
and
127 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
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,20 +1,20 @@ | ||
[package] | ||
name = "iop-coeus-node" | ||
description = "Coeus layer-2 plugin implementation for Hydraledger" | ||
version = "0.0.15" | ||
version = "0.0.16" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
license = "LGPL-3.0-or-later" | ||
repository = "https://github.com/Internet-of-People/iop-rs" | ||
|
||
|
||
[dependencies] | ||
anyhow = "1.0.57" | ||
iop-coeus-proto = "0.0.15" | ||
iop-journal-proto = "0.0.15" | ||
iop-keyvault = "0.0.15" | ||
iop-morpheus-proto = { version = "0.0.15", optional = true } | ||
json-digest = "0.0.15" | ||
iop-coeus-proto = "0.0.16" | ||
iop-journal-proto = "0.0.16" | ||
iop-keyvault = "0.0.16" | ||
iop-morpheus-proto = { version = "0.0.16", optional = true } | ||
json-digest = "0.0.16" | ||
serde = { version = "1.0.137", features = ["derive"] } | ||
serde_json = { version = "1.0.81", features = ["preserve_order"] } | ||
serde_str = "0.1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
[package] | ||
name = "iop-coeus-proto" | ||
description = "Coeus protocol definitions used on both node and sdk side of the IOP Stack™" | ||
version = "0.0.15" | ||
version = "0.0.16" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
license = "LGPL-3.0-or-later" | ||
|
||
|
||
[dependencies] | ||
anyhow = "1.0.57" | ||
iop-journal-proto = "0.0.15" | ||
iop-keyvault = "0.0.15" | ||
json-digest = "0.0.15" | ||
iop-journal-proto = "0.0.16" | ||
iop-keyvault = "0.0.16" | ||
json-digest = "0.0.16" | ||
serde = { version = "1.0.137", features = ["derive"] } | ||
serde_json = { version = "1.0.81", features = ["preserve_order"] } | ||
serde_bytes = "0.11.6" | ||
|
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,14 +1,14 @@ | ||
[package] | ||
name = "iop-hydra-proto" | ||
description = "Hydra-core specific protocol definitions for the IOP Stack™" | ||
version = "0.0.15" | ||
version = "0.0.16" | ||
authors = [ | ||
"IOP Ventures LLC <[email protected]>", | ||
"Rache Bartmoss <[email protected]>", | ||
"wigy <[email protected]>", | ||
] | ||
license = "LGPL-3.0-or-later" | ||
edition = "2018" | ||
edition = "2021" | ||
repository = "https://github.com/Internet-of-People/iop-rs" | ||
homepage = "https://developer.iop.technology/" | ||
|
||
|
@@ -17,11 +17,11 @@ homepage = "https://developer.iop.technology/" | |
anyhow = "1.0.57" | ||
byteorder = "1.4.3" | ||
hex = "0.4.3" | ||
iop-coeus-proto = "0.0.15" | ||
iop-journal-proto = "0.0.15" | ||
iop-keyvault = "0.0.15" | ||
iop-morpheus-proto = "0.0.15" | ||
json-digest = "0.0.15" | ||
iop-coeus-proto = "0.0.16" | ||
iop-journal-proto = "0.0.16" | ||
iop-keyvault = "0.0.16" | ||
iop-morpheus-proto = "0.0.16" | ||
json-digest = "0.0.16" | ||
num-derive = "0.3.3" | ||
num-traits = "0.2.15" | ||
rand = { version = "0.8.5", features = ["getrandom"] } | ||
|
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,20 +1,20 @@ | ||
[package] | ||
name = "iop-hydra-sdk" | ||
description = "Hydraledger specific modules for the IOP Stack™ SDK" | ||
version = "0.0.15" | ||
version = "0.0.16" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
license = "LGPL-3.0-or-later" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
|
||
[dependencies] | ||
anyhow = "1.0.57" | ||
byteorder = "1.4.3" | ||
hex = "0.4.3" | ||
iop-hydra-proto = "0.0.15" | ||
iop-keyvault = "0.0.15" | ||
iop-morpheus-proto = "0.0.15" | ||
iop-vault = "0.0.15" | ||
iop-hydra-proto = "0.0.16" | ||
iop-keyvault = "0.0.16" | ||
iop-morpheus-proto = "0.0.16" | ||
iop-vault = "0.0.16" | ||
parking_lot = { version = "0.12.1", features = ["serde"] } | ||
rand = { version = "0.8.5", features = ["getrandom"] } | ||
serde = { version = "1.0.137", features = ["derive"] } | ||
|
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,10 +1,10 @@ | ||
[package] | ||
name = "iop-journal-proto" | ||
version = "0.0.15" | ||
version = "0.0.16" | ||
description = "Journal-independent abstract definitions for the IOP Stack™" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
license = "LGPL-3.0-or-later" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
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,7 +1,7 @@ | ||
[package] | ||
name = "json-digest-wasm" | ||
version = "0.0.15" | ||
edition = "2018" | ||
version = "0.0.16" | ||
edition = "2021" | ||
description = "WebAssembly wrappers for the json-digest crate." | ||
authors = [ | ||
"IOP Ventures LLC <[email protected]>", | ||
|
@@ -20,7 +20,7 @@ categories = ["cryptography", "cryptography::cryptocurrencies", "wasm"] | |
crate-type = ["cdylib", "rlib"] | ||
|
||
[dependencies] | ||
json-digest = "0.0.15" | ||
json-digest = "0.0.16" | ||
serde = { version = "1.0.137", features = ["derive"] } | ||
serde_json = { version = "1.0.81", features = ["preserve_order"] } | ||
wasm-bindgen = { version = "0.2.81", features = ["serde-serialize"] } |
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,8 +1,8 @@ | ||
[package] | ||
name = "json-digest" | ||
version = "0.0.15" | ||
version = "0.0.16" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
description = "Allow selective masking of JSON subdocuments for privacy, preserving the digest of the whole document." | ||
license = "LGPL-3.0-or-later" | ||
repository = "https://github.com/Internet-of-People/iop-rs" | ||
|
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,7 +1,7 @@ | ||
[package] | ||
name = "iop-keyvault-wasm" | ||
version = "0.0.15" | ||
edition = "2018" | ||
version = "0.0.16" | ||
edition = "2021" | ||
description = "WebAssembly wrappers for the iop-keyvault crate." | ||
authors = ["IOP Ventures LLC <[email protected]>", "wigy <[email protected]>", "Rache Bartmoss <[email protected]>"] | ||
license = "LGPL-3.0-or-later" | ||
|
@@ -14,6 +14,6 @@ categories = ["cryptography", "cryptography::cryptocurrencies", "wasm"] | |
crate-type = ["cdylib", "rlib"] | ||
|
||
[dependencies] | ||
iop-keyvault = "0.0.15" | ||
iop-keyvault = "0.0.16" | ||
serde = { version = "1.0.137", features = ["derive"] } | ||
wasm-bindgen = { version = "0.2.81", features = ["serde-serialize"] } |
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,7 +1,7 @@ | ||
[package] | ||
name = "iop-keyvault" | ||
version = "0.0.15" | ||
edition = "2018" | ||
version = "0.0.16" | ||
edition = "2021" | ||
description = "A general-purpose hierarchical deterministic generator for asymmetric keys." | ||
authors = ["IOP Ventures LLC <[email protected]>", "wigy <[email protected]>", "Rache Bartmoss <[email protected]>"] | ||
license = "LGPL-3.0-or-later" | ||
|
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,21 +1,21 @@ | ||
[package] | ||
name = "iop-morpheus-node" | ||
description = "Morpheus layer-2 plugin implementation for Hydraledger" | ||
version = "0.0.15" | ||
version = "0.0.16" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
license = "LGPL-3.0-or-later" | ||
repository = "https://github.com/Internet-of-People/iop-rs" | ||
|
||
|
||
[dependencies] | ||
anyhow = "1.0.57" | ||
chrono = { version = "0.4.19", features = ["wasmbind"] } | ||
iop-hydra-proto = "0.0.15" | ||
iop-journal-proto = "0.0.15" | ||
iop-keyvault = "0.0.15" | ||
iop-morpheus-proto = "0.0.15" | ||
json-digest = "0.0.15" | ||
iop-hydra-proto = "0.0.16" | ||
iop-journal-proto = "0.0.16" | ||
iop-keyvault = "0.0.16" | ||
iop-morpheus-proto = "0.0.16" | ||
json-digest = "0.0.16" | ||
jwt-compact = { version = "0.5.0", default-features = false } | ||
#multibase = "0.9.1" | ||
rand = { version = "0.8.5", features = ["getrandom"] } | ||
|
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,19 +1,19 @@ | ||
[package] | ||
name = "iop-morpheus-proto" | ||
description = "Morpheus protocol definitions used on both node and sdk side of the IOP Stack™" | ||
version = "0.0.15" | ||
version = "0.0.16" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
license = "LGPL-3.0-or-later" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
anyhow = "1.0.57" | ||
chrono = { version = "0.4.19", features = ["wasmbind"] } | ||
iop-journal-proto = "0.0.15" | ||
iop-keyvault = "0.0.15" | ||
json-digest = "0.0.15" | ||
iop-journal-proto = "0.0.16" | ||
iop-keyvault = "0.0.16" | ||
json-digest = "0.0.16" | ||
jwt-compact = { version = "0.5.0", default-features = false, features = ["std"] } | ||
serde = { version = "1.0.137", features = ["derive"] } | ||
serde_json = { version = "1.0.81", features = ["preserve_order"] } | ||
|
Oops, something went wrong.