rippled - link release notes to github (#188)

This commit is contained in:
Rome Reginelli
2016-05-24 11:51:38 -07:00
parent f9f3abb6c3
commit 3f0768f994
2 changed files with 19 additions and 9 deletions

View File

@@ -11114,9 +11114,19 @@ The response follows the [standard format](#response-formatting), with a success
* Any of the [universal error types](#universal-errors).
<!---- rippled release notes links ---->
[version 0.26.0]: https://wiki.ripple.com/Rippled-0.26.0
[version 0.26.4]: https://wiki.ripple.com/Rippled-0.26.4
[version 0.26.0]: https://github.com/ripple/rippled/releases/tag/0.26.0
[version 0.26.1]: https://github.com/ripple/rippled/releases/tag/0.26.1
[version 0.26.2]: https://github.com/ripple/rippled/releases/tag/0.26.2
[version 0.26.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.3-sp1
[version 0.26.4]: https://github.com/ripple/rippled/releases/tag/0.26.4
[version 0.26.4-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.4-sp1
[version 0.27.0]: https://github.com/ripple/rippled/releases/tag/0.27.0
[version 0.27.1]: https://github.com/ripple/rippled/releases/tag/0.27.1
[version 0.27.2]: https://github.com/ripple/rippled/releases/tag/0.27.2
[version 0.27.3]: https://github.com/ripple/rippled/releases/tag/0.27.3
[version 0.27.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp1
[version 0.27.3-sp2]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp2
[version 0.27.4]: https://github.com/ripple/rippled/releases/tag/0.27.4
[version 0.28.0]: https://github.com/ripple/rippled/releases/tag/0.28.0
[version 0.28.2]: https://github.com/ripple/rippled/releases/tag/0.28.2
[version 0.29.0]: https://github.com/ripple/rippled/releases/tag/0.29.0

View File

@@ -1213,7 +1213,7 @@ rippled account_info r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 true
<tr>
<td>validated</td>
<td>Boolean</td>
<td>True if this data is from a validated ledger version; if omitted or set to false, this data is not final. <em>(New in <a href="https://wiki.ripple.com/Rippled-0.26.0">version 0.26.0</a>)</em></td>
<td>True if this data is from a validated ledger version; if omitted or set to false, this data is not final. <em>(New in <a href="https://github.com/ripple/rippled/releases/tag/0.26.0">version 0.26.0</a>)</em></td>
</tr>
</tbody>
</table>
@@ -1284,12 +1284,12 @@ rippled account_info r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 true
<tr>
<td>limit</td>
<td>Integer</td>
<td>(Optional, default varies) Limit the number of transactions to retrieve. The server is not required to honor this value. Cannot be smaller than 10 or larger than 400. <em>(New in <a href="https://wiki.ripple.com/Rippled-0.26.4">version 0.26.4</a>)</em></td>
<td>(Optional, default varies) Limit the number of transactions to retrieve. The server is not required to honor this value. Cannot be smaller than 10 or larger than 400. <em>(New in <a href="https://github.com/ripple/rippled/releases/tag/0.26.4">version 0.26.4</a>)</em></td>
</tr>
<tr>
<td>marker</td>
<td><a href="#markers-and-pagination">(Not Specified)</a></td>
<td>(Optional) Server-provided value to specify where to resume retrieving data from. <em>(New in <a href="https://wiki.ripple.com/Rippled-0.26.4">version 0.26.4</a>)</em></td>
<td>(Optional) Server-provided value to specify where to resume retrieving data from. <em>(New in <a href="https://github.com/ripple/rippled/releases/tag/0.26.4">version 0.26.4</a>)</em></td>
</tr>
</tbody>
</table>
@@ -1419,7 +1419,7 @@ rippled account_info r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 true
<tr>
<td>marker</td>
<td><a href="#markers-and-pagination">(Not Specified)</a></td>
<td>Server-defined value. Pass this to the next call in order to resume where this call left off. Omitted when there are no additional pages after this one. <em>(New in <a href="https://wiki.ripple.com/Rippled-0.26.4">version 0.26.4</a>)</em></td>
<td>Server-defined value. Pass this to the next call in order to resume where this call left off. Omitted when there are no additional pages after this one. <em>(New in <a href="https://github.com/ripple/rippled/releases/tag/0.26.4">version 0.26.4</a>)</em></td>
</tr>
</tbody>
</table>
@@ -1562,12 +1562,12 @@ rippled account_offers r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 current
<tr>
<td>limit</td>
<td>Integer</td>
<td>(Optional, default varies) Limit the number of transactions to retrieve. The server is not required to honor this value. Cannot be lower than 10 or higher than 400. <em>(New in <a href="https://wiki.ripple.com/Rippled-0.26.4">version 0.26.4</a>)</em></td>
<td>(Optional, default varies) Limit the number of transactions to retrieve. The server is not required to honor this value. Cannot be lower than 10 or higher than 400. <em>(New in <a href="https://github.com/ripple/rippled/releases/tag/0.26.4">version 0.26.4</a>)</em></td>
</tr>
<tr>
<td>marker</td>
<td><a href="#markers-and-pagination">(Not Specified)</a></td>
<td>Server-provided value to specify where to resume retrieving data from. <em>(New in <a href="https://wiki.ripple.com/Rippled-0.26.4">version 0.26.4</a>)</em></td>
<td>Server-provided value to specify where to resume retrieving data from. <em>(New in <a href="https://github.com/ripple/rippled/releases/tag/0.26.4">version 0.26.4</a>)</em></td>
</tr>
</tbody>
</table>
@@ -1699,7 +1699,7 @@ rippled account_offers r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 current
<tr>
<td>marker</td>
<td><a href="#markers-and-pagination">(Not Specified)</a></td>
<td>Server-defined value. Pass this to the next call in order to resume where this call left off. Omitted when there are no pages of information after this one. <em>(New in <a href="https://wiki.ripple.com/Rippled-0.26.4">version 0.26.4</a>)</em></td>
<td>Server-defined value. Pass this to the next call in order to resume where this call left off. Omitted when there are no pages of information after this one. <em>(New in <a href="https://github.com/ripple/rippled/releases/tag/0.26.4">version 0.26.4</a>)</em></td>
</tr>
</tbody>
</table>