-
Notifications
You must be signed in to change notification settings - Fork 44
Split mithril-common
crate by extracting some modules
#2304
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
Conversation
Test Results 4 files ±0 59 suites +3 10m 41s ⏱️ -7s Results for commit b211e38. ± Comparison against base commit 568d45d. This pull request removes 26 and adds 26 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
internal/signed-entity/mithril-transaction-preloader/src/cardano_transactions_preloader.rs
Fixed
Show fixed
Hide fixed
internal/signed-entity/mithril-transaction-preloader/src/cardano_transactions_preloader.rs
Fixed
Show fixed
Hide fixed
internal/signed-entity/mithril-transaction-preloader/src/cardano_transactions_preloader.rs
Fixed
Show fixed
Hide fixed
internal/signed-entity/mithril-transaction-preloader/src/cardano_transactions_preloader.rs
Fixed
Show fixed
Hide fixed
a5f3056
to
f8b22f1
Compare
internal/signed-entity/mithril-transaction-preloader/src/cardano_transactions_preloader.rs
Fixed
Show fixed
Hide fixed
f8b22f1
to
280021e
Compare
280021e
to
7017ff3
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 👍.
Should we rename the mithril-transaction-preloader
crate to mithril-transactions-preloader
(plural)?
internal/signed-entity/mithril-transaction-preloader/src/cardano_transactions_preloader.rs
Outdated
Show resolved
Hide resolved
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 👍
276ef76
to
67d3a7d
Compare
* mithril-persistence from `0.2.45` to `0.2.46` * mithril-aggregator from `0.7.5` to `0.7.6` * mithril-common from `0.5.1` to `0.5.2` * mithril-signer from `0.2.229` to `0.2.230`
Content
Extract the following crates from the
mithril-common
crate:resource_pool
ininternal
mithril_signed_entity_lock
ininternal/signed-entity
mithril-signed-entity-preloader
ininternal/signed-entity
✋ In
cardano_signed-entity_preloader.rs
, we replaceMockChainObserver
byFakeObserver
to avoid to recreate a mock in the crate. Doing that, we do not verify anymore that the observer was not call. We only check that theimport
was not call.Pre-submit checklist
Issue(s)
Closes #2294