SusPay/Escrow/CryptoConditions statuses - edits per reviews

This commit is contained in:
mDuo13
2017-02-14 14:40:07 -08:00
parent 16e9ceb16a
commit bc50024cf0
2 changed files with 10 additions and 10 deletions

View File

@@ -328,7 +328,7 @@ TrustSetAuth
</tr>
</tbody>
</table>
<p>Although this amendment is enabled, it has no effect unless the <a href="#suspay">SusPay</a> amendment is also enabled. Ripple plans to withdraw SusPay and implement the same functionality as part of the <a href="#escrow">Escrow</a> amendment including crypto-condition support.</p>
<p>Although this amendment is enabled, it has no effect unless the <a href="#suspay">SusPay</a> amendment is also enabled. Ripple does not expect SusPay to become enabled. Instead, Ripple plans to incorporate crypto-conditions in the <a href="#escrow">Escrow</a> amendment.</p>
<h2 id="escrow">Escrow</h2>
<table>
<thead>
@@ -344,8 +344,8 @@ TrustSetAuth
</tr>
</tbody>
</table>
<p>Replaces the <a href="#suspay">SusPay</a> amendment, incorporating functionality from the <a href="#cryptoconditions">CryptoConditions</a> amendment.</p>
<p>Provides "suspended payments" for XRP for escrow within the Ripple Consensus Ledger including support for <a href="https://tools.ietf.org/html/draft-thomas-crypto-conditions-02">Interledger Protocol Crypto-Conditions</a>. Creates the <code>SuspendedPayment</code> ledger node type and the new transaction types <code>SuspendedPaymentCreate</code>, <code>SuspendedPaymentFinish</code>, and <code>SuspendedPaymentCancel</code>.</p>
<p>Replaces the <a href="#suspay">SusPay</a> and <a href="#cryptoconditions">CryptoConditions</a> amendments.</p>
<p>Provides "suspended payments" for XRP for escrow within the Ripple Consensus Ledger, including support for <a href="https://tools.ietf.org/html/draft-thomas-crypto-conditions-02">Interledger Protocol Crypto-Conditions</a>. Creates a new ledger node type for suspended payments and new transaction types to create, execute, and cancel suspended payments.</p>
<h2 id="feeescalation">FeeEscalation</h2>
<table>
<thead>
@@ -493,11 +493,11 @@ TrustSetAuth
<tbody>
<tr>
<td align="left">DA1BD556B42D85EA9C84066D028D355B52416734D3283F85E216EA5DA6DB7E13</td>
<td align="left">Withdrawn for production.<br/>Enabled on TestNet</td>
<td align="left">Not intended for production.<br/>Enabled on TestNet</td>
</tr>
</tbody>
</table>
<p>This amendment is currently enabled on the <a href="https://ripple.com/build/ripple-test-net/">Ripple Test Net</a>. In production, Ripple expects to enable the <a href="#escrow">Escrow</a> amendment instead.</p>
<p>This amendment is currently enabled on the <a href="https://ripple.com/build/ripple-test-net/">Ripple Test Net</a>. In production, Ripple expects to enable similar functionality with the <a href="#escrow">Escrow</a> amendment instead.</p>
<h2 id="trustsetauth">TrustSetAuth</h2>
<table>
<thead>

View File

@@ -135,7 +135,7 @@ The following is a comprehensive list of all known amendments and their status o
|:-----------------------------------------------------------------|:--------|
| 1562511F573A19AE9BD103B5D6B9E01B3B46805AEC5D3C4805C902B514399146 | Enabled |
Although this amendment is enabled, it has no effect unless the [SusPay](#suspay) amendment is also enabled. Ripple plans to withdraw SusPay and implement the same functionality as part of the [Escrow](#escrow) amendment including crypto-condition support.
Although this amendment is enabled, it has no effect unless the [SusPay](#suspay) amendment is also enabled. Ripple does not expect SusPay to become enabled. Instead, Ripple plans to incorporate crypto-conditions in the [Escrow](#escrow) amendment.
## Escrow
@@ -144,9 +144,9 @@ Although this amendment is enabled, it has no effect unless the [SusPay](#suspay
|:-----------------------------------------------------------------|:--------|
| 07D43DCE529B15A10827E5E04943B496762F9A88E3268269D69C44BE49E21104 | In Development |
Replaces the [SusPay](#suspay) amendment, incorporating functionality from the [CryptoConditions](#cryptoconditions) amendment.
Replaces the [SusPay](#suspay) and [CryptoConditions](#cryptoconditions) amendments.
Provides "suspended payments" for XRP for escrow within the Ripple Consensus Ledger including support for [Interledger Protocol Crypto-Conditions](https://tools.ietf.org/html/draft-thomas-crypto-conditions-02). Creates the `SuspendedPayment` ledger node type and the new transaction types `SuspendedPaymentCreate`, `SuspendedPaymentFinish`, and `SuspendedPaymentCancel`.
Provides "suspended payments" for XRP for escrow within the Ripple Consensus Ledger, including support for [Interledger Protocol Crypto-Conditions](https://tools.ietf.org/html/draft-thomas-crypto-conditions-02). Creates a new ledger node type for suspended payments and new transaction types to create, execute, and cancel suspended payments.
@@ -248,9 +248,9 @@ Changes the hash tree structure that `rippled` uses to represent a ledger. The n
| Amendment ID | Status |
|:-----------------------------------------------------------------|:----------|
| DA1BD556B42D85EA9C84066D028D355B52416734D3283F85E216EA5DA6DB7E13 | Withdrawn for production.<br />Enabled on TestNet |
| DA1BD556B42D85EA9C84066D028D355B52416734D3283F85E216EA5DA6DB7E13 | Not intended for production.<br />Enabled on TestNet |
This amendment is currently enabled on the [Ripple Test Net](https://ripple.com/build/ripple-test-net/). In production, Ripple expects to enable the [Escrow](#escrow) amendment instead.
This amendment is currently enabled on the [Ripple Test Net](https://ripple.com/build/ripple-test-net/). In production, Ripple expects to enable similar functionality with the [Escrow](#escrow) amendment instead.
## TrustSetAuth ##