-
Notifications
You must be signed in to change notification settings - Fork 2
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
a5c1ddb
commit 6ed1424
Showing
23 changed files
with
129 additions
and
97 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,18 +1,18 @@ | ||
[package] | ||
name = "iop-coeus-node" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
edition = "2018" | ||
license = "LGPL-3.0-or-later" | ||
|
||
|
||
[dependencies] | ||
anyhow = "1.0.32" | ||
iop-coeus-proto = "0.0.13" | ||
iop-journal-proto = "0.0.13" | ||
iop-keyvault = "0.0.13" | ||
iop-morpheus-proto = { version = "0.0.13", optional = true } | ||
json-digest = "0.0.13" | ||
iop-coeus-proto = "0.0.14" | ||
iop-journal-proto = "0.0.14" | ||
iop-keyvault = "0.0.14" | ||
iop-morpheus-proto = { version = "0.0.14", optional = true } | ||
json-digest = "0.0.14" | ||
serde = { version="1.0.121", features = ["derive"] } | ||
serde_json = { version = "1.0.64", 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,16 +1,16 @@ | ||
[package] | ||
name = "iop-coeus-proto" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
edition = "2018" | ||
license = "LGPL-3.0-or-later" | ||
|
||
|
||
[dependencies] | ||
anyhow = "1.0.32" | ||
iop-journal-proto = "0.0.13" | ||
iop-keyvault = "0.0.13" | ||
json-digest = "0.0.13" | ||
iop-journal-proto = "0.0.14" | ||
iop-keyvault = "0.0.14" | ||
json-digest = "0.0.14" | ||
serde = { version="1.0.121", features = ["derive"] } | ||
serde_json = { version = "1.0.64", features = ["preserve_order"] } | ||
serde_bytes = "0.11.5" | ||
|
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 = "iop-hydra-proto" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
license = "LGPL-3.0-or-later" | ||
edition = "2018" | ||
|
@@ -10,11 +10,11 @@ edition = "2018" | |
anyhow = "1.0.32" | ||
byteorder = "1.3.4" | ||
hex = "0.4.2" | ||
iop-coeus-proto = "0.0.13" | ||
iop-journal-proto = "0.0.13" | ||
iop-keyvault = "0.0.13" | ||
iop-morpheus-proto = "0.0.13" | ||
json-digest = "0.0.13" | ||
iop-coeus-proto = "0.0.14" | ||
iop-journal-proto = "0.0.14" | ||
iop-keyvault = "0.0.14" | ||
iop-morpheus-proto = "0.0.14" | ||
json-digest = "0.0.14" | ||
num-derive = "0.3.2" | ||
num-traits = "0.2.12" | ||
rand = { version = "0.8.3", 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,6 +1,6 @@ | ||
[package] | ||
name = "iop-hydra-sdk" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
license = "LGPL-3.0-or-later" | ||
edition = "2018" | ||
|
@@ -10,10 +10,10 @@ edition = "2018" | |
anyhow = "1.0.32" | ||
byteorder = "1.3.4" | ||
hex = "0.4.2" | ||
iop-hydra-proto = "0.0.13" | ||
iop-keyvault = "0.0.13" | ||
iop-morpheus-proto = "0.0.13" | ||
iop-vault = "0.0.13" | ||
iop-hydra-proto = "0.0.14" | ||
iop-keyvault = "0.0.14" | ||
iop-morpheus-proto = "0.0.14" | ||
iop-vault = "0.0.14" | ||
parking_lot = { version = "0.11.1", features = ["serde", "wasm-bindgen"] } | ||
rand = { version = "0.8.3", features = ["getrandom"] } | ||
serde = { version="1.0.121", 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,6 +1,6 @@ | ||
[package] | ||
name = "iop-journal-proto" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
license = "LGPL-3.0-or-later" | ||
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 = "json-digest-wasm" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
edition = "2018" | ||
description = "WebAssembly wrappers for the json-digest crate." | ||
authors = ["IOP Ventures LLC <[email protected]>", "wigy <[email protected]>", "Rache Bartmoss <[email protected]>"] | ||
|
@@ -16,7 +16,7 @@ categories = ["cryptography", "cryptography::cryptocurrencies", "wasm"] | |
crate-type = ["cdylib", "rlib"] | ||
|
||
[dependencies] | ||
json-digest = "0.0.13" | ||
json-digest = "0.0.14" | ||
serde = { version="1.0.121", features = ["derive"] } | ||
serde_json = { version = "1.0.64", features = ["preserve_order"] } | ||
wasm-bindgen = { version = "0.2.73", 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "json-digest" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
edition = "2018" | ||
description = "Allow selective masking of JSON subdocuments for privacy, preserving the digest of the whole document." | ||
|
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 = "iop-keyvault-wasm" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
edition = "2018" | ||
description = "WebAssembly wrappers for the iop-keyvault crate." | ||
authors = ["IOP Ventures LLC <[email protected]>", "wigy <[email protected]>", "Rache Bartmoss <[email protected]>"] | ||
|
@@ -14,6 +14,6 @@ categories = ["cryptography", "cryptography::cryptocurrencies", "wasm"] | |
crate-type = ["cdylib", "rlib"] | ||
|
||
[dependencies] | ||
iop-keyvault = "0.0.13" | ||
iop-keyvault = "0.0.14" | ||
serde_json = { version = "1.0.64", features = ["preserve_order"] } | ||
wasm-bindgen = { version = "0.2.73", 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "iop-keyvault" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
edition = "2018" | ||
description = "A general-purpose hierarchical deterministic generator for asymmetric keys." | ||
authors = ["IOP Ventures LLC <[email protected]>", "wigy <[email protected]>", "Rache Bartmoss <[email protected]>"] | ||
|
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 = "iop-morpheus-node" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
edition = "2018" | ||
license = "LGPL-3.0-or-later" | ||
|
@@ -9,11 +9,11 @@ license = "LGPL-3.0-or-later" | |
[dependencies] | ||
anyhow = "1.0.32" | ||
chrono = { version = "0.4.15", features = ["wasmbind"] } | ||
iop-hydra-proto = "0.0.13" | ||
iop-journal-proto = "0.0.13" | ||
iop-keyvault = "0.0.13" | ||
iop-morpheus-proto = "0.0.13" | ||
json-digest = "0.0.13" | ||
iop-hydra-proto = "0.0.14" | ||
iop-journal-proto = "0.0.14" | ||
iop-keyvault = "0.0.14" | ||
iop-morpheus-proto = "0.0.14" | ||
json-digest = "0.0.14" | ||
jwt-compact = { version = "0.2.0", default-features = false } | ||
#multibase = "0.9.1" | ||
rand = { version = "0.8.3", 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,6 +1,6 @@ | ||
[package] | ||
name = "iop-morpheus-proto" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
edition = "2018" | ||
license = "LGPL-3.0-or-later" | ||
|
@@ -10,9 +10,9 @@ license = "LGPL-3.0-or-later" | |
[dependencies] | ||
anyhow = "1.0.32" | ||
chrono = { version = "0.4.15", features = ["wasmbind"] } | ||
iop-journal-proto = "0.0.13" | ||
iop-keyvault = "0.0.13" | ||
json-digest = "0.0.13" | ||
iop-journal-proto = "0.0.14" | ||
iop-keyvault = "0.0.14" | ||
json-digest = "0.0.14" | ||
jwt-compact = { version = "0.2.0", default-features = false } | ||
serde = { version="1.0.121", features = ["derive"] } | ||
serde_json = { version = "1.0.64", features = ["preserve_order"] } | ||
|
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,15 +1,15 @@ | ||
[package] | ||
name = "iop-morpheus-sdk" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
authors = ["IOP Ventures LLC <[email protected]>", "Rache Bartmoss <[email protected]>", "wigy <[email protected]>"] | ||
license = "LGPL-3.0-or-later" | ||
edition = "2018" | ||
|
||
|
||
[dependencies] | ||
anyhow = "1.0.32" | ||
iop-keyvault = "0.0.13" | ||
iop-vault = "0.0.13" | ||
iop-keyvault = "0.0.14" | ||
iop-vault = "0.0.14" | ||
parking_lot = { version = "0.11.1", features = ["serde", "wasm-bindgen"] } | ||
rand = { version = "0.8.3", features = ["getrandom"] } | ||
serde = { version="1.0.121", features = ["derive"] } | ||
|
@@ -19,8 +19,8 @@ typetag = "0.1.5" | |
|
||
[dev-dependencies] | ||
chrono = { version = "0.4.15", features = ["wasmbind"] } | ||
iop-morpheus-proto = "0.0.13" | ||
json-digest = "0.0.13" | ||
iop-morpheus-proto = "0.0.14" | ||
json-digest = "0.0.14" | ||
serde_json = { version = "1.0.64", features = ["preserve_order"] } | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"Rache Bartmoss <[email protected]>", | ||
"wigy <[email protected]>" | ||
], | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"files": [ | ||
"browser/iop_node_wasm_bg.wasm", | ||
"browser/iop_node_wasm_bg.js", | ||
|
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 = "iop-node-wasm" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
authors = [ | ||
"IOP Ventures LLC <[email protected]>", | ||
"Rache Bartmoss <[email protected]>", | ||
|
@@ -16,14 +16,14 @@ crate-type = ["cdylib", "rlib"] | |
normal = ["uuid"] | ||
|
||
[dependencies] | ||
iop-coeus-node = "0.0.13" | ||
iop-coeus-proto = "0.0.13" | ||
iop-journal-proto = "0.0.13" | ||
iop-keyvault-wasm = "0.0.13" | ||
iop-morpheus-node = "0.0.13" | ||
iop-morpheus-proto = "0.0.13" | ||
iop-proto-wasm = "0.0.13" | ||
json-digest-wasm = "0.0.13" | ||
iop-coeus-node = "0.0.14" | ||
iop-coeus-proto = "0.0.14" | ||
iop-journal-proto = "0.0.14" | ||
iop-keyvault-wasm = "0.0.14" | ||
iop-morpheus-node = "0.0.14" | ||
iop-morpheus-proto = "0.0.14" | ||
iop-proto-wasm = "0.0.14" | ||
json-digest-wasm = "0.0.14" | ||
serde = { version="1.0.121", features = ["derive"] } | ||
serde_json = { version = "1.0.64", features = ["preserve_order"] } | ||
# Force `wasm-bindgen` feature in transitive dependency `uuid` needed by `valico` in `iop-coeus-node` | ||
|
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 = "iop-proto-wasm" | ||
version = "0.0.13" | ||
version = "0.0.14" | ||
authors = [ | ||
"IOP Ventures LLC <[email protected]>", | ||
"Rache Bartmoss <[email protected]>", | ||
|
@@ -17,12 +17,12 @@ normal = ["uuid"] | |
|
||
[dependencies] | ||
anyhow = "1.0.32" | ||
iop-coeus-proto = "0.0.13" | ||
iop-hydra-proto = "0.0.13" | ||
iop-journal-proto = "0.0.13" | ||
iop-keyvault = "0.0.13" | ||
iop-keyvault-wasm = "0.0.13" | ||
iop-morpheus-proto = "0.0.13" | ||
iop-coeus-proto = "0.0.14" | ||
iop-hydra-proto = "0.0.14" | ||
iop-journal-proto = "0.0.14" | ||
iop-keyvault = "0.0.14" | ||
iop-keyvault-wasm = "0.0.14" | ||
iop-morpheus-proto = "0.0.14" | ||
serde = { version="1.0.121", features = ["derive"] } | ||
serde_json = { version = "1.0.64", 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
Oops, something went wrong.