Automatically merged updates to draft EIP(s) 3074 (#3089)

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
Sam Wilson 2020-11-02 13:34:48 -05:00 committed by GitHub
parent 17c0fd5897
commit 3d1188709f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ Sponsored transactions are implemented with the addition of two precompiles:
The arguments to `CALL_PRECOMPILE` are encoded as `rlp([nonce, gaslimit, to, value, data, v, r, s])`.
The signature (`v`, `r`, `s`) arguments are computed from `secp256k1(keccak256(rlp([nonce, gaslimit, to, value, data, relayer])))`.
The signature (`v`, `r`, `s`) arguments are computed from `secp256k1(keccak256(rlp([nonce, gaslimit, to, value, data, relayer, chainid])))`.
`CALL_PRECOMPILE` returns a failure without changing the nonce in the following situations:
- Invalid signature