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

#850 Certifier service #866

Merged
merged 26 commits into from
Apr 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d36c33f
add is_certified and protocol_message
ghubertpalo Apr 17, 2023
8ddb776
add single signature repository
ghubertpalo Apr 17, 2023
f9938c2
add certifier service
ghubertpalo Apr 18, 2023
7cc5b91
add certificate repository
ghubertpalo Apr 18, 2023
6a9bedf
[wip] add certificate creation
ghubertpalo Apr 19, 2023
e191ee8
Fix single signature store tests
jpraynaud Apr 19, 2023
c1fb510
Add Signed Entity Type to Pending Certificate
jpraynaud Apr 19, 2023
e28b98b
Fix Pending Certificate signed entity type
jpraynaud Apr 19, 2023
fefef9e
Adapt register signature route
jpraynaud Apr 19, 2023
9c5c9eb
[wip] certifier service
ghubertpalo Apr 20, 2023
e4f72bf
Fix certifier service
jpraynaud Apr 24, 2023
0c5aff3
Fix master certificate retrieval
jpraynaud Apr 24, 2023
9a80ded
Fix open message migration
jpraynaud Apr 24, 2023
37aba66
Fix typos
jpraynaud Apr 24, 2023
3c935ad
Fix missing runner inform new epoch
jpraynaud Apr 24, 2023
c330482
Fix open message provider
jpraynaud Apr 24, 2023
d0b9ae9
Fix unit & integration tests
jpraynaud Apr 24, 2023
9f02c0f
Add OpenMessageObserver to aggregator integration tests
Alenar Apr 25, 2023
17a7692
Fix open message missing update feature
jpraynaud Apr 26, 2023
d0c4b08
Refactor multi-signer single signature verification
jpraynaud Apr 26, 2023
a58808b
Fix certifier service test & missing features
jpraynaud Apr 26, 2023
b914d96
Fix open message hydrate error
jpraynaud Apr 26, 2023
0291a14
Cleanup certificate creator and working certificate
jpraynaud Apr 26, 2023
07942ed
Cleanup protocol message from multi-signer
jpraynaud Apr 26, 2023
f7d25dd
Add missing open message tests
jpraynaud Apr 26, 2023
770b330
Bump crates version
jpraynaud Apr 26, 2023
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
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator"
version = "0.2.53"
version = "0.3.0"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
115 changes: 0 additions & 115 deletions mithril-aggregator/src/certificate_creator.rs

This file was deleted.

Loading