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]
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
dependabot[bot]
70facf7fbe
Bump itertools from 0.12.0 to 0.12.1 ( #129 )
...
Bumps [itertools](https://github.com/rust-itertools/itertools ) from 0.12.0 to 0.12.1.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.12.1 )
---
updated-dependencies:
- dependency-name: itertools
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 14:44: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
dependabot[bot]
3cd81382e5
Bump eyre from 0.6.8 to 0.6.9 ( #91 )
...
Bumps [eyre](https://github.com/eyre-rs/eyre ) from 0.6.8 to 0.6.9.
- [Commits](https://github.com/eyre-rs/eyre/compare/v0.6.8...eyre@0.6.9 )
---
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-11-20 15:23:46 -03:00
dependabot[bot]
add373a88b
Bump itertools from 0.11.0 to 0.12.0 ( #90 )
...
Bumps [itertools](https://github.com/rust-itertools/itertools ) from 0.11.0 to 0.12.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.12.0 )
---
updated-dependencies:
- dependency-name: itertools
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>
2023-11-15 11:53:04 -03:00
Conrado Gouvea
ab74fed813
point to main reddsa
2023-10-06 11:57:25 -03:00
natalie
0c528929c5
Improve consistency of testing across projects ( #76 )
...
* Update participant tests to use DKG format (#37 )
Update Makefile to not run --all-features in tests
cli tests were not touched
* Update tests in trusted dealer (#37 )
* Refactor test files structure to be consistent across projects (#37 )
* Add cross project integration test (#37 )
* Remove empty test files (#37 )
* Remove reference to old test (#37 )
* print entire identifier instead of converting back to integer
* Remove commented code (#37 )
* Add signature verification step to participant demo (#78 )
* Add verification step to participant demo (#56 )
* Add cli test to participant (#56 )
Clean up some comments and prints
---------
Co-authored-by: Conrado Gouvea <conradoplg@gmail.com>
2023-09-27 13:27:01 -03:00
Conrado Gouvea
3d9b8e30b3
Merge remote-tracking branch 'origin/main' into add-redpallas
2023-09-05 15:25:23 -03:00
natalie
2c0ad41227
Update READMEs ( #54 ) ( #71 )
2023-08-21 19:01:16 -03:00
Conrado Gouvea
577f5421a1
add support for redpallas
2023-07-21 22:39:05 -03:00
Conrado Gouvea
12cffcce24
add DKG tests
2023-07-17 20:00:06 -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
dependabot[bot]
1025cd0e53
Bump itertools from 0.10.5 to 0.11.0
...
Bumps [itertools](https://github.com/rust-itertools/itertools ) from 0.10.5 to 0.11.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.11.0 )
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-29 08:11:14 +00:00
Conrado Gouvea
8311efe9ff
fix identifier reading; address review comments
2023-06-27 11:49:38 -03:00
Conrado Gouvea
0070088950
return errors instead of unwraping, remove unneeded files
2023-06-26 16:22:45 -03:00
Conrado Gouvea
02910565bf
clean up reading, writing and error handling
2023-06-23 18:55:10 -03:00
Conrado Gouvea
d9e7df2365
working; needs cleaning up
2023-06-23 17:32:06 -03:00