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

sputnikvm-network-foundation fails with no_std #333

Open
elichai opened this issue Jun 25, 2018 · 1 comment
Open

sputnikvm-network-foundation fails with no_std #333

elichai opened this issue Jun 25, 2018 · 1 comment

Comments

@elichai
Copy link
Contributor

elichai commented Jun 25, 2018

Hi,
I used sputnikVM with the sputnikvm-network-classic patch of HomesteadPatch with no_std and it works just fine.
But I tried changing to ByzantiumPatch from sputnikvm_network_foundation, and I got into std problems.
It seems like it comes from the precompiled contracts requirements (bn-plus and num-bigint).

Is there any good solution to this?
Thanks,
Elichai.

@mersinvald mersinvald added this to the Version 0.11 milestone Aug 30, 2018
@mersinvald
Copy link
Contributor

Problem is in the expmod and bn128 implementations which can't currently be built with std feature disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants