sputnikvm icon indicating copy to clipboard operation
sputnikvm copied to clipboard

sputnikvm-network-foundation fails with no_std

Open elichai opened this issue 6 years ago • 1 comments

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.

elichai avatar Jun 25 '18 17:06 elichai

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

mersinvald avatar Sep 14 '18 13:09 mersinvald