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 teerex pallet already contains some complex parsing logic (certificates, sgx data structures, ...) and the addition of DCAP will lead to even more parsing logic.
Given that any issue in the pallet have security implications and a panic in the pallet would be severe for the blockchain I think we should think about adding some fuzzy tests.
The pallet interface (just a vec of u8) is very simple so it should be quite easy
I think in the long run this could also be interesting for some of our other interfaces (RPC calls, externalities, ...)
The text was updated successfully, but these errors were encountered:
The teerex pallet already contains some complex parsing logic (certificates, sgx data structures, ...) and the addition of DCAP will lead to even more parsing logic.
Given that any issue in the pallet have security implications and a panic in the pallet would be severe for the blockchain I think we should think about adding some fuzzy tests.
The text was updated successfully, but these errors were encountered: