Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Upgrade EVMC to 7.3.0 #237

Merged
merged 1 commit into from
Jun 12, 2020
Merged

Upgrade EVMC to 7.3.0 #237

merged 1 commit into from
Jun 12, 2020

Conversation

chfast
Copy link
Member

@chfast chfast commented Jun 10, 2020

No description provided.

@@ -151,7 +151,7 @@ TEST_F(evm_calls, create_balance_too_low)

TEST_F(evm_calls, create_failure)
{
host.call_result.create_address = evmc::address{{0xce}};
host.call_result.create_address = 0x00000000000000000000000000000000000000ce_address;
Copy link
Member

Choose a reason for hiding this comment

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

This is a short address so could also use

Suggested change
host.call_result.create_address = 0x00000000000000000000000000000000000000ce_address;
host.call_result.create_address = evmc::address{0xce};

Though I think both are fine.

@chfast chfast merged commit 766ebf5 into master Jun 12, 2020
@chfast chfast deleted the evmc branch June 12, 2020 14:41
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants