dependabot[bot]
5226fb7a82
Bump clap from 4.5.9 to 4.5.13 ( #274 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.9 to 4.5.13.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.9...v4.5.13 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-08 11:00:00 -03:00
dependabot[bot]
2f3945d698
Bump clap from 4.5.8 to 4.5.9 ( #259 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.8 to 4.5.9.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.8...v4.5.9 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 19:38:05 -03:00
dependabot[bot]
5d0e0829a3
Bump async-trait from 0.1.80 to 0.1.81 ( #254 )
...
Bumps [async-trait](https://github.com/dtolnay/async-trait ) from 0.1.80 to 0.1.81.
- [Release notes](https://github.com/dtolnay/async-trait/releases )
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.80...0.1.81 )
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 19:33:57 -03:00
dependabot[bot]
560926ee45
Bump clap from 4.5.7 to 4.5.8 ( #249 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.7 to 4.5.8.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.7...v4.5.8 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 17:20:02 -03:00
Conrado Gouvea
82b2ef8c40
update to frost 2.0.0-rc.0
2024-07-04 14:09:25 +01:00
Conrado Gouvea
ef3012bc7c
participant: use generics
2024-07-01 14:29:14 +01:00
dependabot[bot]
91b92f49d8
Bump reqwest from 0.12.4 to 0.12.5 ( #239 )
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.12.4 to 0.12.5.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 16:59:46 -03:00
dependabot[bot]
0e84077cf4
Bump clap from 4.5.4 to 4.5.7 ( #235 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.4 to 4.5.7.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.4...v4.5.7 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 16:52:35 -03:00
dependabot[bot]
26215f8ad3
--- ( #227 )
...
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-14 19:23:27 -03:00
natalie
06c0c2453d
Implement phase 2 for Participant ( #123 ) ( #197 )
...
* Add http option for Participant (#123 )
* Fix redpallas tests for participant phase 2 (#123 )
* Update participant/src/comms/http.rs
* Remove unnecessary session id for participant round 2 (#123 )
* Fix clippy error (#123 )
---------
Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
2024-05-17 09:30:38 -03:00
dependabot[bot]
5413e06705
Bump async-trait from 0.1.78 to 0.1.80
...
Bumps [async-trait](https://github.com/dtolnay/async-trait ) from 0.1.78 to 0.1.80.
- [Release notes](https://github.com/dtolnay/async-trait/releases )
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.78...0.1.80 )
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 11:06:59 +01:00
dependabot[bot]
a124cab5b3
Bump clap from 4.5.3 to 4.5.4 ( #183 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.3...v4.5.4 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 10:53:00 +01:00
dependabot[bot]
74a08420cf
Bump clap from 4.5.1 to 4.5.2 ( #163 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.1...v4.5.2 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 18:31:22 -03:00
dependabot[bot]
23aa8df597
Bump frost-ed25519 from 1.0.0-rc.0 to 1.0.0 ( #151 )
...
Bumps [frost-ed25519](https://github.com/ZcashFoundation/frost ) from 1.0.0-rc.0 to 1.0.0.
- [Release notes](https://github.com/ZcashFoundation/frost/releases )
- [Commits](https://github.com/ZcashFoundation/frost/compare/frost-ed25519/v1.0.0-rc.0...frost-ed25519/v1.0.0 )
---
updated-dependencies:
- dependency-name: frost-ed25519
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 18:23:21 -03:00
dependabot[bot]
c09f0d064a
Bump clap from 4.5.0 to 4.5.1 ( #148 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.0...clap_complete-v4.5.1 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 16:39:09 -03:00
dependabot[bot]
0091b9c24f
Bump clap from 4.4.18 to 4.5.0 ( #145 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.18 to 4.5.0.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.18...clap_complete-v4.5.0 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-09 16:31:31 -03:00
Conrado Gouvea
14a2bf16ca
Phase 1 cleanup ( #138 )
...
* coordinator: remove sockets feature, add --cli flag
* participant: remove sockets feature, add --cli flag
* revert CI to stable
* fix tests
2024-02-09 17:29:26 +00:00
dependabot[bot]
01795660e8
Bump eyre from 0.6.11 to 0.6.12 ( #137 )
...
Bumps [eyre](https://github.com/eyre-rs/eyre ) from 0.6.11 to 0.6.12.
- [Commits](https://github.com/eyre-rs/eyre/commits )
---
updated-dependencies:
- dependency-name: eyre
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 16:58:04 -03:00
natalie
4925183519
Add socket comms for Participant demo ( #131 )
...
* Add CLI comms to participant demo (#92 )
* Update Coordinator unit tests after comms changes (#92 )
* Update integration tests with participant cli comms (#92 )
* Add socket comms to Participant demo (#92 )
Remove group signature verification from participant demo
* Update participant cli test (#92 )
* fix redpallas compile issue
* Update participant/src/args.rs
---------
Co-authored-by: Conrado Gouvea <conradoplg@gmail.com>
Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
2024-01-30 16:07:32 -03:00
Conrado Gouvea
824a133642
update reddsa and remove manual into_positive_y() invocations ( #104 )
2024-01-05 16:40:32 +00:00
dependabot[bot]
c335d7a072
Bump eyre from 0.6.9 to 0.6.11 ( #99 )
...
Bumps [eyre](https://github.com/eyre-rs/eyre ) from 0.6.9 to 0.6.11.
- [Commits](https://github.com/eyre-rs/eyre/compare/eyre@0.6.9...eyre@0.6.11 )
---
updated-dependencies:
- dependency-name: eyre
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 18:30:13 -03:00
Conrado Gouvea
0a9e830fa0
Add initial implementation of socket communications to the demo (phase 1) - Coordinator ( #89 )
...
* move commitments to step_1
* halfway through making things async; need to fix handling input/output
* async step_1
* async step_3
* started SocketComms
* SocketComms compiling
* Finished SocketComms; untested
* fixed existing tests
* update frost-rerandomized; skip tests if redpallas enabled
* ci: use nightly, and overall cleanup
* point frost to 1.0.0-rc.0
2023-11-21 14:56:29 +00:00
Conrado Gouvea
ab74fed813
point to main reddsa
2023-10-06 11:57:25 -03:00
Conrado Gouvea
577f5421a1
add support for redpallas
2023-07-21 22:39:05 -03:00
Conrado Gouvea
519623678c
use serde for all demos
2023-07-20 22:06:57 -03:00
natalie
d0cb462907
Upgrade frost-ed25519 to v0.6.0 ( #49 )
...
* Upgrade to frost-ed25519 v0.6.0 (#39 )
* Fix conflict resolution errors (#39 )
2023-07-12 14:55:26 -03:00
natalie
4481c19dfc
Add exit codes for participant demo ( #11 ) ( #45 )
2023-07-11 12:21:39 -03:00
natalie
1d52e92ee5
Generate nonces and commitments in participant demo ( #38 )
...
* Generate nonces and commitments in participant demo (#20 )
* Add comment stating that nonces are secret (#20 )
2023-06-28 19:12:15 -03:00
natalie
b66001fb89
Add vss commitment to participant demo and generate key package ( #35 )
...
* Add text for vss_commitment input for Participant project (#32 )
* Add vss_commitment input for participant project (#32 )
* Refactor lib tests for participant project (#32 )
* Add error for vss_commitment input to panic with invalid input (#32 )
This error should be handled properly in a later commit
* Fix trusted dealer participant identifier output to be a hex encoded string (#32 )
* Update trusted dealer identifier to return original u8 value (#32 )
* Generate key package for participant (#32 )
* Add error handling for generate_key_package (#32 )
* Use frost-ed25519 v0.5.0 (#32 )
* Improve commenting and output messages (#32 )
Update commitment output message in trusted dealer
Remove answered comments
Improve comments around error handling for participant demo
2023-06-27 11:27:57 -03:00
natalie
7936c55e1e
Add public key to Participant project ( #28 )
...
* Add text for requesting public key for participant (#17 )
* Add public key to Participant Config (#17 )
* Add error handling for incorrect pub key length (#17 )
2023-06-19 15:58:27 -03:00
natalie
bce4acbdd6
Add Participant project ( #15 )
...
* Add Participant project (#12 )
* Refactor trusted dealer into own project (#12 )
Set up project structure for trusted dealer and participant
* Update READMEs for top level and Pariticipant project (#12 )
* Fix makefile to run both projects (#12 )
Some formatting
* Add Participant project (#12 )
* Fix clippy errors for participant project (#12 )
* Fix clippy and fmt errors from leftover conflicts (#12 )
2023-06-15 13:23:37 -03:00