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

Correctly handle Input::Message when calling msg_sender() #6231

Merged
merged 7 commits into from
Jul 9, 2024

Conversation

bitzoic
Copy link
Member

@bitzoic bitzoic commented Jul 5, 2024

Description

When the input type was of Input::Message and the msg_sender() function was called, it would revert. It now properly handle Input::Message.

Checklist

  • I have linked to any relevant issues.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have updated the documentation where relevant (API docs, the reference, and the Sway book).
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added (or requested a maintainer to add) the necessary Breaking* or New Feature labels where relevant.
  • I have done my best to ensure that my PR adheres to the Fuel Labs Code Review Standards.
  • I have requested a review from the relevant team or maintainers.

@bitzoic bitzoic added bug Something isn't working lib: std Standard library labels Jul 5, 2024
@bitzoic bitzoic self-assigned this Jul 5, 2024
@bitzoic bitzoic requested review from a team as code owners July 5, 2024 03:20
@kayagokalp
Copy link
Member

Pushed 4b49224 as #6236 is merged and CI should be green after that.

@bitzoic bitzoic enabled auto-merge (squash) July 9, 2024 11:27
@bitzoic bitzoic merged commit f82d9e6 into master Jul 9, 2024
36 checks passed
@bitzoic bitzoic deleted the bitzoic-msg-sender-input-message branch July 9, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lib: std Standard library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants