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
Related to #851 when matching with the creation bytecode, we are assuming the bytecode has the auxdata at the end of the contract when doing splitAuxdata. E.g.:
Related to #851 when matching with the creation bytecode, we are assuming the bytecode has the auxdata at the end of the contract when doing
splitAuxdata
. E.g.:sourcify/packages/lib-sourcify/src/lib/verification.ts
Lines 479 to 481 in 38fdfaf
This does not cause a bug as
splitAuxdata
will return the original bytecode if it fails to find the CBOR part and the verification will fail again.Instead we should use the
findAuxdataPositions
function we created to find the positions by recompiling, and not assumeView in Huly HI-489
The text was updated successfully, but these errors were encountered: