-
Notifications
You must be signed in to change notification settings - Fork 41
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
Remove mithril common circular dependencies and random
feature
#2269
Remove mithril common circular dependencies and random
feature
#2269
Conversation
fc18ec8
to
8337329
Compare
8337329
to
229f619
Compare
a0de13c
to
7cf6061
Compare
7cf6061
to
229f619
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
pub transactions_hashes: Vec<TransactionHash>, | ||
|
||
/// Proof of the transactions | ||
transactions_proof: ProtocolMkProof, | ||
pub transactions_proof: ProtocolMkProof, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really want to have these fields public?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The TryFrom<CardanoTransactionsSetProofMessagePart> for CardanoTransactionsSetProof
that uses these fields is moved to the messages
module. That's why the visibility change.
We can make them public for the crate (pub(crate)
) unless you have an other solution
Move `signed_entity` to `signable_builder` module. Move `Beacon` and `Artifact` implementations in `signable_builder` module.
* mithril-aggregator from `0.6.25` to `0.6.26` * mithril-client from `0.10.9` to `0.10.10` * mithril-common from `0.4.111` to `0.4.112` * mithril-aggregator-fake from `0.3.19` to `0.3.20`
229f619
to
4c644ae
Compare
Content
Preliminary modifications for the
mithril-common
split:Pre-submit checklist
Issue(s)
Closes #2253