Skip to content

Bump synedrion to 0.3.0 and use manul for protocol session loop #1392

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

Merged
merged 52 commits into from
May 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
28a6152
Bump synedrion in registry pallet
ameba23 Apr 7, 2025
4a2f7c7
WIP Bump synedrion elsewhere
ameba23 Apr 7, 2025
ae04553
WIP Bump synedrion elsewhere
ameba23 Apr 7, 2025
c40d1d6
WIP Bump synedrion elsewhere
ameba23 Apr 7, 2025
258b9ea
Updates to entropy-client
ameba23 Apr 7, 2025
5efbfd5
WIP - Remove protocol loop and replace with channels communicating wi…
ameba23 Apr 11, 2025
afdab19
WIP - implement deserializer trait for bincode
ameba23 Apr 12, 2025
1ed6627
WIP - fix session params
ameba23 Apr 14, 2025
3180015
Use git version of manul with fixes, and update
ameba23 Apr 28, 2025
59bf46a
lockfile
ameba23 Apr 28, 2025
9615393
Use suggestion from Bogdan for serialization, and handle error
ameba23 Apr 29, 2025
86086d1
Use a stop signal to stop the incoming message loop when protocol is …
ameba23 Apr 29, 2025
79259dc
Logging for tests
ameba23 Apr 29, 2025
5a510c4
Error handling
ameba23 Apr 29, 2025
56b1faa
Rm logging subscriber
ameba23 Apr 29, 2025
08cf532
Add comments
ameba23 Apr 29, 2025
6c46c3f
Updates to entropy-tss
ameba23 Apr 30, 2025
6f4b9ff
Updates to kvdb
ameba23 Apr 30, 2025
d363a3a
Updates to entropy-testing-utils
ameba23 Apr 30, 2025
a4b0e3f
entropy-tss test features
ameba23 Apr 30, 2025
32f7311
Regenerate keyshares
ameba23 Apr 30, 2025
3044d2d
Client uses local synedrion version
ameba23 Apr 30, 2025
2237d28
Use published versions of synedrion and manul
ameba23 Apr 30, 2025
82f0e8c
Update deny list for manul
ameba23 Apr 30, 2025
eed2f57
Clippy
ameba23 Apr 30, 2025
6f179f0
Fixes for registry pallet tests / benchmarking
ameba23 Apr 30, 2025
4db8a2a
Attempt to fix check that code has changed in CI pipeline
ameba23 Apr 30, 2025
c34f0e3
Attempt to fix check that code has changed in CI pipeline
ameba23 Apr 30, 2025
b46ad64
Temporary - rm code changed checks to force tests to run in CI
ameba23 Apr 30, 2025
2f61f1a
Apply fix suggested by Zach
ameba23 Apr 30, 2025
18f8753
Merge peg/fix-code-change-check
ameba23 Apr 30, 2025
f53ba6b
Lockfile
ameba23 Apr 30, 2025
3acc644
Add check for the first commit of a branch
cooldracula May 1, 2025
f1f29bb
Merge branch 'peg/fix-code-changed-check' into peg/synedrion-git-version
ameba23 May 1, 2025
ef972d3
Trivial doccomment change to check if code change detection is working
ameba23 May 1, 2025
3f1b004
remove GITHUB_ENV redirect to simplify job
cooldracula May 1, 2025
ec08bd9
Merge branch 'peg/fix-code-changed-check' into peg/synedrion-git-version
ameba23 May 2, 2025
477c367
Trivial doccomment change to check if code change detection is working
ameba23 May 2, 2025
98d8a43
Merge master
ameba23 May 2, 2025
68305ff
Temporary - rm nodejs test form CI - to see which other tests pass
ameba23 May 2, 2025
499c874
Trivial doccomment change to check if code change detection is working
ameba23 May 2, 2025
369b178
Hopefully fix cargo deny issue
ameba23 May 2, 2025
87e2206
Clippy
ameba23 May 2, 2025
bb2d136
Revert registry benchmarking changes which appear to be broken
ameba23 May 2, 2025
82c8603
Doccomments, errors
ameba23 May 2, 2025
52937b2
Clippy
ameba23 May 2, 2025
059fad9
Small fix registry benchmarking
ameba23 May 2, 2025
c61b641
Changelog
ameba23 May 2, 2025
a7041c8
Revert change to run test workflow and apply entropy-protocol fix
ameba23 May 5, 2025
d651ad9
Use released version of manul 0.2.1
ameba23 May 6, 2025
cb6ad65
Merge master
ameba23 May 6, 2025
ece3a57
Merge master
ameba23 May 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ At the moment this project **does not** adhere to
### Changed
- Update substrate to polkadot stable2409 ([#1387](https://github.com/entropyxyz/entropy-core/pull/1387))
- Remove deadlines in OCW ([#1411](https://github.com/entropyxyz/entropy-core/pull/1411))
- Bump synedrion to 0.3.0 and use manul for protocol session loop ([#1392](https://github.com/entropyxyz/entropy-core/pull/1392))

## [0.4.0](https://github.com/entropyxyz/entropy-core/compare/release/v0.3.0...release/v0.4.0) - 2025-03-31

Expand Down
Loading