Skip to content

Releases: iotaledger/stronghold.rs

iota-stronghold v0.4.1

21 Apr 22:30
b7fb5e9
Compare
Choose a tag to compare

Updating crates.io index

Cargo Audit

\`
Fetching advisory database from https://github.com/RustSec/advisory-db.git
Loaded 289 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (362 crate dependencies)
Crate: block-cipher
Version: 0.8.0
Warning: unmaintained
Title: crate has been renamed to cipher
Date: 2020-10-15
ID: RUSTSEC-2020-0057
URL: https://rustsec.org/advisories/RUSTSEC-2020-0057
Dependency tree:
block-cipher 0.8.0
├── stream-cipher 0.7.1
│ ├── chacha20poly1305 0.6.0
│ └── chacha20 0.5.0
├── aesni 0.8.0
│ └── aes 0.5.0
│ └── aes-gcm 0.7.0
│ └── snow 0.7.2
│ └── libp2p-noise 0.30.0
│ └── libp2p 0.37.1
│ └── stronghold-communication 0.4.1
│ └── iota_stronghold 0.4.1
├── aes-soft 0.5.0
│ └── aes 0.5.0
├── aes-gcm 0.7.0
└── aes 0.5.0

Crate: stream-cipher
Version: 0.7.1
Warning: unmaintained
Title: crate has been renamed to cipher
Date: 2020-10-15
ID: RUSTSEC-2020-0058
URL: https://rustsec.org/advisories/RUSTSEC-2020-0058
Dependency tree:
stream-cipher 0.7.1
├── chacha20poly1305 0.6.0
└── chacha20 0.5.0

warning: 2 allowed warnings found
\`

[0.4.1]

  • Merged Store, Vault and Snapshot into a single crate called Stronghold-Engine.
    Merged utils-derive and communication-macros into a new crate called stronghold-derive
    Export Stronghold-derive through Stronghold-utils.
    • Bumped due to a bump in stronghold-engine.
    • 36c8983 merge derive/macro crates. on 2021-04-21
    • b7d44f5 update config. on 2021-04-21

Cargo Publish

\`
Updating crates.io index
Packaging iota_stronghold v0.4.1 (/home/runner/work/stronghold.rs/stronghold.rs/client)
Uploading iota_stronghold v0.4.1 (/home/runner/work/stronghold.rs/stronghold.rs/client)
warning: the following are not valid category slugs and were ignored: security. Please see https://crates.io/category_slugs for the list of all category slugs.
\`

v0.3.1 - Stronghold Beta

19 Mar 17:37
93d1dfa
Compare
Choose a tag to compare

Fix for internal dependencies.

v0.3.0 - IOTA Stronghold Beta

19 Mar 14:52
cbc81eb
Compare
Choose a tag to compare

This is the beta release of Stronghold Client and Engine. It includes the alpha release of the communication crate.

Please see the individual changelog files for more information:

v0.2.0 Alpha: Saint Malo

24 Dec 13:57
8312625
Compare
Choose a tag to compare
Pre-release

Saint-Malo
v0.2.0: Saint Malo

This is the Alpha Release of Stronghold, and we are happy to present the world with what we consider to be the future of networked security for all hardware platforms.

To read more about it, please visit: https://blog.iota.org/stronghold-alpha-release/

Attached, you will find zipped binaries of the commandline application for macOS, Windows and Linux.