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

Fix version compatibility error #2608

Merged
merged 3 commits into from
Jan 21, 2025
Merged

Conversation

AurelienFT
Copy link
Contributor

@AurelienFT AurelienFT commented Jan 21, 2025

Fix in version compatibility, waiting for #2607

Checklist

  • Breaking changes are clearly marked as such in the PR description and changelog
  • New behavior is reflected in tests
  • The specification matches the implemented behavior (link update PR if changes are needed)

Before requesting review

  • I have reviewed the code myself
  • I have created follow-up issues caused by this PR and linked them here

@AurelienFT AurelienFT requested a review from a team January 21, 2025 13:54
@AurelienFT AurelienFT added the no changelog Skip the CI check of the changelog modification label Jan 21, 2025
acerone85
acerone85 previously approved these changes Jan 21, 2025
This was referenced Jan 21, 2025
netrome
netrome previously approved these changes Jan 21, 2025

# Remove when we upgrade rust version
[patch.crates-io]
netlink-proto = { git = "https://github.com/rust-netlink/netlink-proto", tag = "v0.11.3" }
Copy link
Member

Choose a reason for hiding this comment

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

will we be able to release to crates.io with a patch like this? curious

Copy link
Collaborator

Choose a reason for hiding this comment

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

No, we can't. Can we create an issue in the repository related to the crate? And on our side for now just to use old version explicitly?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed on our side. Why do you want to create an issue on their repo to tell them that they increased MRSV in the last patch release ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

If it was done in the minor release, then they need to revert it and create a new major release

@AurelienFT AurelienFT dismissed stale reviews from netrome and acerone85 via 59fe682 January 21, 2025 14:51
@AurelienFT AurelienFT requested a review from rymnc January 21, 2025 14:55
@AurelienFT AurelienFT enabled auto-merge (squash) January 21, 2025 15:43
@AurelienFT AurelienFT merged commit b6dbed4 into master Jan 21, 2025
31 checks passed
@AurelienFT AurelienFT deleted the fix_netlink_version_compatibility branch January 21, 2025 16:04
@MitchTurner MitchTurner mentioned this pull request Jan 22, 2025
MitchTurner added a commit that referenced this pull request Jan 22, 2025
## Version v0.41.1

* fault_proving(compression): include block_id in da compressed block
headers by @rymnc in #2551
* chore: Add myself and Andrea as codeowner for graphql API + related
crates by @netrome in #2570
* fix(integration_tests): remove flake from
produce_block__l1_committed_block_affects_gas_price by @rymnc in
#2566
* bugfix: Improve the `BlockCommitterHttpApi` client to use `url` apis
better by @MitchTurner in
#2599
* Fix version compatibility error by @AurelienFT in
#2608
* Improve error messages for responses from committer by @MitchTurner in
#2609
* Update async processor tests by @rafal-ch in
#2577
* The amount of returned dust coins is limited by factor relative to the
amount of selected big coins by @rafal-ch in
#2610
* fix(da_compression): invalid decompression of utxo id and CoinConfig
fix by @rymnc in #2593
* Use latest gas price to estimate next price for tx pool checks by
@MitchTurner in #2612
* Set Latest Recorded Height on startup by @MitchTurner in
#2603
* Use latest gas price to estimate next block gas price during dry runs
by @MitchTurner in #2615
* Check that fuel-core lib builds correctly without default features by
@rafal-ch in #2594
* Expose indexation status in `NodeInfo` endpoint by @rafal-ch in
#2595


**Full Changelog**:
v0.41.0...v0.41.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Skip the CI check of the changelog modification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants