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

chore: update to rust version 1.81.0 #755

Merged
merged 9 commits into from
Feb 8, 2025
Merged

chore: update to rust version 1.81.0 #755

merged 9 commits into from
Feb 8, 2025

Conversation

cgorenflo
Copy link
Contributor

Description

Todos

  • Unit tests
  • Manual tests
  • Documentation
  • Connect epics/issues

Convention Checklist

  • Each contract should have a client mod for others to interact with it.
  • Derive macros
  • The state mod and msg mod should use separate data structures so that internal state changes do not break the contract interface. Check out the interchain-token-service for reference.
    • msg.rs should never use any type from the state.rs
    • Shared types must be defined in a separate exported mod. If those types have already been defined somewhere else, then they should get re-exported in the exported mod

Steps to Test

Expected Behaviour

Notes

@cgorenflo cgorenflo requested a review from a team as a code owner February 6, 2025 15:28
@cgorenflo cgorenflo requested a review from a team as a code owner February 6, 2025 15:34
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.36%. Comparing base (870d1df) to head (cb911c5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #755      +/-   ##
==========================================
- Coverage   93.56%   93.36%   -0.20%     
==========================================
  Files         225      225              
  Lines       36516    36353     -163     
==========================================
- Hits        34165    33941     -224     
- Misses       2351     2412      +61     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cgorenflo cgorenflo merged commit 7ca1841 into main Feb 8, 2025
8 checks passed
@cgorenflo cgorenflo deleted the update-rust-version branch February 8, 2025 01:34
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.

3 participants