You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The l1tx paylod is not signed by the enclave.
Meaning that the contract will always fail the signature validation on the RespondNetworkSecret.
This doesn't brake the simulation because the hosts parse transactions regardless if they were reverted or not - connected with #262
The text was updated successfully, but these errors were encountered:
otherview
changed the title
The contract always reverts as the l1tx is not signed by the enclave
The contract RespondNetworkSecret always reverts as the l1tx is not signed by the enclave
Jun 22, 2022
https://github.com/obscuronet/go-obscuro/tree/main/go/obscuronode/host/host.go#L504-L505
The l1tx paylod is not signed by the enclave.
Meaning that the contract will always fail the signature validation on the RespondNetworkSecret.
This doesn't brake the simulation because the hosts parse transactions regardless if they were reverted or not - connected with #262
The text was updated successfully, but these errors were encountered: