rippled 0.32.0 (#197)

* rippled - telCAN_NOT_QUEUE drafted

* tx cost - clarify when lsfPasswordSpent enabled

* rippled - load factors in server_info/state, fee unprivileged, queuing 10 txs/act (DOC-437)

* rippled - extended validation stream messages

* rippled - fix broken transaction cost links
This commit is contained in:
Rome Reginelli
2016-06-27 13:45:45 -07:00
committed by GitHub
parent f6d4ce32a7
commit 165af1e156
6 changed files with 211 additions and 47 deletions

View File

@@ -1735,6 +1735,10 @@
<td>The transaction specified a public key value (for example, as the <code>MessageKey</code> field of an <a href="#accountset">AccountSet transaction</a>) that cannot be used, probably because it is too long.</td>
</tr>
<tr>
<td>telCAN_NOT_QUEUE</td>
<td>The transaction did not meet the <a href="concept-transaction-cost.html">open ledger cost</a>, but this server did not queue it because it failed one of the server's heuristics for being "likely to succeed". You can try again later or sign and submit a replacement transaction with a higher transaction cost in the <code>Fee</code> field.</td>
</tr>
<tr>
<td>telFAILED_PROCESSING</td>
<td>An unspecified error occurred when processing the transaction.</td>
</tr>