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: use BlockId superset over BlockNumberOrTag where applicable #1135

Merged
merged 6 commits into from
Aug 8, 2024

Conversation

zerosnacks
Copy link
Member

@zerosnacks zerosnacks commented Aug 8, 2024

Motivation

Closes #1134

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@@ -1107,7 +1107,7 @@ mod tests {
}
}

#[cfg(feature = "ws")]
#[cfg(all(feature = "ws", not(windows)))]
Copy link
Member Author

Choose a reason for hiding this comment

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

Note ticket: #1136

Comment on lines +33 to +34
# All features
- "--all-features"
Copy link
Member Author

@zerosnacks zerosnacks Aug 8, 2024

Choose a reason for hiding this comment

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

Test cases in trace, debug including others were actually not being tested by the CI

I think opting for an --all-features CI job makes sense here as a general solution, solving issues that may arise on a case-by-case basis

@zerosnacks zerosnacks changed the title fix: use BlockId superset over BlockNumberOrTag fix: use BlockId superset over BlockNumberOrTag where applicable Aug 8, 2024
@mattsse mattsse merged commit 1e6faaa into main Aug 8, 2024
26 checks passed
@mattsse mattsse deleted the zerosnacks/fix-blocknumberortag-blockid branch August 8, 2024 10:58
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.

[Bug] Evaluate correctness of BlockNumberOrTag versus BlockId usage in RPC methods
2 participants