-
Notifications
You must be signed in to change notification settings - Fork 52
chore: update signed entity type timeouts #2829
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
chore: update signed entity type timeouts #2829
Conversation
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.
Pull request overview
This PR updates the timeout values for signed entity types in the get_open_message_timeout method. The changes align with issue #2826 and adjust timeout durations based on the specific requirements for each signed entity type, with MithrilStakeDistribution now having the longest timeout (3600s/1 hour).
Key Changes
- Updated timeout values for all signed entity types with
MithrilStakeDistributionchanged fromNoneto 3600s,CardanoImmutableFilesFullfromNoneto 600s,CardanoStakeDistributionfrom 600s to 1800s, andCardanoTransactions/CardanoDatabasereduced from 1800s to 600s - Version bumps for
mithril-stm(0.6.1 → 0.6.2) andmithril-common(0.6.29 → 0.6.30) - Cleanup of Makefile removing non-existent
--features fullflag
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| mithril-common/src/entities/signed_entity_type.rs | Updated timeout durations for all signed entity type variants in get_open_message_timeout method |
| mithril-common/Cargo.toml | Bumped version from 0.6.29 to 0.6.30 |
| mithril-stm/Cargo.toml | Bumped version from 0.6.1 to 0.6.2 |
| Cargo.lock | Updated dependency versions to match Cargo.toml changes |
| mithril-common/Makefile | Removed --features full flag from build, test, doc, and bench commands |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dd2be81 to
5283276
Compare
* mithril-common from `0.6.29` to `0.6.30`
5283276 to
a5c22a0
Compare
Content
This PR includes the update of the signed entity type timeouts.
Pre-submit checklist
Issue(s)
Closes #2826