mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-25 21:25:22 +00:00
Automatically merged updates to draft EIP(s) 1613
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:
parent
1d77cdc1d6
commit
3beee14440
@ -117,7 +117,7 @@ The process of sending a relayed transaction:
|
||||
* Relay stake size and lock-up time.
|
||||
* Recent relay transactions (visible through `TransactionRelayed` events from `RelayHub`).
|
||||
* Optionally, reputation/blacklist/whitelist held by the sender app itself, or its backend, on per-app basis (not part of the gas stations network).
|
||||
* Sender prepares the transaction with its address, the recipient address, its current nonce from `RelayHub.nonces`, Relay's address, Relay's transaction fee, and gas price, and signs it.
|
||||
* Sender prepares the transaction with Sender's address, the recipient address, the actual transaction data, Relay's transaction fee, gas price, gas limit, its current nonce from `RelayHub.nonces`, RelayHub's address, and Relay's address, and then signs it.
|
||||
* Sender verifies that `RelayHub.balances[recipient]` holds enough ETH to pay Relay's fee.
|
||||
* Sender verifies that `Relay.balance` has enough eth to send the transaction
|
||||
* Sender sends the signed transaction to Relay's web interface.
|
||||
|
Loading…
x
Reference in New Issue
Block a user