mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
1035 lines
51 KiB
Markdown
1035 lines
51 KiB
Markdown
---
|
|
html: tel-codes-concepts.html
|
|
parent: transaction-results-concepts.html
|
|
blurb: tel code definitions.
|
|
labels:
|
|
- Transactions
|
|
---
|
|
# tel Codes
|
|
|
|
These codes indicate an error in the local server processing the transaction; it is possible that another server with a different configuration or load level could process the transaction successfully. They have numerical values in the range -399 to -300. The exact code for any given error is subject to change, so don't rely on it.
|
|
|
|
**Caution:** Transactions with `tel` codes are not applied to ledgers and cannot cause any changes to the XRP Ledger state. However, these transactions may be automatically cached and retried later. Transactions that provisionally failed may still succeed or fail with a different code after being reapplied. For more information, see [Finality of Results](finality-of-results.html).
|
|
|
|
<!-- and [Reliable Transaction Submission](reliable-transaction-submission.md). -->
|
|
|
|
| Code | Explanation |
|
|
|:----------------------|:-----------------------------------------------------|
|
|
| `telBAD_DOMAIN` | The transaction specified a domain value (for example, the `Domain` field of an `AccountSet` transaction) that cannot be used, probably because it is too long to store in the ledger. |
|
|
| `telBAD_PATH_COUNT` | The transaction contains too many paths for the local server to process. |
|
|
| `telBAD_PUBLIC_KEY` | The transaction specified a public key value (for example, as the `MessageKey` field of an `AccountSet` transaction) that cannot be used, probably because it is not the right length. |
|
|
| `telCAN_NOT_QUEUE` | The transaction did not meet the [open ledger cost](transaction-cost.html), but this server did not queue this transaction because it did not meet the [queuing restrictions](transaction-queue.html#queuing-restrictions). For example, a transaction returns this code when the sender already has 10 other transactions in the queue. You can try again later or sign and submit a replacement transaction with a higher transaction cost in the `Fee` field. |
|
|
| `telCAN_NOT_QUEUE_BALANCE` | The transaction did not meet the [open ledger cost](transaction-cost.html) and also was not added to the transaction queue because the sum of potential XRP costs of already-queued transactions is greater than the expected balance of the account. You can try again later, or try submitting to a different server. New in: rippled 0.70.2 |
|
|
| `telCAN_NOT_QUEUE_BLOCKS` | The transaction did not meet the [open ledger cost](transaction-cost.html) and also was not added to the transaction queue. This transaction could not replace an existing transaction in the queue because it would block already-queued transactions from the same sender by changing authorization methods. (This includes all `SetRegularKey` and `SignerListSet` transactions, as well as `AccountSet` transactions that change the `RequireAuth`/`OptionalAuth`, `DisableMaster`, or `AccountTxnID` flags.) You can try again later, or try submitting to a different server. New in: rippled 0.70.2 |
|
|
| `telCAN_NOT_QUEUE_BLOCKED` | The transaction did not meet the [open ledger cost](transaction-cost.html) and also was not added to the transaction queue because a transaction queued ahead of it from the same sender blocks it. (This includes all `SetRegularKey` and `SignerListSet` transactions, as well as `AccountSet` transactions that change the `RequireAuth`/`OptionalAuth`, `DisableMaster`, or `AccountTxnID` flags.) You can try again later, or try submitting to a different server. New in: rippled 0.70.2 |
|
|
| `telCAN_NOT_QUEUE_FEE` | The transaction did not meet the [open ledger cost](transaction-cost.html) and also was not added to the transaction queue. This code occurs when a transaction with the same sender and sequence number already exists in the queue and the new one does not pay a large enough transaction cost to replace the existing transaction. To replace a transaction in the queue, the new transaction must have a `Fee` value that is at least 25% more, as measured in [fee levels](transaction-cost.html#fee-levels). You can increase the `Fee` and try again, send this with a higher `Sequence` number so it doesn't replace an existing transaction, or try sending to another server. New in: rippled 0.70.2 |
|
|
| `telCAN_NOT_QUEUE_FULL` | The transaction did not meet the [open ledger cost](transaction-cost.html) and the server did not queue this transaction because this server's transaction queue is full. You could increase the `Fee` and try again, try again later, or try submitting to a different server. The new transaction must have a higher transaction cost, as measured in [fee levels](transaction-cost.html#fee-levels), than the transaction in the queue with the smallest transaction cost. New in: rippled 0.70.2 |
|
|
| `telFAILED_PROCESSING` | An unspecified error occurred when processing the transaction. |
|
|
| `telINSUF_FEE_P` | The `Fee` from the transaction is not high enough to meet the server's current [transaction cost](transaction-cost.html) requirement, which is derived from its load level and network-level requirements. If the individual server is too busy to process your transaction right now, it may cache the transaction and automatically retry later. |
|
|
| `telLOCAL_ERROR` | Unspecified local error. |
|
|
| `telNO_DST`_`PARTIAL` | The transaction is an XRP payment that would fund a new account, but the [`tfPartialPayment` flag](partial-payments.html) was enabled. This is disallowed. |
|
|
|
|
<!---->
|
|
<!--
|
|
[Address]: basic-data-types.html#addresses
|
|
[アドレス]: basic-data-types.html#アドレス
|
|
[admin command]: admin-rippled-methods.html
|
|
[base58]: base58-encodings.html
|
|
[common fields]: transaction-common-fields.html
|
|
[共通フィールド]: transaction-common-fields.html
|
|
[Currency Amount]: basic-data-types.html#specifying-currency-amounts
|
|
[通貨額]: basic-data-types.html#通貨額の指定
|
|
[通貨額の指定]: basic-data-types.html#通貨額の指定
|
|
[Currency Code]: currency-formats.html#currency-codes
|
|
[通貨コード]: currency-formats.html#通貨コード
|
|
[drops of XRP]: basic-data-types.html#specifying-currency-amounts
|
|
[fee levels]: transaction-cost.html#fee-levels
|
|
[XRPのdrop数]: basic-data-types.html#通貨額の指定
|
|
[Hash]: basic-data-types.html#hashes
|
|
[ハッシュ]: basic-data-types.html#ハッシュ
|
|
[identifying hash]: transaction-basics.html#identifying-transactions
|
|
[識別用ハッシュ]: transaction-basics.html#トランザクションの識別
|
|
[Internal Type]: serialization.html
|
|
[内部の型]: serialization.html
|
|
[Ledger Index]: basic-data-types.html#ledger-index
|
|
[ledger index]: basic-data-types.html#ledger-index
|
|
[レジャーインデックス]: basic-data-types.html#レジャーインデックス
|
|
[ledger format]: ledger-object-types.html
|
|
[レジャーフォーマット]: ledger-data-formats.html
|
|
[Marker]: markers-and-pagination.html
|
|
[マーカー]: markers-and-pagination.html
|
|
[node public key]: peer-protocol.html#node-key-pair
|
|
[ノード公開鍵]: peer-protocol.html#ノードキーペア
|
|
[node key pair]: peer-protocol.html#node-key-pair
|
|
[ノードキーペア]: peer-protocol.html#ノードキーペア
|
|
[peer reservation]: peer-protocol.html#fixed-peers-and-peer-reservations
|
|
[peer reservations]: peer-protocol.html#fixed-peers-and-peer-reservations
|
|
[ピアリザベーション]: peer-protocol.html#固定ピアとピアリザベーション
|
|
[public servers]: public-servers.html
|
|
[公開サーバー]: public-servers.html
|
|
[result code]: transaction-results.html
|
|
[seconds since the Ripple Epoch]: basic-data-types.html#specifying-time
|
|
[Reporting Mode]: rippled-server-modes.html#reporting-mode
|
|
[Rippleエポック以降の経過秒数]: basic-data-types.html#時間の指定
|
|
[Sequence Number]: basic-data-types.html#account-sequence
|
|
[シーケンス番号]: basic-data-types.html#アカウントシーケンス
|
|
[SHA-512Half]: basic-data-types.html#hashes
|
|
[SHA-512ハーフ]: basic-data-types.html#ハッシュ
|
|
[Specifying Currency Amounts]: basic-data-types.html#specifying-currency-amounts
|
|
[Specifying Ledgers]: basic-data-types.html#specifying-ledgers
|
|
[レジャーの指定]: basic-data-types.html#レジャーの指定
|
|
[Specifying Time]: basic-data-types.html#specifying-time
|
|
[時間の指定]: basic-data-types.html#時間の指定
|
|
[stand-alone mode]: rippled-server-modes.html#stand-alone-mode
|
|
[standard format]: response-formatting.html
|
|
[標準フォーマット]: response-formatting.html
|
|
[Transaction Cost]: transaction-cost.html
|
|
[transaction cost]: transaction-cost.html
|
|
[トランザクションコスト]: transaction-cost.html
|
|
[universal error types]: error-formatting.html#universal-errors
|
|
[汎用エラータイプ]: error-formatting.html#汎用エラー
|
|
[XRP, in drops]: basic-data-types.html#specifying-currency-amounts
|
|
[XRP、drop単位]: basic-data-types.html#通貨額の指定
|
|
[NFToken]: nftoken.html
|
|
|
|
<!-- API object types --
|
|
|
|
|
|
|
|
|
|
[AccountRoot object]: accountroot.html
|
|
|
|
|
|
|
|
|
|
[Amendments object]: amendments.html
|
|
|
|
|
|
|
|
|
|
[Check object]: check.html
|
|
|
|
|
|
|
|
|
|
[DepositPreauth object]: depositpreauth.html
|
|
|
|
|
|
|
|
|
|
[DirectoryNode object]: directorynode.html
|
|
|
|
|
|
|
|
|
|
[Escrow object]: escrow.html
|
|
|
|
|
|
|
|
|
|
[FeeSettings object]: feesettings.html
|
|
|
|
|
|
|
|
|
|
[LedgerHashes object]: ledgerhashes.html
|
|
|
|
|
|
|
|
|
|
[NegativeUNL object]: negativeunl.html
|
|
|
|
|
|
|
|
|
|
[NFTokenOffer object]: nftokenoffer.html
|
|
|
|
|
|
|
|
|
|
[NFTokenPage object]: nftokenpage.html
|
|
|
|
|
|
|
|
|
|
[Offer object]: offer.html
|
|
|
|
|
|
|
|
|
|
[PayChannel object]: paychannel.html
|
|
|
|
|
|
|
|
|
|
[RippleState object]: ripplestate.html
|
|
|
|
|
|
|
|
|
|
[SignerList object]: signerlist.html
|
|
|
|
|
|
|
|
|
|
[Ticket object]: ticket.html
|
|
|
|
|
|
|
|
|
|
|
|
<!----
|
|
[crypto-condition]: https://tools.ietf.org/html/draft-thomas-crypto-conditions-04
|
|
[crypto-conditions]: https://tools.ietf.org/html/draft-thomas-crypto-conditions-04
|
|
[Crypto-Conditions Specification]: https://tools.ietf.org/html/draft-thomas-crypto-conditions-04
|
|
[hexadecimal]: https://en.wikipedia.org/wiki/Hexadecimal
|
|
[Interledger Protocol]: https://interledger.org/
|
|
[RFC-1751]: https://tools.ietf.org/html/rfc1751
|
|
[ripple-lib]: https://github.com/XRPLF/xrpl.js
|
|
|
|
<!----
|
|
|
|
|
|
|
|
[account_channels method]: account_channels.html
|
|
[account_channels command]: account_channels.html
|
|
|
|
|
|
[account_currencies method]: account_currencies.html
|
|
[account_currencies command]: account_currencies.html
|
|
|
|
|
|
[account_info method]: account_info.html
|
|
[account_info command]: account_info.html
|
|
|
|
|
|
[account_lines method]: account_lines.html
|
|
[account_lines command]: account_lines.html
|
|
|
|
|
|
[account_objects method]: account_objects.html
|
|
[account_objects command]: account_objects.html
|
|
|
|
|
|
[account_offers method]: account_offers.html
|
|
[account_offers command]: account_offers.html
|
|
|
|
|
|
[account_tx method]: account_tx.html
|
|
[account_tx command]: account_tx.html
|
|
|
|
|
|
[book_offers method]: book_offers.html
|
|
[book_offers command]: book_offers.html
|
|
|
|
|
|
[can_delete method]: can_delete.html
|
|
[can_delete command]: can_delete.html
|
|
|
|
|
|
[channel_authorize method]: channel_authorize.html
|
|
[channel_authorize command]: channel_authorize.html
|
|
|
|
|
|
[channel_verify method]: channel_verify.html
|
|
[channel_verify command]: channel_verify.html
|
|
|
|
|
|
[connect method]: connect.html
|
|
[connect command]: connect.html
|
|
|
|
|
|
[consensus_info method]: consensus_info.html
|
|
[consensus_info command]: consensus_info.html
|
|
|
|
|
|
[crawl_shards method]: crawl_shards.html
|
|
[crawl_shards command]: crawl_shards.html
|
|
|
|
|
|
[deposit_authorized method]: deposit_authorized.html
|
|
[deposit_authorized command]: deposit_authorized.html
|
|
|
|
|
|
[download_shard method]: download_shard.html
|
|
[download_shard command]: download_shard.html
|
|
|
|
|
|
[feature method]: feature.html
|
|
[feature command]: feature.html
|
|
|
|
|
|
[fee method]: fee.html
|
|
[fee command]: fee.html
|
|
|
|
|
|
[fetch_info method]: fetch_info.html
|
|
[fetch_info command]: fetch_info.html
|
|
|
|
|
|
[gateway_balances method]: gateway_balances.html
|
|
[gateway_balances command]: gateway_balances.html
|
|
|
|
|
|
[get_counts method]: get_counts.html
|
|
[get_counts command]: get_counts.html
|
|
|
|
|
|
[json method]: json.html
|
|
[json command]: json.html
|
|
|
|
|
|
[ledger method]: ledger.html
|
|
[ledger command]: ledger.html
|
|
|
|
|
|
[ledger_accept method]: ledger_accept.html
|
|
[ledger_accept command]: ledger_accept.html
|
|
|
|
|
|
[ledger_cleaner method]: ledger_cleaner.html
|
|
[ledger_cleaner command]: ledger_cleaner.html
|
|
|
|
|
|
[ledger_closed method]: ledger_closed.html
|
|
[ledger_closed command]: ledger_closed.html
|
|
|
|
|
|
[ledger_current method]: ledger_current.html
|
|
[ledger_current command]: ledger_current.html
|
|
|
|
|
|
[ledger_data method]: ledger_data.html
|
|
[ledger_data command]: ledger_data.html
|
|
|
|
|
|
[ledger_entry method]: ledger_entry.html
|
|
[ledger_entry command]: ledger_entry.html
|
|
|
|
|
|
[ledger_request method]: ledger_request.html
|
|
[ledger_request command]: ledger_request.html
|
|
|
|
|
|
[log_level method]: log_level.html
|
|
[log_level command]: log_level.html
|
|
|
|
|
|
[logrotate method]: logrotate.html
|
|
[logrotate command]: logrotate.html
|
|
|
|
|
|
[manifest method]: manifest.html
|
|
[manifest command]: manifest.html
|
|
|
|
|
|
[noripple_check method]: noripple_check.html
|
|
[noripple_check command]: noripple_check.html
|
|
|
|
|
|
[path_find method]: path_find.html
|
|
[path_find command]: path_find.html
|
|
|
|
|
|
[peer_reservations_add method]: peer_reservations_add.html
|
|
[peer_reservations_add command]: peer_reservations_add.html
|
|
|
|
|
|
[peer_reservations_del method]: peer_reservations_del.html
|
|
[peer_reservations_del command]: peer_reservations_del.html
|
|
|
|
|
|
[peer_reservations_list method]: peer_reservations_list.html
|
|
[peer_reservations_list command]: peer_reservations_list.html
|
|
|
|
|
|
[peers method]: peers.html
|
|
[peers command]: peers.html
|
|
|
|
|
|
[ping method]: ping.html
|
|
[ping command]: ping.html
|
|
|
|
|
|
[print method]: print.html
|
|
[print command]: print.html
|
|
|
|
|
|
[random method]: random.html
|
|
[random command]: random.html
|
|
|
|
|
|
[ripple_path_find method]: ripple_path_find.html
|
|
[ripple_path_find command]: ripple_path_find.html
|
|
|
|
|
|
[server_info method]: server_info.html
|
|
[server_info command]: server_info.html
|
|
|
|
|
|
[server_state method]: server_state.html
|
|
[server_state command]: server_state.html
|
|
|
|
|
|
[sign method]: sign.html
|
|
[sign command]: sign.html
|
|
|
|
|
|
[sign_for method]: sign_for.html
|
|
[sign_for command]: sign_for.html
|
|
|
|
|
|
[stop method]: stop.html
|
|
[stop command]: stop.html
|
|
|
|
|
|
[submit method]: submit.html
|
|
[submit command]: submit.html
|
|
|
|
|
|
[submit_multisigned method]: submit_multisigned.html
|
|
[submit_multisigned command]: submit_multisigned.html
|
|
|
|
|
|
[subscribe method]: subscribe.html
|
|
[subscribe command]: subscribe.html
|
|
|
|
|
|
[transaction_entry method]: transaction_entry.html
|
|
[transaction_entry command]: transaction_entry.html
|
|
|
|
|
|
[tx method]: tx.html
|
|
[tx command]: tx.html
|
|
|
|
|
|
[tx_history method]: tx_history.html
|
|
[tx_history command]: tx_history.html
|
|
|
|
|
|
[unsubscribe method]: unsubscribe.html
|
|
[unsubscribe command]: unsubscribe.html
|
|
|
|
|
|
[validation_create method]: validation_create.html
|
|
[validation_create command]: validation_create.html
|
|
|
|
|
|
[validation_seed method]: validation_seed.html
|
|
[validation_seed command]: validation_seed.html
|
|
|
|
|
|
[validator_info method]: validator_info.html
|
|
[validator_info command]: validator_info.html
|
|
|
|
|
|
[validator_list_sites method]: validator_list_sites.html
|
|
[validator_list_sites command]: validator_list_sites.html
|
|
|
|
|
|
[validators method]: validators.html
|
|
[validators command]: validators.html
|
|
|
|
|
|
[wallet_propose method]: wallet_propose.html
|
|
[wallet_propose command]: wallet_propose.html
|
|
|
|
|
|
|
|
<!----
|
|
|
|
|
|
|
|
[Checks amendment]: known-amendments.html#checks
|
|
|
|
[CheckCashMakesTrustLine amendment]: known-amendments.html#checkcashmakestrustline
|
|
|
|
[CryptoConditions amendment]: known-amendments.html#cryptoconditions
|
|
|
|
[CryptoConditionsSuite amendment]: known-amendments.html#cryptoconditionssuite
|
|
|
|
[DeletableAccounts amendment]: known-amendments.html#deletableaccounts
|
|
|
|
[DepositAuth amendment]: known-amendments.html#depositauth
|
|
|
|
[DepositPreauth amendment]: known-amendments.html#depositpreauth
|
|
|
|
[EnforceInvariants amendment]: known-amendments.html#enforceinvariants
|
|
|
|
[Escrow amendment]: known-amendments.html#escrow
|
|
|
|
[FeeEscalation amendment]: known-amendments.html#feeescalation
|
|
|
|
[fix1201 amendment]: known-amendments.html#fix1201
|
|
|
|
[fix1368 amendment]: known-amendments.html#fix1368
|
|
|
|
[fix1373 amendment]: known-amendments.html#fix1373
|
|
|
|
[fix1512 amendment]: known-amendments.html#fix1512
|
|
|
|
[fix1513 amendment]: known-amendments.html#fix1513
|
|
|
|
[fix1515 amendment]: known-amendments.html#fix1515
|
|
|
|
[fix1523 amendment]: known-amendments.html#fix1523
|
|
|
|
[fix1528 amendment]: known-amendments.html#fix1528
|
|
|
|
[fix1543 amendment]: known-amendments.html#fix1543
|
|
|
|
[fix1571 amendment]: known-amendments.html#fix1571
|
|
|
|
[fix1578 amendment]: known-amendments.html#fix1578
|
|
|
|
[fix1623 amendment]: known-amendments.html#fix1623
|
|
|
|
[fixCheckThreading amendment]: known-amendments.html#fixcheckthreading
|
|
|
|
[fixMasterKeyAsRegularKey amendment]: known-amendments.html#fixmasterkeyasregularkey
|
|
|
|
[fixPayChanRecipientOwnerDir amendment]: known-amendments.html#fixpaychanrecipientownerdir
|
|
|
|
[fixQualityUpperBound amendment]: known-amendments.html#fixqualityupperbound
|
|
|
|
[fixTakerDryOfferRemoval amendment]: known-amendments.html#fixtakerdryofferremoval
|
|
|
|
[Flow amendment]: known-amendments.html#flow
|
|
|
|
[FlowCross amendment]: known-amendments.html#flowcross
|
|
|
|
[FlowV2 amendment]: known-amendments.html#flowv2
|
|
|
|
[MultiSign amendment]: known-amendments.html#multisign
|
|
|
|
[MultiSignReserve amendment]: known-amendments.html#multisignreserve
|
|
|
|
[NegativeUNL amendment]: known-amendments.html#negativeunl
|
|
|
|
[OwnerPaysFee amendment]: known-amendments.html#ownerpaysfee
|
|
|
|
[PayChan amendment]: known-amendments.html#paychan
|
|
|
|
[RequireFullyCanonicalSig amendment]: known-amendments.html#requirefullycanonicalsig
|
|
|
|
[SHAMapV2 amendment]: known-amendments.html#shamapv2
|
|
|
|
[SortedDirectories amendment]: known-amendments.html#sorteddirectories
|
|
|
|
[SusPay amendment]: known-amendments.html#suspay
|
|
|
|
[TicketBatch amendment]: known-amendments.html#ticketbatch
|
|
|
|
[Tickets amendment]: known-amendments.html#tickets
|
|
|
|
[TickSize amendment]: known-amendments.html#ticksize
|
|
|
|
[TrustSetAuth amendment]: known-amendments.html#trustsetauth
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[AccountDelete]: accountdelete.html
|
|
[AccountDelete transaction]: accountdelete.html
|
|
[AccountDelete transactions]: accountdelete.html
|
|
|
|
|
|
[AccountSet]: accountset.html
|
|
[AccountSet transaction]: accountset.html
|
|
[AccountSet transactions]: accountset.html
|
|
|
|
|
|
[CheckCancel]: checkcancel.html
|
|
[CheckCancel transaction]: checkcancel.html
|
|
[CheckCancel transactions]: checkcancel.html
|
|
|
|
|
|
[CheckCash]: checkcash.html
|
|
[CheckCash transaction]: checkcash.html
|
|
[CheckCash transactions]: checkcash.html
|
|
|
|
|
|
[CheckCreate]: checkcreate.html
|
|
[CheckCreate transaction]: checkcreate.html
|
|
[CheckCreate transactions]: checkcreate.html
|
|
|
|
|
|
[DepositPreauth]: depositpreauth.html
|
|
[DepositPreauth transaction]: depositpreauth.html
|
|
[DepositPreauth transactions]: depositpreauth.html
|
|
|
|
|
|
[EscrowCancel]: escrowcancel.html
|
|
[EscrowCancel transaction]: escrowcancel.html
|
|
[EscrowCancel transactions]: escrowcancel.html
|
|
|
|
|
|
[EscrowCreate]: escrowcreate.html
|
|
[EscrowCreate transaction]: escrowcreate.html
|
|
[EscrowCreate transactions]: escrowcreate.html
|
|
|
|
|
|
[EscrowFinish]: escrowfinish.html
|
|
[EscrowFinish transaction]: escrowfinish.html
|
|
[EscrowFinish transactions]: escrowfinish.html
|
|
|
|
|
|
[NFTokenAcceptOffer]: nftokenacceptoffer.html
|
|
[NFTokenAcceptOffer transaction]: nftokenacceptoffer.html
|
|
[NFTokenAcceptOffer transactions]: nftokenacceptoffer.html
|
|
|
|
|
|
[NFTokenBurn]: nftokenburn.html
|
|
[NFTokenBurn transaction]: nftokenburn.html
|
|
[NFTokenBurn transactions]: nftokenburn.html
|
|
|
|
|
|
[NFTokenCancelOffer]: nftokencanceloffer.html
|
|
[NFTokenCancelOffer transaction]: nftokencanceloffer.html
|
|
[NFTokenCancelOffer transactions]: nftokencanceloffer.html
|
|
|
|
|
|
[NFTokenCreateOffer]: nftokencreateoffer.html
|
|
[NFTokenCreateOffer transaction]: nftokencreateoffer.html
|
|
[NFTokenCreateOffer transactions]: nftokencreateoffer.html
|
|
|
|
|
|
[NFTokenMint]: nftokenmint.html
|
|
[NFTokenMint transaction]: nftokenmint.html
|
|
[NFTokenMint transactions]: nftokenmint.html
|
|
|
|
|
|
[OfferCancel]: offercancel.html
|
|
[OfferCancel transaction]: offercancel.html
|
|
[OfferCancel transactions]: offercancel.html
|
|
|
|
|
|
[OfferCreate]: offercreate.html
|
|
[OfferCreate transaction]: offercreate.html
|
|
[OfferCreate transactions]: offercreate.html
|
|
|
|
|
|
[Payment]: payment.html
|
|
[Payment transaction]: payment.html
|
|
[Payment transactions]: payment.html
|
|
|
|
|
|
[PaymentChannelClaim]: paymentchannelclaim.html
|
|
[PaymentChannelClaim transaction]: paymentchannelclaim.html
|
|
[PaymentChannelClaim transactions]: paymentchannelclaim.html
|
|
|
|
|
|
[PaymentChannelCreate]: paymentchannelcreate.html
|
|
[PaymentChannelCreate transaction]: paymentchannelcreate.html
|
|
[PaymentChannelCreate transactions]: paymentchannelcreate.html
|
|
|
|
|
|
[PaymentChannelFund]: paymentchannelfund.html
|
|
[PaymentChannelFund transaction]: paymentchannelfund.html
|
|
[PaymentChannelFund transactions]: paymentchannelfund.html
|
|
|
|
|
|
[SetRegularKey]: setregularkey.html
|
|
[SetRegularKey transaction]: setregularkey.html
|
|
[SetRegularKey transactions]: setregularkey.html
|
|
|
|
|
|
[SignerListSet]: signerlistset.html
|
|
[SignerListSet transaction]: signerlistset.html
|
|
[SignerListSet transactions]: signerlistset.html
|
|
|
|
|
|
[TicketCreate]: ticketcreate.html
|
|
[TicketCreate transaction]: ticketcreate.html
|
|
[TicketCreate transactions]: ticketcreate.html
|
|
|
|
|
|
[TrustSet]: trustset.html
|
|
[TrustSet transaction]: trustset.html
|
|
[TrustSet transactions]: trustset.html
|
|
|
|
|
|
|
|
|
|
[EnableAmendment]: enableamendment.html
|
|
[EnableAmendment pseudo-transaction]: enableamendment.html
|
|
[EnableAmendment pseudo-transactions]: enableamendment.html
|
|
[EnableAmendment疑似トランザクション]: enableamendment.html
|
|
|
|
[SetFee]: setfee.html
|
|
[SetFee pseudo-transaction]: setfee.html
|
|
[SetFee pseudo-transactions]: setfee.html
|
|
[SetFee疑似トランザクション]: setfee.html
|
|
|
|
[UNLModify]: unlmodify.html
|
|
[UNLModify pseudo-transaction]: unlmodify.html
|
|
[UNLModify pseudo-transactions]: unlmodify.html
|
|
[UNLModify疑似トランザクション]: unlmodify.html
|
|
|
|
<!-- rippled release notes links --
|
|
|
|
|
|
|
|
|
|
[New in: rippled 0.26.0]: https://github.com/ripple/rippled/releases/tag/0.26.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.26.0]: https://github.com/ripple/rippled/releases/tag/0.26.0 "BADGE_BLUE"
|
|
[Updated in: rippled 0.26.0]: https://github.com/ripple/rippled/releases/tag/0.26.0 "BADGE_BLUE"
|
|
[Removed in: rippled 0.26.0]: https://github.com/ripple/rippled/releases/tag/0.26.0 "BADGE_RED"
|
|
[導入: rippled 0.26.0]: https://github.com/ripple/rippled/releases/tag/0.26.0 "BADGE_BLUE"
|
|
[新規: rippled 0.26.0]: https://github.com/ripple/rippled/releases/tag/0.26.0 "BADGE_BLUE"
|
|
[更新: rippled 0.26.0]: https://github.com/ripple/rippled/releases/tag/0.26.0 "BADGE_BLUE"
|
|
[削除: rippled 0.26.0]: https://github.com/ripple/rippled/releases/tag/0.26.0 "BADGE_RED"
|
|
|
|
[New in: rippled 0.26.1]: https://github.com/ripple/rippled/releases/tag/0.26.1 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.26.1]: https://github.com/ripple/rippled/releases/tag/0.26.1 "BADGE_BLUE"
|
|
[Updated in: rippled 0.26.1]: https://github.com/ripple/rippled/releases/tag/0.26.1 "BADGE_BLUE"
|
|
[Removed in: rippled 0.26.1]: https://github.com/ripple/rippled/releases/tag/0.26.1 "BADGE_RED"
|
|
[導入: rippled 0.26.1]: https://github.com/ripple/rippled/releases/tag/0.26.1 "BADGE_BLUE"
|
|
[新規: rippled 0.26.1]: https://github.com/ripple/rippled/releases/tag/0.26.1 "BADGE_BLUE"
|
|
[更新: rippled 0.26.1]: https://github.com/ripple/rippled/releases/tag/0.26.1 "BADGE_BLUE"
|
|
[削除: rippled 0.26.1]: https://github.com/ripple/rippled/releases/tag/0.26.1 "BADGE_RED"
|
|
|
|
[New in: rippled 0.26.2]: https://github.com/ripple/rippled/releases/tag/0.26.2 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.26.2]: https://github.com/ripple/rippled/releases/tag/0.26.2 "BADGE_BLUE"
|
|
[Updated in: rippled 0.26.2]: https://github.com/ripple/rippled/releases/tag/0.26.2 "BADGE_BLUE"
|
|
[Removed in: rippled 0.26.2]: https://github.com/ripple/rippled/releases/tag/0.26.2 "BADGE_RED"
|
|
[導入: rippled 0.26.2]: https://github.com/ripple/rippled/releases/tag/0.26.2 "BADGE_BLUE"
|
|
[新規: rippled 0.26.2]: https://github.com/ripple/rippled/releases/tag/0.26.2 "BADGE_BLUE"
|
|
[更新: rippled 0.26.2]: https://github.com/ripple/rippled/releases/tag/0.26.2 "BADGE_BLUE"
|
|
[削除: rippled 0.26.2]: https://github.com/ripple/rippled/releases/tag/0.26.2 "BADGE_RED"
|
|
|
|
[New in: rippled 0.26.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.3-sp1 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.26.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.3-sp1 "BADGE_BLUE"
|
|
[Updated in: rippled 0.26.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.3-sp1 "BADGE_BLUE"
|
|
[Removed in: rippled 0.26.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.3-sp1 "BADGE_RED"
|
|
[導入: rippled 0.26.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.3-sp1 "BADGE_BLUE"
|
|
[新規: rippled 0.26.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.3-sp1 "BADGE_BLUE"
|
|
[更新: rippled 0.26.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.3-sp1 "BADGE_BLUE"
|
|
[削除: rippled 0.26.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.3-sp1 "BADGE_RED"
|
|
|
|
[New in: rippled 0.26.4]: https://github.com/ripple/rippled/releases/tag/0.26.4 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.26.4]: https://github.com/ripple/rippled/releases/tag/0.26.4 "BADGE_BLUE"
|
|
[Updated in: rippled 0.26.4]: https://github.com/ripple/rippled/releases/tag/0.26.4 "BADGE_BLUE"
|
|
[Removed in: rippled 0.26.4]: https://github.com/ripple/rippled/releases/tag/0.26.4 "BADGE_RED"
|
|
[導入: rippled 0.26.4]: https://github.com/ripple/rippled/releases/tag/0.26.4 "BADGE_BLUE"
|
|
[新規: rippled 0.26.4]: https://github.com/ripple/rippled/releases/tag/0.26.4 "BADGE_BLUE"
|
|
[更新: rippled 0.26.4]: https://github.com/ripple/rippled/releases/tag/0.26.4 "BADGE_BLUE"
|
|
[削除: rippled 0.26.4]: https://github.com/ripple/rippled/releases/tag/0.26.4 "BADGE_RED"
|
|
|
|
[New in: rippled 0.26.4-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.4-sp1 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.26.4-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.4-sp1 "BADGE_BLUE"
|
|
[Updated in: rippled 0.26.4-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.4-sp1 "BADGE_BLUE"
|
|
[Removed in: rippled 0.26.4-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.4-sp1 "BADGE_RED"
|
|
[導入: rippled 0.26.4-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.4-sp1 "BADGE_BLUE"
|
|
[新規: rippled 0.26.4-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.4-sp1 "BADGE_BLUE"
|
|
[更新: rippled 0.26.4-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.4-sp1 "BADGE_BLUE"
|
|
[削除: rippled 0.26.4-sp1]: https://github.com/ripple/rippled/releases/tag/0.26.4-sp1 "BADGE_RED"
|
|
|
|
[New in: rippled 0.27.0]: https://github.com/ripple/rippled/releases/tag/0.27.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.27.0]: https://github.com/ripple/rippled/releases/tag/0.27.0 "BADGE_BLUE"
|
|
[Updated in: rippled 0.27.0]: https://github.com/ripple/rippled/releases/tag/0.27.0 "BADGE_BLUE"
|
|
[Removed in: rippled 0.27.0]: https://github.com/ripple/rippled/releases/tag/0.27.0 "BADGE_RED"
|
|
[導入: rippled 0.27.0]: https://github.com/ripple/rippled/releases/tag/0.27.0 "BADGE_BLUE"
|
|
[新規: rippled 0.27.0]: https://github.com/ripple/rippled/releases/tag/0.27.0 "BADGE_BLUE"
|
|
[更新: rippled 0.27.0]: https://github.com/ripple/rippled/releases/tag/0.27.0 "BADGE_BLUE"
|
|
[削除: rippled 0.27.0]: https://github.com/ripple/rippled/releases/tag/0.27.0 "BADGE_RED"
|
|
|
|
[New in: rippled 0.27.1]: https://github.com/ripple/rippled/releases/tag/0.27.1 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.27.1]: https://github.com/ripple/rippled/releases/tag/0.27.1 "BADGE_BLUE"
|
|
[Updated in: rippled 0.27.1]: https://github.com/ripple/rippled/releases/tag/0.27.1 "BADGE_BLUE"
|
|
[Removed in: rippled 0.27.1]: https://github.com/ripple/rippled/releases/tag/0.27.1 "BADGE_RED"
|
|
[導入: rippled 0.27.1]: https://github.com/ripple/rippled/releases/tag/0.27.1 "BADGE_BLUE"
|
|
[新規: rippled 0.27.1]: https://github.com/ripple/rippled/releases/tag/0.27.1 "BADGE_BLUE"
|
|
[更新: rippled 0.27.1]: https://github.com/ripple/rippled/releases/tag/0.27.1 "BADGE_BLUE"
|
|
[削除: rippled 0.27.1]: https://github.com/ripple/rippled/releases/tag/0.27.1 "BADGE_RED"
|
|
|
|
[New in: rippled 0.27.2]: https://github.com/ripple/rippled/releases/tag/0.27.2 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.27.2]: https://github.com/ripple/rippled/releases/tag/0.27.2 "BADGE_BLUE"
|
|
[Updated in: rippled 0.27.2]: https://github.com/ripple/rippled/releases/tag/0.27.2 "BADGE_BLUE"
|
|
[Removed in: rippled 0.27.2]: https://github.com/ripple/rippled/releases/tag/0.27.2 "BADGE_RED"
|
|
[導入: rippled 0.27.2]: https://github.com/ripple/rippled/releases/tag/0.27.2 "BADGE_BLUE"
|
|
[新規: rippled 0.27.2]: https://github.com/ripple/rippled/releases/tag/0.27.2 "BADGE_BLUE"
|
|
[更新: rippled 0.27.2]: https://github.com/ripple/rippled/releases/tag/0.27.2 "BADGE_BLUE"
|
|
[削除: rippled 0.27.2]: https://github.com/ripple/rippled/releases/tag/0.27.2 "BADGE_RED"
|
|
|
|
[New in: rippled 0.27.3]: https://github.com/ripple/rippled/releases/tag/0.27.3 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.27.3]: https://github.com/ripple/rippled/releases/tag/0.27.3 "BADGE_BLUE"
|
|
[Updated in: rippled 0.27.3]: https://github.com/ripple/rippled/releases/tag/0.27.3 "BADGE_BLUE"
|
|
[Removed in: rippled 0.27.3]: https://github.com/ripple/rippled/releases/tag/0.27.3 "BADGE_RED"
|
|
[導入: rippled 0.27.3]: https://github.com/ripple/rippled/releases/tag/0.27.3 "BADGE_BLUE"
|
|
[新規: rippled 0.27.3]: https://github.com/ripple/rippled/releases/tag/0.27.3 "BADGE_BLUE"
|
|
[更新: rippled 0.27.3]: https://github.com/ripple/rippled/releases/tag/0.27.3 "BADGE_BLUE"
|
|
[削除: rippled 0.27.3]: https://github.com/ripple/rippled/releases/tag/0.27.3 "BADGE_RED"
|
|
|
|
[New in: rippled 0.27.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp1 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.27.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp1 "BADGE_BLUE"
|
|
[Updated in: rippled 0.27.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp1 "BADGE_BLUE"
|
|
[Removed in: rippled 0.27.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp1 "BADGE_RED"
|
|
[導入: rippled 0.27.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp1 "BADGE_BLUE"
|
|
[新規: rippled 0.27.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp1 "BADGE_BLUE"
|
|
[更新: rippled 0.27.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp1 "BADGE_BLUE"
|
|
[削除: rippled 0.27.3-sp1]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp1 "BADGE_RED"
|
|
|
|
[New in: rippled 0.27.3-sp2]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp2 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.27.3-sp2]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp2 "BADGE_BLUE"
|
|
[Updated in: rippled 0.27.3-sp2]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp2 "BADGE_BLUE"
|
|
[Removed in: rippled 0.27.3-sp2]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp2 "BADGE_RED"
|
|
[導入: rippled 0.27.3-sp2]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp2 "BADGE_BLUE"
|
|
[新規: rippled 0.27.3-sp2]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp2 "BADGE_BLUE"
|
|
[更新: rippled 0.27.3-sp2]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp2 "BADGE_BLUE"
|
|
[削除: rippled 0.27.3-sp2]: https://github.com/ripple/rippled/releases/tag/0.27.3-sp2 "BADGE_RED"
|
|
|
|
[New in: rippled 0.27.4]: https://github.com/ripple/rippled/releases/tag/0.27.4 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.27.4]: https://github.com/ripple/rippled/releases/tag/0.27.4 "BADGE_BLUE"
|
|
[Updated in: rippled 0.27.4]: https://github.com/ripple/rippled/releases/tag/0.27.4 "BADGE_BLUE"
|
|
[Removed in: rippled 0.27.4]: https://github.com/ripple/rippled/releases/tag/0.27.4 "BADGE_RED"
|
|
[導入: rippled 0.27.4]: https://github.com/ripple/rippled/releases/tag/0.27.4 "BADGE_BLUE"
|
|
[新規: rippled 0.27.4]: https://github.com/ripple/rippled/releases/tag/0.27.4 "BADGE_BLUE"
|
|
[更新: rippled 0.27.4]: https://github.com/ripple/rippled/releases/tag/0.27.4 "BADGE_BLUE"
|
|
[削除: rippled 0.27.4]: https://github.com/ripple/rippled/releases/tag/0.27.4 "BADGE_RED"
|
|
|
|
[New in: rippled 0.28.0]: https://github.com/ripple/rippled/releases/tag/0.28.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.28.0]: https://github.com/ripple/rippled/releases/tag/0.28.0 "BADGE_BLUE"
|
|
[Updated in: rippled 0.28.0]: https://github.com/ripple/rippled/releases/tag/0.28.0 "BADGE_BLUE"
|
|
[Removed in: rippled 0.28.0]: https://github.com/ripple/rippled/releases/tag/0.28.0 "BADGE_RED"
|
|
[導入: rippled 0.28.0]: https://github.com/ripple/rippled/releases/tag/0.28.0 "BADGE_BLUE"
|
|
[新規: rippled 0.28.0]: https://github.com/ripple/rippled/releases/tag/0.28.0 "BADGE_BLUE"
|
|
[更新: rippled 0.28.0]: https://github.com/ripple/rippled/releases/tag/0.28.0 "BADGE_BLUE"
|
|
[削除: rippled 0.28.0]: https://github.com/ripple/rippled/releases/tag/0.28.0 "BADGE_RED"
|
|
|
|
[New in: rippled 0.28.2]: https://github.com/ripple/rippled/releases/tag/0.28.2 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.28.2]: https://github.com/ripple/rippled/releases/tag/0.28.2 "BADGE_BLUE"
|
|
[Updated in: rippled 0.28.2]: https://github.com/ripple/rippled/releases/tag/0.28.2 "BADGE_BLUE"
|
|
[Removed in: rippled 0.28.2]: https://github.com/ripple/rippled/releases/tag/0.28.2 "BADGE_RED"
|
|
[導入: rippled 0.28.2]: https://github.com/ripple/rippled/releases/tag/0.28.2 "BADGE_BLUE"
|
|
[新規: rippled 0.28.2]: https://github.com/ripple/rippled/releases/tag/0.28.2 "BADGE_BLUE"
|
|
[更新: rippled 0.28.2]: https://github.com/ripple/rippled/releases/tag/0.28.2 "BADGE_BLUE"
|
|
[削除: rippled 0.28.2]: https://github.com/ripple/rippled/releases/tag/0.28.2 "BADGE_RED"
|
|
|
|
[New in: rippled 0.29.0]: https://github.com/ripple/rippled/releases/tag/0.29.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.29.0]: https://github.com/ripple/rippled/releases/tag/0.29.0 "BADGE_BLUE"
|
|
[Updated in: rippled 0.29.0]: https://github.com/ripple/rippled/releases/tag/0.29.0 "BADGE_BLUE"
|
|
[Removed in: rippled 0.29.0]: https://github.com/ripple/rippled/releases/tag/0.29.0 "BADGE_RED"
|
|
[導入: rippled 0.29.0]: https://github.com/ripple/rippled/releases/tag/0.29.0 "BADGE_BLUE"
|
|
[新規: rippled 0.29.0]: https://github.com/ripple/rippled/releases/tag/0.29.0 "BADGE_BLUE"
|
|
[更新: rippled 0.29.0]: https://github.com/ripple/rippled/releases/tag/0.29.0 "BADGE_BLUE"
|
|
[削除: rippled 0.29.0]: https://github.com/ripple/rippled/releases/tag/0.29.0 "BADGE_RED"
|
|
|
|
[New in: rippled 0.29.0-hf1]: https://github.com/ripple/rippled/releases/tag/0.29.0-hf1 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.29.0-hf1]: https://github.com/ripple/rippled/releases/tag/0.29.0-hf1 "BADGE_BLUE"
|
|
[Updated in: rippled 0.29.0-hf1]: https://github.com/ripple/rippled/releases/tag/0.29.0-hf1 "BADGE_BLUE"
|
|
[Removed in: rippled 0.29.0-hf1]: https://github.com/ripple/rippled/releases/tag/0.29.0-hf1 "BADGE_RED"
|
|
[導入: rippled 0.29.0-hf1]: https://github.com/ripple/rippled/releases/tag/0.29.0-hf1 "BADGE_BLUE"
|
|
[新規: rippled 0.29.0-hf1]: https://github.com/ripple/rippled/releases/tag/0.29.0-hf1 "BADGE_BLUE"
|
|
[更新: rippled 0.29.0-hf1]: https://github.com/ripple/rippled/releases/tag/0.29.0-hf1 "BADGE_BLUE"
|
|
[削除: rippled 0.29.0-hf1]: https://github.com/ripple/rippled/releases/tag/0.29.0-hf1 "BADGE_RED"
|
|
|
|
[New in: rippled 0.30.0]: https://github.com/ripple/rippled/releases/tag/0.30.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.30.0]: https://github.com/ripple/rippled/releases/tag/0.30.0 "BADGE_BLUE"
|
|
[Updated in: rippled 0.30.0]: https://github.com/ripple/rippled/releases/tag/0.30.0 "BADGE_BLUE"
|
|
[Removed in: rippled 0.30.0]: https://github.com/ripple/rippled/releases/tag/0.30.0 "BADGE_RED"
|
|
[導入: rippled 0.30.0]: https://github.com/ripple/rippled/releases/tag/0.30.0 "BADGE_BLUE"
|
|
[新規: rippled 0.30.0]: https://github.com/ripple/rippled/releases/tag/0.30.0 "BADGE_BLUE"
|
|
[更新: rippled 0.30.0]: https://github.com/ripple/rippled/releases/tag/0.30.0 "BADGE_BLUE"
|
|
[削除: rippled 0.30.0]: https://github.com/ripple/rippled/releases/tag/0.30.0 "BADGE_RED"
|
|
|
|
[New in: rippled 0.30.1]: https://github.com/ripple/rippled/releases/tag/0.30.1 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.30.1]: https://github.com/ripple/rippled/releases/tag/0.30.1 "BADGE_BLUE"
|
|
[Updated in: rippled 0.30.1]: https://github.com/ripple/rippled/releases/tag/0.30.1 "BADGE_BLUE"
|
|
[Removed in: rippled 0.30.1]: https://github.com/ripple/rippled/releases/tag/0.30.1 "BADGE_RED"
|
|
[導入: rippled 0.30.1]: https://github.com/ripple/rippled/releases/tag/0.30.1 "BADGE_BLUE"
|
|
[新規: rippled 0.30.1]: https://github.com/ripple/rippled/releases/tag/0.30.1 "BADGE_BLUE"
|
|
[更新: rippled 0.30.1]: https://github.com/ripple/rippled/releases/tag/0.30.1 "BADGE_BLUE"
|
|
[削除: rippled 0.30.1]: https://github.com/ripple/rippled/releases/tag/0.30.1 "BADGE_RED"
|
|
|
|
[New in: rippled 0.31.0]: https://github.com/ripple/rippled/releases/tag/0.31.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.31.0]: https://github.com/ripple/rippled/releases/tag/0.31.0 "BADGE_BLUE"
|
|
[Updated in: rippled 0.31.0]: https://github.com/ripple/rippled/releases/tag/0.31.0 "BADGE_BLUE"
|
|
[Removed in: rippled 0.31.0]: https://github.com/ripple/rippled/releases/tag/0.31.0 "BADGE_RED"
|
|
[導入: rippled 0.31.0]: https://github.com/ripple/rippled/releases/tag/0.31.0 "BADGE_BLUE"
|
|
[新規: rippled 0.31.0]: https://github.com/ripple/rippled/releases/tag/0.31.0 "BADGE_BLUE"
|
|
[更新: rippled 0.31.0]: https://github.com/ripple/rippled/releases/tag/0.31.0 "BADGE_BLUE"
|
|
[削除: rippled 0.31.0]: https://github.com/ripple/rippled/releases/tag/0.31.0 "BADGE_RED"
|
|
|
|
[New in: rippled 0.32.0]: https://github.com/ripple/rippled/releases/tag/0.32.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.32.0]: https://github.com/ripple/rippled/releases/tag/0.32.0 "BADGE_BLUE"
|
|
[Updated in: rippled 0.32.0]: https://github.com/ripple/rippled/releases/tag/0.32.0 "BADGE_BLUE"
|
|
[Removed in: rippled 0.32.0]: https://github.com/ripple/rippled/releases/tag/0.32.0 "BADGE_RED"
|
|
[導入: rippled 0.32.0]: https://github.com/ripple/rippled/releases/tag/0.32.0 "BADGE_BLUE"
|
|
[新規: rippled 0.32.0]: https://github.com/ripple/rippled/releases/tag/0.32.0 "BADGE_BLUE"
|
|
[更新: rippled 0.32.0]: https://github.com/ripple/rippled/releases/tag/0.32.0 "BADGE_BLUE"
|
|
[削除: rippled 0.32.0]: https://github.com/ripple/rippled/releases/tag/0.32.0 "BADGE_RED"
|
|
|
|
[New in: rippled 0.32.1]: https://github.com/ripple/rippled/releases/tag/0.32.1 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.32.1]: https://github.com/ripple/rippled/releases/tag/0.32.1 "BADGE_BLUE"
|
|
[Updated in: rippled 0.32.1]: https://github.com/ripple/rippled/releases/tag/0.32.1 "BADGE_BLUE"
|
|
[Removed in: rippled 0.32.1]: https://github.com/ripple/rippled/releases/tag/0.32.1 "BADGE_RED"
|
|
[導入: rippled 0.32.1]: https://github.com/ripple/rippled/releases/tag/0.32.1 "BADGE_BLUE"
|
|
[新規: rippled 0.32.1]: https://github.com/ripple/rippled/releases/tag/0.32.1 "BADGE_BLUE"
|
|
[更新: rippled 0.32.1]: https://github.com/ripple/rippled/releases/tag/0.32.1 "BADGE_BLUE"
|
|
[削除: rippled 0.32.1]: https://github.com/ripple/rippled/releases/tag/0.32.1 "BADGE_RED"
|
|
|
|
[New in: rippled 0.33.0]: https://github.com/ripple/rippled/releases/tag/0.33.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.33.0]: https://github.com/ripple/rippled/releases/tag/0.33.0 "BADGE_BLUE"
|
|
[Updated in: rippled 0.33.0]: https://github.com/ripple/rippled/releases/tag/0.33.0 "BADGE_BLUE"
|
|
[Removed in: rippled 0.33.0]: https://github.com/ripple/rippled/releases/tag/0.33.0 "BADGE_RED"
|
|
[導入: rippled 0.33.0]: https://github.com/ripple/rippled/releases/tag/0.33.0 "BADGE_BLUE"
|
|
[新規: rippled 0.33.0]: https://github.com/ripple/rippled/releases/tag/0.33.0 "BADGE_BLUE"
|
|
[更新: rippled 0.33.0]: https://github.com/ripple/rippled/releases/tag/0.33.0 "BADGE_BLUE"
|
|
[削除: rippled 0.33.0]: https://github.com/ripple/rippled/releases/tag/0.33.0 "BADGE_RED"
|
|
|
|
[New in: rippled 0.50.0]: https://github.com/ripple/rippled/releases/tag/0.50.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.50.0]: https://github.com/ripple/rippled/releases/tag/0.50.0 "BADGE_BLUE"
|
|
[Updated in: rippled 0.50.0]: https://github.com/ripple/rippled/releases/tag/0.50.0 "BADGE_BLUE"
|
|
[Removed in: rippled 0.50.0]: https://github.com/ripple/rippled/releases/tag/0.50.0 "BADGE_RED"
|
|
[導入: rippled 0.50.0]: https://github.com/ripple/rippled/releases/tag/0.50.0 "BADGE_BLUE"
|
|
[新規: rippled 0.50.0]: https://github.com/ripple/rippled/releases/tag/0.50.0 "BADGE_BLUE"
|
|
[更新: rippled 0.50.0]: https://github.com/ripple/rippled/releases/tag/0.50.0 "BADGE_BLUE"
|
|
[削除: rippled 0.50.0]: https://github.com/ripple/rippled/releases/tag/0.50.0 "BADGE_RED"
|
|
|
|
[New in: rippled 0.70.0]: https://github.com/ripple/rippled/releases/tag/0.70.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.70.0]: https://github.com/ripple/rippled/releases/tag/0.70.0 "BADGE_BLUE"
|
|
[Updated in: rippled 0.70.0]: https://github.com/ripple/rippled/releases/tag/0.70.0 "BADGE_BLUE"
|
|
[Removed in: rippled 0.70.0]: https://github.com/ripple/rippled/releases/tag/0.70.0 "BADGE_RED"
|
|
[導入: rippled 0.70.0]: https://github.com/ripple/rippled/releases/tag/0.70.0 "BADGE_BLUE"
|
|
[新規: rippled 0.70.0]: https://github.com/ripple/rippled/releases/tag/0.70.0 "BADGE_BLUE"
|
|
[更新: rippled 0.70.0]: https://github.com/ripple/rippled/releases/tag/0.70.0 "BADGE_BLUE"
|
|
[削除: rippled 0.70.0]: https://github.com/ripple/rippled/releases/tag/0.70.0 "BADGE_RED"
|
|
|
|
[New in: rippled 0.70.2]: https://github.com/ripple/rippled/releases/tag/0.70.2 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.70.2]: https://github.com/ripple/rippled/releases/tag/0.70.2 "BADGE_BLUE"
|
|
[Updated in: rippled 0.70.2]: https://github.com/ripple/rippled/releases/tag/0.70.2 "BADGE_BLUE"
|
|
[Removed in: rippled 0.70.2]: https://github.com/ripple/rippled/releases/tag/0.70.2 "BADGE_RED"
|
|
[導入: rippled 0.70.2]: https://github.com/ripple/rippled/releases/tag/0.70.2 "BADGE_BLUE"
|
|
[新規: rippled 0.70.2]: https://github.com/ripple/rippled/releases/tag/0.70.2 "BADGE_BLUE"
|
|
[更新: rippled 0.70.2]: https://github.com/ripple/rippled/releases/tag/0.70.2 "BADGE_BLUE"
|
|
[削除: rippled 0.70.2]: https://github.com/ripple/rippled/releases/tag/0.70.2 "BADGE_RED"
|
|
|
|
[New in: rippled 0.80.0]: https://github.com/ripple/rippled/releases/tag/0.80.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.80.0]: https://github.com/ripple/rippled/releases/tag/0.80.0 "BADGE_BLUE"
|
|
[Updated in: rippled 0.80.0]: https://github.com/ripple/rippled/releases/tag/0.80.0 "BADGE_BLUE"
|
|
[Removed in: rippled 0.80.0]: https://github.com/ripple/rippled/releases/tag/0.80.0 "BADGE_RED"
|
|
[導入: rippled 0.80.0]: https://github.com/ripple/rippled/releases/tag/0.80.0 "BADGE_BLUE"
|
|
[新規: rippled 0.80.0]: https://github.com/ripple/rippled/releases/tag/0.80.0 "BADGE_BLUE"
|
|
[更新: rippled 0.80.0]: https://github.com/ripple/rippled/releases/tag/0.80.0 "BADGE_BLUE"
|
|
[削除: rippled 0.80.0]: https://github.com/ripple/rippled/releases/tag/0.80.0 "BADGE_RED"
|
|
|
|
[New in: rippled 0.80.1]: https://github.com/ripple/rippled/releases/tag/0.80.1 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.80.1]: https://github.com/ripple/rippled/releases/tag/0.80.1 "BADGE_BLUE"
|
|
[Updated in: rippled 0.80.1]: https://github.com/ripple/rippled/releases/tag/0.80.1 "BADGE_BLUE"
|
|
[Removed in: rippled 0.80.1]: https://github.com/ripple/rippled/releases/tag/0.80.1 "BADGE_RED"
|
|
[導入: rippled 0.80.1]: https://github.com/ripple/rippled/releases/tag/0.80.1 "BADGE_BLUE"
|
|
[新規: rippled 0.80.1]: https://github.com/ripple/rippled/releases/tag/0.80.1 "BADGE_BLUE"
|
|
[更新: rippled 0.80.1]: https://github.com/ripple/rippled/releases/tag/0.80.1 "BADGE_BLUE"
|
|
[削除: rippled 0.80.1]: https://github.com/ripple/rippled/releases/tag/0.80.1 "BADGE_RED"
|
|
|
|
[New in: rippled 0.90.0]: https://github.com/ripple/rippled/releases/tag/0.90.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 0.90.0]: https://github.com/ripple/rippled/releases/tag/0.90.0 "BADGE_BLUE"
|
|
[Updated in: rippled 0.90.0]: https://github.com/ripple/rippled/releases/tag/0.90.0 "BADGE_BLUE"
|
|
[Removed in: rippled 0.90.0]: https://github.com/ripple/rippled/releases/tag/0.90.0 "BADGE_RED"
|
|
[導入: rippled 0.90.0]: https://github.com/ripple/rippled/releases/tag/0.90.0 "BADGE_BLUE"
|
|
[新規: rippled 0.90.0]: https://github.com/ripple/rippled/releases/tag/0.90.0 "BADGE_BLUE"
|
|
[更新: rippled 0.90.0]: https://github.com/ripple/rippled/releases/tag/0.90.0 "BADGE_BLUE"
|
|
[削除: rippled 0.90.0]: https://github.com/ripple/rippled/releases/tag/0.90.0 "BADGE_RED"
|
|
|
|
[New in: rippled 1.0.0]: https://github.com/ripple/rippled/releases/tag/1.0.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 1.0.0]: https://github.com/ripple/rippled/releases/tag/1.0.0 "BADGE_BLUE"
|
|
[Updated in: rippled 1.0.0]: https://github.com/ripple/rippled/releases/tag/1.0.0 "BADGE_BLUE"
|
|
[Removed in: rippled 1.0.0]: https://github.com/ripple/rippled/releases/tag/1.0.0 "BADGE_RED"
|
|
[導入: rippled 1.0.0]: https://github.com/ripple/rippled/releases/tag/1.0.0 "BADGE_BLUE"
|
|
[新規: rippled 1.0.0]: https://github.com/ripple/rippled/releases/tag/1.0.0 "BADGE_BLUE"
|
|
[更新: rippled 1.0.0]: https://github.com/ripple/rippled/releases/tag/1.0.0 "BADGE_BLUE"
|
|
[削除: rippled 1.0.0]: https://github.com/ripple/rippled/releases/tag/1.0.0 "BADGE_RED"
|
|
|
|
[New in: rippled 1.1.0]: https://github.com/ripple/rippled/releases/tag/1.1.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 1.1.0]: https://github.com/ripple/rippled/releases/tag/1.1.0 "BADGE_BLUE"
|
|
[Updated in: rippled 1.1.0]: https://github.com/ripple/rippled/releases/tag/1.1.0 "BADGE_BLUE"
|
|
[Removed in: rippled 1.1.0]: https://github.com/ripple/rippled/releases/tag/1.1.0 "BADGE_RED"
|
|
[導入: rippled 1.1.0]: https://github.com/ripple/rippled/releases/tag/1.1.0 "BADGE_BLUE"
|
|
[新規: rippled 1.1.0]: https://github.com/ripple/rippled/releases/tag/1.1.0 "BADGE_BLUE"
|
|
[更新: rippled 1.1.0]: https://github.com/ripple/rippled/releases/tag/1.1.0 "BADGE_BLUE"
|
|
[削除: rippled 1.1.0]: https://github.com/ripple/rippled/releases/tag/1.1.0 "BADGE_RED"
|
|
|
|
[New in: rippled 1.2.0]: https://github.com/ripple/rippled/releases/tag/1.2.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 1.2.0]: https://github.com/ripple/rippled/releases/tag/1.2.0 "BADGE_BLUE"
|
|
[Updated in: rippled 1.2.0]: https://github.com/ripple/rippled/releases/tag/1.2.0 "BADGE_BLUE"
|
|
[Removed in: rippled 1.2.0]: https://github.com/ripple/rippled/releases/tag/1.2.0 "BADGE_RED"
|
|
[導入: rippled 1.2.0]: https://github.com/ripple/rippled/releases/tag/1.2.0 "BADGE_BLUE"
|
|
[新規: rippled 1.2.0]: https://github.com/ripple/rippled/releases/tag/1.2.0 "BADGE_BLUE"
|
|
[更新: rippled 1.2.0]: https://github.com/ripple/rippled/releases/tag/1.2.0 "BADGE_BLUE"
|
|
[削除: rippled 1.2.0]: https://github.com/ripple/rippled/releases/tag/1.2.0 "BADGE_RED"
|
|
|
|
[New in: rippled 1.2.1]: https://github.com/ripple/rippled/releases/tag/1.2.1 "BADGE_BLUE"
|
|
[Introduced in: rippled 1.2.1]: https://github.com/ripple/rippled/releases/tag/1.2.1 "BADGE_BLUE"
|
|
[Updated in: rippled 1.2.1]: https://github.com/ripple/rippled/releases/tag/1.2.1 "BADGE_BLUE"
|
|
[Removed in: rippled 1.2.1]: https://github.com/ripple/rippled/releases/tag/1.2.1 "BADGE_RED"
|
|
[導入: rippled 1.2.1]: https://github.com/ripple/rippled/releases/tag/1.2.1 "BADGE_BLUE"
|
|
[新規: rippled 1.2.1]: https://github.com/ripple/rippled/releases/tag/1.2.1 "BADGE_BLUE"
|
|
[更新: rippled 1.2.1]: https://github.com/ripple/rippled/releases/tag/1.2.1 "BADGE_BLUE"
|
|
[削除: rippled 1.2.1]: https://github.com/ripple/rippled/releases/tag/1.2.1 "BADGE_RED"
|
|
|
|
[New in: rippled 1.3.1]: https://github.com/ripple/rippled/releases/tag/1.3.1 "BADGE_BLUE"
|
|
[Introduced in: rippled 1.3.1]: https://github.com/ripple/rippled/releases/tag/1.3.1 "BADGE_BLUE"
|
|
[Updated in: rippled 1.3.1]: https://github.com/ripple/rippled/releases/tag/1.3.1 "BADGE_BLUE"
|
|
[Removed in: rippled 1.3.1]: https://github.com/ripple/rippled/releases/tag/1.3.1 "BADGE_RED"
|
|
[導入: rippled 1.3.1]: https://github.com/ripple/rippled/releases/tag/1.3.1 "BADGE_BLUE"
|
|
[新規: rippled 1.3.1]: https://github.com/ripple/rippled/releases/tag/1.3.1 "BADGE_BLUE"
|
|
[更新: rippled 1.3.1]: https://github.com/ripple/rippled/releases/tag/1.3.1 "BADGE_BLUE"
|
|
[削除: rippled 1.3.1]: https://github.com/ripple/rippled/releases/tag/1.3.1 "BADGE_RED"
|
|
|
|
[New in: rippled 1.4.0]: https://github.com/ripple/rippled/releases/tag/1.4.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 1.4.0]: https://github.com/ripple/rippled/releases/tag/1.4.0 "BADGE_BLUE"
|
|
[Updated in: rippled 1.4.0]: https://github.com/ripple/rippled/releases/tag/1.4.0 "BADGE_BLUE"
|
|
[Removed in: rippled 1.4.0]: https://github.com/ripple/rippled/releases/tag/1.4.0 "BADGE_RED"
|
|
[導入: rippled 1.4.0]: https://github.com/ripple/rippled/releases/tag/1.4.0 "BADGE_BLUE"
|
|
[新規: rippled 1.4.0]: https://github.com/ripple/rippled/releases/tag/1.4.0 "BADGE_BLUE"
|
|
[更新: rippled 1.4.0]: https://github.com/ripple/rippled/releases/tag/1.4.0 "BADGE_BLUE"
|
|
[削除: rippled 1.4.0]: https://github.com/ripple/rippled/releases/tag/1.4.0 "BADGE_RED"
|
|
|
|
[New in: rippled 1.5.0]: https://github.com/ripple/rippled/releases/tag/1.5.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 1.5.0]: https://github.com/ripple/rippled/releases/tag/1.5.0 "BADGE_BLUE"
|
|
[Updated in: rippled 1.5.0]: https://github.com/ripple/rippled/releases/tag/1.5.0 "BADGE_BLUE"
|
|
[Removed in: rippled 1.5.0]: https://github.com/ripple/rippled/releases/tag/1.5.0 "BADGE_RED"
|
|
[導入: rippled 1.5.0]: https://github.com/ripple/rippled/releases/tag/1.5.0 "BADGE_BLUE"
|
|
[新規: rippled 1.5.0]: https://github.com/ripple/rippled/releases/tag/1.5.0 "BADGE_BLUE"
|
|
[更新: rippled 1.5.0]: https://github.com/ripple/rippled/releases/tag/1.5.0 "BADGE_BLUE"
|
|
[削除: rippled 1.5.0]: https://github.com/ripple/rippled/releases/tag/1.5.0 "BADGE_RED"
|
|
|
|
[New in: rippled 1.6.0]: https://github.com/ripple/rippled/releases/tag/1.6.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 1.6.0]: https://github.com/ripple/rippled/releases/tag/1.6.0 "BADGE_BLUE"
|
|
[Updated in: rippled 1.6.0]: https://github.com/ripple/rippled/releases/tag/1.6.0 "BADGE_BLUE"
|
|
[Removed in: rippled 1.6.0]: https://github.com/ripple/rippled/releases/tag/1.6.0 "BADGE_RED"
|
|
[導入: rippled 1.6.0]: https://github.com/ripple/rippled/releases/tag/1.6.0 "BADGE_BLUE"
|
|
[新規: rippled 1.6.0]: https://github.com/ripple/rippled/releases/tag/1.6.0 "BADGE_BLUE"
|
|
[更新: rippled 1.6.0]: https://github.com/ripple/rippled/releases/tag/1.6.0 "BADGE_BLUE"
|
|
[削除: rippled 1.6.0]: https://github.com/ripple/rippled/releases/tag/1.6.0 "BADGE_RED"
|
|
|
|
[New in: rippled 1.7.0]: https://github.com/ripple/rippled/releases/tag/1.7.0 "BADGE_BLUE"
|
|
[Introduced in: rippled 1.7.0]: https://github.com/ripple/rippled/releases/tag/1.7.0 "BADGE_BLUE"
|
|
[Updated in: rippled 1.7.0]: https://github.com/ripple/rippled/releases/tag/1.7.0 "BADGE_BLUE"
|
|
[Removed in: rippled 1.7.0]: https://github.com/ripple/rippled/releases/tag/1.7.0 "BADGE_RED"
|
|
[導入: rippled 1.7.0]: https://github.com/ripple/rippled/releases/tag/1.7.0 "BADGE_BLUE"
|
|
[新規: rippled 1.7.0]: https://github.com/ripple/rippled/releases/tag/1.7.0 "BADGE_BLUE"
|
|
[更新: rippled 1.7.0]: https://github.com/ripple/rippled/releases/tag/1.7.0 "BADGE_BLUE"
|
|
[削除: rippled 1.7.0]: https://github.com/ripple/rippled/releases/tag/1.7.0 "BADGE_RED"
|
|
|
|
[New in: rippled 1.7.2]: https://github.com/ripple/rippled/releases/tag/1.7.2 "BADGE_BLUE"
|
|
[Introduced in: rippled 1.7.2]: https://github.com/ripple/rippled/releases/tag/1.7.2 "BADGE_BLUE"
|
|
[Updated in: rippled 1.7.2]: https://github.com/ripple/rippled/releases/tag/1.7.2 "BADGE_BLUE"
|
|
[Removed in: rippled 1.7.2]: https://github.com/ripple/rippled/releases/tag/1.7.2 "BADGE_RED"
|
|
[導入: rippled 1.7.2]: https://github.com/ripple/rippled/releases/tag/1.7.2 "BADGE_BLUE"
|
|
[新規: rippled 1.7.2]: https://github.com/ripple/rippled/releases/tag/1.7.2 "BADGE_BLUE"
|
|
[更新: rippled 1.7.2]: https://github.com/ripple/rippled/releases/tag/1.7.2 "BADGE_BLUE"
|
|
[削除: rippled 1.7.2]: https://github.com/ripple/rippled/releases/tag/1.7.2 "BADGE_RED"
|
|
|
|
[New in: rippled 1.8.1]: https://github.com/ripple/rippled/releases/tag/1.8.1 "BADGE_BLUE"
|
|
[Introduced in: rippled 1.8.1]: https://github.com/ripple/rippled/releases/tag/1.8.1 "BADGE_BLUE"
|
|
[Updated in: rippled 1.8.1]: https://github.com/ripple/rippled/releases/tag/1.8.1 "BADGE_BLUE"
|
|
[Removed in: rippled 1.8.1]: https://github.com/ripple/rippled/releases/tag/1.8.1 "BADGE_RED"
|
|
[導入: rippled 1.8.1]: https://github.com/ripple/rippled/releases/tag/1.8.1 "BADGE_BLUE"
|
|
[新規: rippled 1.8.1]: https://github.com/ripple/rippled/releases/tag/1.8.1 "BADGE_BLUE"
|
|
[更新: rippled 1.8.1]: https://github.com/ripple/rippled/releases/tag/1.8.1 "BADGE_BLUE"
|
|
[削除: rippled 1.8.1]: https://github.com/ripple/rippled/releases/tag/1.8.1 "BADGE_RED"
|
|
--> |