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
After testing the storage of the signature component with a bytes32 tuple instead of a byte[64] array, it looks like we can save a lot of gas. This should be investigated more and changed if it makes sense. Another alternative is for the attest function to take the Attestation object as an input, via ABIEncoderV2.
The text was updated successfully, but these errors were encountered:
After testing the storage of the signature component with a
bytes32
tuple instead of abyte[64]
array, it looks like we can save a lot of gas. This should be investigated more and changed if it makes sense. Another alternative is for theattest
function to take theAttestation
object as an input, viaABIEncoderV2
.The text was updated successfully, but these errors were encountered: