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

Add Input::Message case to predicate_address() #6117

Merged
merged 17 commits into from
Jun 20, 2024
Merged

Add Input::Message case to predicate_address() #6117

merged 17 commits into from
Jun 20, 2024

Conversation

bitzoic
Copy link
Member

@bitzoic bitzoic commented Jun 13, 2024

Description

If the input type is a message and predicate_address() is called, the function would revert. The case for Input::Message has been added.

Closes #6106

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 Jun 13, 2024
@bitzoic bitzoic self-assigned this Jun 13, 2024
@bitzoic bitzoic requested review from a team as code owners June 13, 2024 06:31
@bitzoic bitzoic linked an issue Jun 13, 2024 that may be closed by this pull request
@bitzoic bitzoic requested a review from a team June 13, 2024 06:31
K1-R1
K1-R1 previously approved these changes Jun 13, 2024
@K1-R1 K1-R1 requested a review from a team June 13, 2024 17:06
IGI-111
IGI-111 previously approved these changes Jun 15, 2024
@bitzoic bitzoic dismissed stale reviews from IGI-111 and K1-R1 via d0be688 June 17, 2024 02:13
@bitzoic bitzoic requested review from K1-R1 and IGI-111 June 17, 2024 02:13
sdankel
sdankel previously approved these changes Jun 18, 2024
@bitzoic bitzoic enabled auto-merge (squash) June 19, 2024 03:55
@bitzoic bitzoic removed the request for review from a team June 20, 2024 08:01
@bitzoic bitzoic merged commit 9a52d74 into master Jun 20, 2024
35 checks passed
@bitzoic bitzoic deleted the bitzoic-6106 branch June 20, 2024 08:55
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.

Add Input::Message case to predicate_address()
5 participants