Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Sep 23, 2024
1 parent 3e90ac3 commit 08f0e17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion round-based-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Proc-macro for deriving `round-based` traits"
repository = "https://github.com/dfns/round-based"
repository = "https://github.com/LFDT-Lockness/round-based"

[lib]
proc-macro = true
Expand Down
8 changes: 4 additions & 4 deletions round-based/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
## v0.3.1
* Add `rounds_router::simple_store::RoundMsgs::into_iter_including_me()` [#9]

[#9] https://github.com/dfns/round-based/pull/9
[#9]: https://github.com/LFDT-Lockness/round-based/pull/9

## v0.3.0
* Add no_std and wasm support [#6]
* Add state machine wrapper that provides sync API to carry out the protocol defined as async function [#7]

[#6]: https://github.com/dfns/round-based/pull/6
[#7]: https://github.com/dfns/round-based/pull/7
[#6]: https://github.com/LFDT-Lockness/round-based/pull/6
[#7]: https://github.com/LFDT-Lockness/round-based/pull/7

## v0.2.2

* fix: correct handling of stores that need no messages in RoundsRouter [#4]

[#4]: https://github.com/dfns/round-based/pull/4
[#4]: https://github.com/LFDT-Lockness/round-based/pull/4

## v0.2.1

Expand Down
2 changes: 1 addition & 1 deletion round-based/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Driver for MPC protocols"
repository = "https://github.com/dfns/round-based"
repository = "https://github.com/LFDT-Lockness/round-based"
categories = ["asynchronous", "cryptography", "network-programming"]
keywords = ["round-based", "mpc", "protocol"]
readme = "../README.md"
Expand Down

0 comments on commit 08f0e17

Please sign in to comment.