mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-23 20:28:21 +00:00
EIP-2266: change status from draft to last call (#2958)
* fix https://github.com/ethereum/EIPs/pull/2308#issuecomment-689422758 * grammar improvements
This commit is contained in:
parent
14ec5c9f38
commit
1fdf3ba5b4
@ -3,7 +3,7 @@ eip: 2266
|
||||
title: Atomic Swap-based American Call Option Contract Standard
|
||||
author: Runchao Han <runchao.han@monash.edu>, Haoyu Lin <chris.haoyul@gmail.com>, Jiangshan Yu <jiangshan.yu@monash.edu>
|
||||
discussions-to: https://github.com/ethereum/EIPs/issues/2266
|
||||
status: Draft
|
||||
status: Last Call
|
||||
type: Standards Track
|
||||
category: ERC
|
||||
created: 2019-08-17
|
||||
@ -224,6 +224,12 @@ event PremiumRefunded(uint256 refundTimestamp, bytes32 secretHash, address refun
|
||||
+ Premium is refundable for the initiator only if the initiator initiates but the participant does not participate in the swap at all.
|
||||
|
||||
|
||||
## Security Considerations
|
||||
|
||||
+ The `initiateTimestamp` should cover the whole swap process.
|
||||
+ The participant should never participate before the premium has been deposited.
|
||||
|
||||
|
||||
## Backwards Compatibility
|
||||
|
||||
This proposal is fully backward compatible. Functionalities of existing standards will not be affected by this proposal, as it only provides additional features to them.
|
||||
|
Loading…
x
Reference in New Issue
Block a user