moriaab

Results 10 comments of moriaab

Thank you so much @elichai

@lacabra To reproduce the behavior I need some clarifications: 1. Does the valid contract have a constructor. It is better if you point me to the real contract. 2. What...

This defect is planned to be fixed as part of general improvement of treating wrong inputs for deployment and computation of secret contracts.

If I try to add "0x" to a pre_code, there is no exception. The following happens: `to_hex` fails here https://github.com/enigmampc/enigma-core/blob/develop/enigma-core/app/src/networking/ipc_listener.rs#L309 and then `IpcResponse::Error` is created (as expected). @elichai, as far...

This defect is planned to be fixed as part of general improvement of treating wrong inputs for deployment and computation of secret contracts.

This defect is planned to be fixed as part of general improvement of treating wrong inputs for deployment and computation of secret contracts.

The related core issue is https://github.com/enigmampc/enigma-core/issues/131. I suggest to add a test to the core for this fix (@elichai, @lacabra).

@lacabra What happens here is what we call **system error**. It shouldn't happen in this case, but instead the failed task should be returned to the user. As we discussed,...

@lenak25 @mdemri @Cashmaney @AvishaiW (cc @lacabra) This is an initial set of the network events to test in system tests that we agreed upon (maybe some of the events may...

This was already identified as core error. See https://github.com/enigmampc/enigma-core/issues/128, including @moriaab comment. (@lacabra)