Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply Version Updates From Current Changes #86

Merged
merged 1 commit into from
Dec 24, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 17, 2020

Version Updates

Merging this PR will bump all of the applicable packages based on your change files.

iota-stronghold

[0.2.0]

  • Added the initial client logic and integrated it with the Riker actor model. Change includes a Client/Cache actor, a Bucket actor, a Snapshot actor, and a keystore actor. All of the Stronghold APIs are available.
    • 7c7320a add client changelog. on 2020-11-30
    • 4986685 remove todos and update readme. on 2020-11-30
    • 7f1e9ed Chore/covector fix (#61) on 2020-12-01
    • f882754 fix(client): readme and changelog (#64) on 2020-12-01
  • Create SignUnlockBlock procedure.
    • f9d180a feat(client): introduce SignUnlockBlock proc (#92) on 2020-12-21
  • Alpha release of Stronghold: "Saint-Malo"
  • Introduce release manager for rust crates including tangle registry.
    • c10811e feat(covector): rigging (#57) on 2020-11-29
  • Add a hierarchical wallet implementation following SLIP10 for the Ed25519 curve.
    • dd12c16 Add changelog message on 2020-12-02
    • d3c63be fix(covector) (#82) on 2020-12-17

stronghold-engine

[0.2.0]

  • Alpha release of Stronghold: "Saint-Malo"

stronghold-runtime

[0.2.0]

  • Add arm architecture mmap and linker for USB Armory.
    • 2b20e85 feat(target): arm-unknown-linux-gnueabihf target for usbarmory (#90) on 2020-12-20
  • Alpha release of Stronghold: "Saint-Malo"

stronghold-communication

[0.2.0]

  • Patch libp2p dependecy version from v0.28 to v0.33
    • bbd35b7 chore(communication): bump libp2p version (#88) on 2020-12-18
  • Refactor the communication actor by adding config and implementing a seperate struct for the swarm task.
    • dfbcb15 fix(communication): add changelog on 2020-12-21
  • Update the examples, add documentation, reimplement QueryError as BehaviourError.
  • Alpha release of Stronghold: "Saint-Malo"
  • Introduction of the libp2p communication subsystem for Stronghold.
    • 06d881e feat(p2p): add changelog file on 2020-12-01
    • c8da228 fix(p2p): typo on 2020-12-01

crypto

[0.2.0]

  • Alpha release of Stronghold: "Saint-Malo"

vault

[0.2.0]

  • Added the initial client logic and integrated it with the Riker actor model. Change includes a Client/Cache actor, a Bucket actor, a Snapshot actor, and a keystore actor. All of the Stronghold APIs are available.
    • 7c7320a add client changelog. on 2020-11-30
    • 4986685 remove todos and update readme. on 2020-11-30
    • 7f1e9ed Chore/covector fix (#61) on 2020-12-01
    • f882754 fix(client): readme and changelog (#64) on 2020-12-01
  • Alpha release of Stronghold: "Saint-Malo"

snapshot

[0.2.0]

  • Alpha release of Stronghold: "Saint-Malo"

random

[0.2.0]

  • Alpha release of Stronghold: "Saint-Malo"

primitives

[0.2.0]

  • Alpha release of Stronghold: "Saint-Malo"

@github-actions github-actions bot force-pushed the release/version-updates branch 14 times, most recently from 435c9ed to 1621865 Compare December 24, 2020 03:31
@nothingismagick nothingismagick merged commit 315cd22 into dev Dec 24, 2020
nothingismagick added a commit that referenced this pull request Dec 24, 2020
* use btree and serialize client.

* clean up cosmetics.

* move and expose location.

* fix bench and add read.

* add init and create benches.

* fix cli.

* fix(tests): don't run them all all the time (#76)

* fix(tests): don't run them all all the time

* fix(workflow): test, not build and test

* Unify API and harden client.  (#78)

* use btree and serialize client.

* clean up cosmetics.

* move and expose location.

* fix bench and add read.

* add init and create benches.

* fix cli.

* fix(covector) (#79)

Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>

* fix covector (#81)

Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>

* fix(covector) (#82)

* fix(covector) (#83)

* fix(covector): cargo.toml styles (#85)

Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>

* fix counter logic.

* add reference changes.

* add multi-actor example.

* test reading snapshot into a new actor.

* allow new actor to read old snapshot.

* cleanup.

* fix errors.

* fix return error.

* remove lifetimes.

* fix benchmark.

* fix switch.

* remove runtime.

* fix location api.

* clippity clip clip.

* chore(communication): bump libp2p version (#88)

* chore(communication): bump libp2p version

* chore(communication): bump libp2p version

* add write_all_snapshot and rework read_snapshot.

* cleanup.

* clippy clippy clippy clippy clippy clippy clippy clippy clippy clippy

* fix(clippy): complexity & clone

Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>

* fix(commandline): update to new signature

Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>

* fix cli

* add counter test.

* add new test.

* fix snapshot logic.

* add todo.

* The droid was excited by the meal I cooked him, until he took a byte.

* clippy clip clipped

Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>

* fix fmt

Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>

* add forth actor and fix test.

* feat(target): arm-unknown-linux-gnueabihf target for usbarmory (#90)

* feat(target): arm-unknown-linux-gnueabihf target for usbarmory

* add changelog

* feat(client): introduce SignUnlockBlock proc (#92)

* feat(client): introduce SignUnlockBlock proc
* changelog
* fix(fmt)
* feat(client): do a proper slip10 proc
* add test and fix length error.

Co-authored-by: tensor-programming <tensordeveloper@gmail.com>

* fix snapshot.

* move tests to external folder.

* move cli to examples folder.

* Every year they read, "All about Robots," by Cy Borg

* remove cli release workflow.

* restore cli.

* remove examples/commandline.

* add license

* add basic tests and benchmarks.

* add basic test docs.

* add snapshot hack.

* feat(communication): refactor comms actor

* fix(communication): add changelog

* Refactor zone API and add documentation (#95)

* Unify zone interface around a common abstract ZoneSpec type

* Add some basic tests for the common zone API

* Add the license_template to the runtime crate

* Rewrite the runtime's README.md

* typo

* typo

* Bump crypto.rs version (#96)

iotaledger/crypto.rs@9259a06

* Snapshot docs (#84)

* Remove unused code and make room for the new format documentation

* Add some words about the snapshot format

* Document the snapshot::files::* functions

* Clearer separation of concerns regarding the snapshot paths

* Add some words for the snapshot's read/write read_from/write_to functions

* Expose the MAGIC and VERSION bytes (as they may be used for file type detection)

* Apply suggestions from code review

* Re-export the kdf:s from snapshot in the client crate

* Feat/client docs (#97)

* add constant locations.

* add engine bench.

* slip10 derive return key.

* add external documentation.

* add liscence.

* Sy Borg, gimme dat give me the chromium leg

* feat(communication): Update examples and docs

* feat(communication): Adjust actor-example and docs

* fix(communication): typos

* Attempted fix of the SignBlockUnlock message (#103)

* Correct naming in the SignUnlockBlock message

* Use all available seed material when performing the SignUnlockBlock procedure

* fmt :|

* Fix Slip10Derive internal methods: hand back the keys

* Refactor Crypto and UnlockBlock (#104)

* add basic unlock block test.

* fix slip10 derive.

* cleanup zone warnings

* fix basic test.

* fix crypto logic.

* add bee test.

* reinsert keys.

* add bee logic.

* add bee-p logic and path.

* remove slip10 from test case.

* Sy Borg, gimme dat, gimme dat

* It looks just like a TeleFunken you-47

* chore(release) (#105)

* chore(release)
* fix(cli): release on push to main
* fix typo
* fix(runtime): allow dead code
* release title "Saint Malo"

* fix(changelog): Alpha Release (#106)

LGTM

* apply version updates (#86)

Co-authored-by: Daniel Thompson-Yvetot

* fix(cargo) (#107)

Signed-off-by: Daniel Thompson-Yvetot

Co-authored-by: tensor-programming <tensordeveloper@gmail.com>
Co-authored-by: elenaf9 <57632201+elenaf9@users.noreply.github.com>
Co-authored-by: elenaf9 <elena.frank@protonmail.com>
Co-authored-by: Gustav Behm <rootmos@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@nothingismagick nothingismagick deleted the release/version-updates branch December 26, 2020 17:05
@nothingismagick nothingismagick restored the release/version-updates branch December 26, 2020 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant