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:
HAOYUatHZ 2020-09-09 18:44:34 +08:00 committed by GitHub
parent 14ec5c9f38
commit 1fdf3ba5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.