Merge pull request #2842 from XRPLF/xls47-enabled

Docs update to reflect that Price Oracle amendment is now enabled
This commit is contained in:
Amarantha Kulkarni
2024-11-05 14:10:24 -08:00
committed by GitHub
12 changed files with 14 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
# 価格オラクル
_([PriceOracle Amendment][] {% not-enabled /%} が必要です。)_
_([PriceOracle Amendment][])_
ブロックチェーンは、本質的にネットワーク外で何が起こっているのかを把握することはできませんが、分散型金融における多くのユースケースでは、この情報が必要となります。

View File

@@ -1,6 +1,6 @@
# Oracle
_([PriceOracle Amendment][] {% not-enabled /%} が必要です。)_
_([PriceOracle Amendment][])_
[[ソース]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L353-L366 "ソース")

View File

@@ -4,10 +4,9 @@ parent: transaction-types.html
blurb: 既存の価格オラクルを削除します。
labels:
- オラクル
status: not_enabled
---
# OracleDelete
_([PriceOracle Amendment][] {% not-enabled /%} が必要です。)_
_([PriceOracle Amendment][])_
[[ソース]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/DeleteOracle.cpp "ソース")

View File

@@ -4,10 +4,9 @@ parent: transaction-types.html
blurb: 価格オラクルを作成または更新します。
labels:
- オラクル
status: not_enabled
---
# OracleSet
_([PriceOracle Amendment][] {% not-enabled /%} が必要です。)_
_([PriceOracle Amendment][])_
[[ソース]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/SetOracle.cpp "ソース")

View File

@@ -18,7 +18,7 @@ labels:
| 名前 | 登場 | ステータス |
|:----------------------------------|:-----------|:------------------------------------|
| [fixXChainRewardRounding][] | v2.2.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.2.0" %}投票中: 2024-06-04{% /badge %} |
| [PriceOracle][] | v2.2.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.2.0" %}投票中: 2024-06-04{% /badge %} |
| [PriceOracle][] | v2.2.0 | {% badge href="https://livenet.xrpl.org/transactions/05D03F7BF08BF4A915483F7B10EAC7016034656A54A8A6AD4A49A9AD362764A1" %}有効: 2024-11-02{% /badge %} |
| [DID][] | v2.0.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.0.0.html" %}投票中: 2024-01-09{% /badge %} |
| [XChainBridge][] | v2.0.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.0.0.html" %}投票中: 2024-01-09{% /badge %} |
| [fixEmptyDID][] | v2.2.0 | {% badge href="https://livenet.xrpl.org/transactions/A858AE8832981D77A4C5038D633CC9CBD54C9764BD2A3F8CA174E02D1736F472" %}有効: 2024-09-27{% /badge %} |
@@ -1308,7 +1308,7 @@ XRPの「Payment Channel」を作成します。Payment Channelは、2名の当
| Amendment | PriceOracle |
|:-------------|:------------|
| Amendment ID | 96FD2F293A519AE1DB6F8BED23E4AD9119342DA7CB6BAFD00953D16C54205D8B |
| ステータス | 投票中 |
| ステータス | 有効 |
| デフォルトの投票(最新の安定版) | いいえ |
| Amendment前の機能は廃止? | いいえ |

View File

@@ -1,6 +1,6 @@
# Price Oracles
_(Requires the [PriceOracle amendment][] {% not-enabled /%})_
_(Requires the [PriceOracle amendment][])_
Blockchains can't inherently interact with and "know" what's happening off the network, but many of its use cases in decentralized finance require this information.

View File

@@ -404,7 +404,7 @@ rippled json ledger_entry '{ "offer": { "account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJY
### Get Oracle Object
_(Requires the [PriceOracle amendment][] {% not-enabled /%})_
_(Requires the [PriceOracle amendment][])_
Retrieve an [Oracle entry](../../../protocol/ledger-data/ledger-entry-types/oracle.md), which represents a single price oracle that can store token prices.

View File

@@ -2,13 +2,12 @@
html: get_aggregate_price.html
parent: ledger-methods.html
blurb: Calculates the aggregate price of specified Oracle instances.
status: not_enabled
labels:
- Oracle
---
# get_aggregate_price
_(Requires the [PriceOracle amendment][] {% not-enabled /%})_
_(Requires the [PriceOracle amendment][])_
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/GetAggregatePrice.cpp "Source")

View File

@@ -1,6 +1,6 @@
# Oracle
_(Requires the [PriceOracle amendment][] {% not-enabled /%})_
_(Requires the [PriceOracle amendment][])_
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L353-L366 "Source")

View File

@@ -4,10 +4,9 @@ parent: transaction-types.html
blurb: Delete an existing price oracle.
labels:
- Oracle
status: not_enabled
---
# OracleDelete
_(Requires the [PriceOracle amendment][] {% not-enabled /%})_
_(Requires the [PriceOracle amendment][])_
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/DeleteOracle.cpp "Source")

View File

@@ -4,10 +4,9 @@ parent: transaction-types.html
blurb: Create or update an existing price oracle.
labels:
- Oracle
status: not_enabled
---
# OracleSet
_(Requires the [PriceOracle amendment][] {% not-enabled /%})_
_(Requires the [PriceOracle amendment][])_
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/SetOracle.cpp "Source")

View File

@@ -18,7 +18,7 @@ This list is updated manually. For a live view of amendment voting, see the Amen
| Name | Introduced | Status |
|:----------------------------------|:-----------|:------------------------------|
| [fixXChainRewardRounding][] | v2.2.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.2.0" %}Open for Voting: 2024-06-04{% /badge %} |
| [PriceOracle][] | v2.2.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.2.0" %}Open for Voting: 2024-06-04{% /badge %} |
| [PriceOracle][] | v2.2.0 | {% badge href="https://livenet.xrpl.org/transactions/05D03F7BF08BF4A915483F7B10EAC7016034656A54A8A6AD4A49A9AD362764A1" %}Enabled: 2024-11-02{% /badge %} |
| [DID][] | v2.0.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.0.0.html" %}Open for Voting: 2024-01-09{% /badge %} |
| [XChainBridge][] | v2.0.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.0.0.html" %}Open for Voting: 2024-01-09{% /badge %} |
| [fixEmptyDID][] | v2.2.0 | {% badge href="https://livenet.xrpl.org/transactions/A858AE8832981D77A4C5038D633CC9CBD54C9764BD2A3F8CA174E02D1736F472" %}Enabled: 2024-09-27{% /badge %} |
@@ -1308,7 +1308,7 @@ For more information, see the [Payment Channels Tutorial](../docs/tutorials/how-
| Amendment | PriceOracle |
|:-------------|:------------|
| Amendment ID | 96FD2F293A519AE1DB6F8BED23E4AD9119342DA7CB6BAFD00953D16C54205D8B |
| Status | Open for Voting |
| Status | Enabled |
| Default Vote (Latest stable release) | No |
| Pre-amendment functionality retired? | No |