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
Add one more argument to the ed19 copse. Use the immediate value to set the length of the signing payload. 0 defaults to 32 as is, if a value is specified that value is followed as the payload length to sign.
Change gas metering to incorporate a dynamically signed payload, consider having a limit of 1024 for now which can be lifted later when we become comfortable with this opcode.
This changes requires corresponding modification info the specification.
The text was updated successfully, but these errors were encountered:
Add one more argument to the
ed19
copse. Use the immediate value to set the length of the signing payload. 0 defaults to 32 as is, if a value is specified that value is followed as the payload length to sign.Change gas metering to incorporate a dynamically signed payload, consider having a limit of 1024 for now which can be lifted later when we become comfortable with this opcode.
This changes requires corresponding modification info the specification.
The text was updated successfully, but these errors were encountered: