Results 29 comments of Sydhds

From what I read in the code, there is already some filtering for operations: https://github.com/massalabs/massa/blob/d09e9b6f966758c36dc39e9b98c1c5dd56ca3a3b/massa-protocol-worker/src/protocol_worker.rs#L964 and for endorsements: https://github.com/massalabs/massa/blob/d09e9b6f966758c36dc39e9b98c1c5dd56ca3a3b/massa-protocol-worker/src/protocol_worker.rs#L1065 I've added a quick fix here: https://github.com/massalabs/massa/pull/3202

@damip can we discuss about what we should do next for this issue?

@damip Should we close the issue or keep it like that for now?

Problem with rust script is that you need to import some dependencies in order to perform simple task. As an example in https://github.com/massalabs/massa/blob/main/tools/setup_test.rs, we need: * clap (argument parsing) *...

Looks like an error related to assembly code emitted by the wasmer compiler (singlepass) and AVX. @aoudiamoncef can we have more info about the processor used?

@vlasinus I'm currently investigating the issue. Can you give me more info about your cpu (log from: cat /proc/cpuinfo) ?

@vlasinus under KVM, your CPU does not support SSE4_2 (which is required). Normally you could configure it to support this extension. We will update our documentation for the minimum CPU...

> > ## Massa 18.0 > > Ubuntu 18.04 > > Sunucu: Intel(R) Xeon(R) CPU E5-2470 v2 @ 2.40GHz, RAM: 96mb > > Her şey birkaç saat çalışıyor, sonra hata...

DO NOT Merge this PR; it's only for testing purpose :)

> @sydhds Can we close this now that @Reda-R work on it on massa-cloud-simulator ? I'm closing it as this is a test.