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

Return static Eip658Value from TxReceipt trait method #1394

Merged
merged 2 commits into from
Sep 29, 2024

Conversation

emhane
Copy link
Member

@emhane emhane commented Sep 28, 2024

Motivation

Enable conversion from bool to Eip658Value in TxReceipt::status_or_post_state trait method body

Solution

Changes signature TxReceipt::status_or_post_state from returning ref to Eip658Value, to returning static type

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@emhane emhane added the debt Tech debt which needs to be addressed label Sep 28, 2024
@DaniPopes DaniPopes merged commit b9c9e67 into main Sep 29, 2024
26 checks passed
@DaniPopes DaniPopes deleted the emhane/tx-receipt branch September 29, 2024 22:38
lwedge99 pushed a commit to sentioxyz/alloy that referenced this pull request Oct 8, 2024
)

Return static Eip658Value from TxReceipt trait method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Tech debt which needs to be addressed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants