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 spec states that LDC could be used to "concatenate" code of multiple contracts. Currently the opcode does orig_contract.code || orig_contract.padding || new_contract.code || new_contract.padding instead of orig_contract.code || new_contract.code || padding.
The text was updated successfully, but these errors were encountered:
The spec states that LDC could be used to "concatenate" code of multiple contracts. Currently the opcode does orig_contract.code || orig_contract.padding || new_contract.code || new_contract.padding instead of orig_contract.code || new_contract.code || padding.
The text was updated successfully, but these errors were encountered: