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

[PAUSED] ✨ [MempoolStatusEvent] Add DataProposalPoda mempool status event #799

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hhalex
Copy link
Contributor

@hhalex hhalex commented Feb 18, 2025

No description provided.

@hhalex hhalex changed the title add dataproposalpoda mempool status event ✨ [MempoolStatusEvent] Add DataProposalPoda mempool status event Feb 18, 2025
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

Attention: Patch coverage is 98.87640% with 1 line in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/mempool/storage.rs 95.45% 1 Missing ⚠️
Files with missing lines Coverage Δ
crates/hyle-model/src/api.rs 91.66% <ø> (ø)
crates/hyle-model/src/node/mempool.rs 85.93% <100.00%> (+0.69%) ⬆️
src/indexer.rs 82.68% <100.00%> (+0.84%) ⬆️
src/mempool.rs 87.98% <100.00%> (+0.30%) ⬆️
src/mempool/storage.rs 75.90% <95.45%> (+0.96%) ⬆️

@@ -86,6 +86,7 @@ pub enum TransactionTypeDb {
pub enum TransactionStatusDb {
WaitingDissemination,
DataProposalCreated,
DataProposalPoda,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je clarifierais bien que c'est un "local Poda" ou quelque chose - tant qu'on est pas passé dans une lane c'est pas "réel". Pas trop idée du wording... D'autant que cet event pourrait être envoyé plusieurs fois.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pour moi une fois qu'on a un poda, ce n'est plus local ? Mais effectivement ça peut être intéressant de garder qqpart tous les events d'updates de podas

@hhalex hhalex changed the title ✨ [MempoolStatusEvent] Add DataProposalPoda mempool status event [PAUSED] ✨ [MempoolStatusEvent] Add DataProposalPoda mempool status event Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants