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

SHL, SHR, SAR, and related tests #352

Merged
merged 5 commits into from
Sep 27, 2018
Merged

SHL, SHR, SAR, and related tests #352

merged 5 commits into from
Sep 27, 2018

Conversation

mersinvald
Copy link
Contributor

This PR adds related Constantinople opcodes.
Issue: #350

Main question is how do we approach merging that?
Feature-by-feature or one big PR with all Constantinople changes included?
@whilei

Closes #350

@mersinvald mersinvald self-assigned this Sep 12, 2018
@ghost ghost added the Review label Sep 12, 2018
src/patch/mod.rs Outdated
@@ -177,6 +181,7 @@ impl Patch for EmbeddedByzantiumPatch {
fn has_static_call() -> bool { true }
fn has_revert() -> bool { true }
fn has_return_data() -> bool { true }
fn has_bitwise_shift() -> bool { false }
Copy link
Contributor

Choose a reason for hiding this comment

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

This Patch should be EmbeddedConstantinoplePatch, or?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh. Dunno what I did, but my comment just got removed.

Patch name is OK here, but I gotta add an EmbeddedConstantinoplePatch indeed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually decided to remove the EmbeddedByzantiumPatch: #353

@mersinvald
Copy link
Contributor Author

mersinvald commented Sep 12, 2018

Oops, forgot to update the network crates

@mersinvald mersinvald force-pushed the shift-opcodes branch 2 times, most recently from bdfd39b to 90dba02 Compare September 14, 2018 14:58
Copy link

@r8d8 r8d8 left a comment

Choose a reason for hiding this comment

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

@mersinvald , can you please fix CI builds

@mersinvald mersinvald force-pushed the shift-opcodes branch 2 times, most recently from 638d4cc to a1136d5 Compare September 17, 2018 12:14
@mersinvald
Copy link
Contributor Author

@r8d8 working on it

@mersinvald mersinvald force-pushed the shift-opcodes branch 2 times, most recently from 8c9bf35 to b933b0b Compare September 17, 2018 14:46
@mersinvald mersinvald merged commit ebe47f8 into master Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants