This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
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 #166 from iotaledger/v1.2.0
Release 1.2.0
- Loading branch information
Showing
20 changed files
with
53 additions
and
84 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
|
||
[package] | ||
name = "iota-streams" | ||
version = "1.0.0" | ||
version = "0.1.2" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>", "Arnau Orriols <[email protected]"] | ||
edition = "2018" | ||
license = "Apache-2.0/MIT" | ||
readme = "README.md" | ||
keywords = ["iota", "streams"] | ||
description = "A rust implementation of the IOTA Streams" | ||
description = "A Rust implementation of the IOTA Streams" | ||
autoexamples = false | ||
|
||
[lib] | ||
|
@@ -45,12 +45,12 @@ sync-spin = ["iota-streams-app/sync-spin", "iota-streams-core/sync-spin"] | |
sync-parking-lot = ["iota-streams-app/sync-parking-lot", "std", "iota-streams-core/sync-parking-lot"] | ||
|
||
[dependencies] | ||
iota-streams-core = { version = "0.3.0", path = "iota-streams-core", default-features = false } | ||
iota-streams-core-keccak = { version = "0.3.0", path = "iota-streams-core-keccak", default-features = false } | ||
iota-streams-core-edsig = { version = "0.2.0", path = "iota-streams-core-edsig", default-features = false } | ||
iota-streams-ddml = { version = "0.2.2", path = "iota-streams-ddml", default-features = false } | ||
iota-streams-app = { version = "1.0.0", path = "iota-streams-app", default-features = false } | ||
iota-streams-app-channels = { version = "1.0.0", path = "iota-streams-app-channels", default-features = false } | ||
iota-streams-core = { version = "0.1.2", path = "iota-streams-core", default-features = false } | ||
iota-streams-core-keccak = { version = "0.1.2", path = "iota-streams-core-keccak", default-features = false } | ||
iota-streams-core-edsig = { version = "0.1.2", path = "iota-streams-core-edsig", default-features = false } | ||
iota-streams-ddml = { version = "0.1.2", path = "iota-streams-ddml", default-features = false } | ||
iota-streams-app = { version = "0.1.2", path = "iota-streams-app", default-features = false } | ||
iota-streams-app-channels = { version = "0.1.2", path = "iota-streams-app-channels", default-features = false } | ||
|
||
#[profile.release-nostd] | ||
#inherits = "release" | ||
|
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 = "streams-c-binding" | ||
version = "1.0.1" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>"] | ||
version = "0.1.2" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>", "Arnau Orriols <[email protected]>"] | ||
edition = "2018" | ||
|
||
[features] | ||
|
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 = "streams_wasm" | ||
version = "0.0.1" | ||
authors = ["huhn511 <[email protected]>", "Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>"] | ||
name = "streams" | ||
version = "0.1.2" | ||
authors = ["huhn511 <[email protected]>", "Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>", "Arnau Orriols <[email protected]>"] | ||
edition = "2018" | ||
repository = "https://github.com/iotaledger/streams" | ||
homepage = "https://www.iota.org" | ||
homepage = "https://wiki.iota.org/streams/libraries/wasm/overview" | ||
license = "MIT" | ||
|
||
[lib] | ||
|
@@ -24,4 +24,4 @@ client-wasm = { git = "https://github.com/iotaledger/iota.rs", rev = "ee19ec4", | |
getrandom = {version = "0.2.2", features = ["js"]} | ||
|
||
[dev-dependencies] | ||
wasm-bindgen-test = "0.3.28" | ||
wasm-bindgen-test = "0.3.28" |
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
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
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 = "iota-streams-basic-scenario" | ||
version = "1.0.0" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>"] | ||
version = "0.1.2" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>", "Arnau Orriols <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0/MIT" | ||
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 = "iota-streams-app-channels-example" | ||
version = "1.0.0" | ||
version = "0.1.2" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -12,7 +12,7 @@ tangle = ["iota-streams/tangle"] | |
|
||
[dependencies] | ||
wee_alloc = "0.4.5" | ||
iota-streams = { version = "1.0.0", path = "..", default-features = false} | ||
iota-streams = { version = "0.1.2", path = "..", default-features = false} | ||
hex = { version = "0.4", default-features = false} | ||
#[profile.release] | ||
##inherits = "release" | ||
|
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 = "iota-streams-app-channels" | ||
version = "1.0.1" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>"] | ||
version = "0.1.2" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>", "Arnau Orriols <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0/MIT" | ||
readme = "README.md" | ||
|
@@ -15,16 +15,12 @@ std = ["iota-streams-core/std", "iota-streams-core-edsig/std", "iota-streams-ddm | |
tangle = ["iota-streams-app/tangle"] | ||
wasm-client = ["iota-streams-app/wasm-client", "tangle", "std"] | ||
|
||
[lib] | ||
name = "iota_streams_app_channels" | ||
path = "src/lib.rs" | ||
|
||
[dependencies] | ||
iota-streams-core = { version = "0.3.1", path = "../iota-streams-core", default-features = false } | ||
iota-streams-core-edsig = { version = "0.2.1", path = "../iota-streams-core-edsig", default-features = false } | ||
iota-streams-core-keccak = { version = "0.3.1", path = "../iota-streams-core-keccak", default-features = false } | ||
iota-streams-ddml = { version = "0.2.1", path = "../iota-streams-ddml", default-features = false } | ||
iota-streams-app = { version = "1.0.1", path = "../iota-streams-app", default-features = false } | ||
iota-streams-core = { version = "0.1.2", path = "../iota-streams-core", default-features = false } | ||
iota-streams-core-edsig = { version = "0.1.2", path = "../iota-streams-core-edsig", default-features = false } | ||
iota-streams-core-keccak = { version = "0.1.2", path = "../iota-streams-core-keccak", default-features = false } | ||
iota-streams-ddml = { version = "0.1.2", path = "../iota-streams-ddml", default-features = false } | ||
iota-streams-app = { version = "0.1.2", path = "../iota-streams-app", default-features = false } | ||
|
||
hex = { version = "0.4", default-features = false, optional = false } | ||
|
||
|
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 = "iota-streams-app" | ||
version = "1.0.1" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>"] | ||
version = "0.1.2" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>", "Arnau Orriols <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0/MIT" | ||
readme = "README.md" | ||
|
@@ -22,14 +22,10 @@ wasm-client = ["iota-client/wasm", "chrono/wasmbind", "tangle", "std"] | |
sync-parking-lot = ["iota-streams-core/sync-parking-lot"] | ||
sync-spin = ["iota-streams-core/sync-spin"] | ||
|
||
[lib] | ||
name = "iota_streams_app" | ||
path = "src/lib.rs" | ||
|
||
[dependencies] | ||
iota-streams-core = { version = "0.3.1", path = "../iota-streams-core", default-features = false } | ||
iota-streams-core-edsig = { version = "0.2.1", path = "../iota-streams-core-edsig", default-features = false } | ||
iota-streams-ddml = { version = "0.2.1", path = "../iota-streams-ddml", default-features = false } | ||
iota-streams-core = { version = "0.1.2", path = "../iota-streams-core", default-features = false } | ||
iota-streams-core-edsig = { version = "0.1.2", path = "../iota-streams-core-edsig", default-features = false } | ||
iota-streams-ddml = { version = "0.1.2", path = "../iota-streams-ddml", default-features = false } | ||
|
||
# anyhow and chrono are kept in sync with versions used in iota-client | ||
anyhow = { version = "1.0.26", default-features = false } | ||
|
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 = "iota-streams-core-edsig" | ||
version = "0.2.1" | ||
version = "0.1.2" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0/MIT" | ||
|
@@ -12,12 +12,8 @@ description = "A rust implementation of the IOTA Streams Ed25519 signature schem | |
default = ["std"] | ||
std = ["iota-streams-core/std", "ed25519-dalek/std", "x25519-dalek/std", "curve25519-dalek/std"] | ||
|
||
[lib] | ||
name = "iota_streams_core_edsig" | ||
path = "src/lib.rs" | ||
|
||
[dependencies] | ||
iota-streams-core = { version = "0.3.1", path = "../iota-streams-core", default-features = false } | ||
iota-streams-core = { version = "0.1.2", path = "../iota-streams-core", default-features = false } | ||
# TODO: move to recent versions of ed25519-dalek, x25519-dalek and curve25510-dalek | ||
ed25519-dalek = { version = "1.0.0", default-features = false, features = ["u64_backend", "rand_core", "rand"] } | ||
x25519-dalek = { version = "1.1.0", default-features = false, features = ["u64_backend"] } | ||
|
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 = "iota-streams-core-keccak" | ||
version = "0.3.1" | ||
version = "0.1.2" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0/MIT" | ||
|
@@ -12,12 +12,8 @@ description = "IOTA Streams Spongos adapter for Keccak" | |
default = ["std"] | ||
std = ["iota-streams-core/std"] | ||
|
||
[lib] | ||
name = "iota_streams_core_keccak" | ||
path = "src/lib.rs" | ||
|
||
[dependencies] | ||
iota-streams-core = { version = "0.3.1", path = "../iota-streams-core", default-features = false } | ||
iota-streams-core = { version = "0.1.2", path = "../iota-streams-core", default-features = false } | ||
keccak = "0.1" | ||
|
||
[dev-dependencies] | ||
|
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 = "iota-streams-core" | ||
version = "0.3.1" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>"] | ||
version = "0.1.2" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>", "Arnau Orriols <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0/MIT" | ||
readme = "README.md" | ||
|
@@ -16,10 +16,6 @@ err-location-log = [] | |
sync-spin = ["spin"] | ||
sync-parking-lot = ["parking_lot"] | ||
|
||
[lib] | ||
name = "iota_streams_core" | ||
path = "src/lib.rs" | ||
|
||
[dependencies] | ||
# digest version should correspond to curve25519-dalek's version | ||
digest = { version = "0.9", default-features = false } | ||
|
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 = "iota-streams-ddml" | ||
version = "0.2.3" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>"] | ||
version = "0.1.2" | ||
authors = ["Vlad Semenov <[email protected]>", "Dyrell Chapman <[email protected]>", "Brord van Wierst <[email protected]>", "Arnau Orriols <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0/MIT" | ||
readme = "README.md" | ||
|
@@ -13,16 +13,12 @@ default = ["std"] | |
# enable std | ||
std = ["rand/std", "iota-streams-core/std", "iota-streams-core-edsig/std"] | ||
|
||
[lib] | ||
name = "iota_streams_ddml" | ||
path = "src/lib.rs" | ||
|
||
[dependencies] | ||
iota-streams-core = { version = "0.3.1", path = "../iota-streams-core", default-features = false } | ||
iota-streams-core-edsig = { version = "0.2.1", path = "../iota-streams-core-edsig", default-features = false } | ||
iota-streams-core = { version = "0.1.2", path = "../iota-streams-core", default-features = false } | ||
iota-streams-core-edsig = { version = "0.1.2", path = "../iota-streams-core-edsig", default-features = false } | ||
# anyhow version is kept in sync with iota-client | ||
rand = { version = "0.7", default-features = false } | ||
hashbrown = { version = "0.8.2", default-features = false, optional = false, features = ["ahash"] } | ||
|
||
[dev-dependencies] | ||
iota-streams-core-keccak = { version = "0.3.1", path = "../iota-streams-core-keccak" } | ||
iota-streams-core-keccak = { version = "0.1.2", path = "../iota-streams-core-keccak" } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.