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 # Oracle
_([PriceOracle Amendment][] {% not-enabled /%} が必要です。)_ _([PriceOracle Amendment][])_
[[ソース]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L353-L366 "ソース") [[ソース]](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: 既存の価格オラクルを削除します。 blurb: 既存の価格オラクルを削除します。
labels: labels:
- オラクル - オラクル
status: not_enabled
--- ---
# OracleDelete # OracleDelete
_([PriceOracle Amendment][] {% not-enabled /%} が必要です。)_ _([PriceOracle Amendment][])_
[[ソース]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/DeleteOracle.cpp "ソース") [[ソース]](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: 価格オラクルを作成または更新します。 blurb: 価格オラクルを作成または更新します。
labels: labels:
- オラクル - オラクル
status: not_enabled
--- ---
# OracleSet # OracleSet
_([PriceOracle Amendment][] {% not-enabled /%} が必要です。)_ _([PriceOracle Amendment][])_
[[ソース]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/SetOracle.cpp "ソース") [[ソース]](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 %} | | [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 %} | | [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 %} | | [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 %} | | [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 | PriceOracle |
|:-------------|:------------| |:-------------|:------------|
| Amendment ID | 96FD2F293A519AE1DB6F8BED23E4AD9119342DA7CB6BAFD00953D16C54205D8B | | Amendment ID | 96FD2F293A519AE1DB6F8BED23E4AD9119342DA7CB6BAFD00953D16C54205D8B |
| ステータス | 投票中 | | ステータス | 有効 |
| デフォルトの投票(最新の安定版) | いいえ | | デフォルトの投票(最新の安定版) | いいえ |
| Amendment前の機能は廃止? | いいえ | | Amendment前の機能は廃止? | いいえ |

View File

@@ -1,6 +1,6 @@
# Price Oracles # 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. 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 ### 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. 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 html: get_aggregate_price.html
parent: ledger-methods.html parent: ledger-methods.html
blurb: Calculates the aggregate price of specified Oracle instances. blurb: Calculates the aggregate price of specified Oracle instances.
status: not_enabled
labels: labels:
- Oracle - Oracle
--- ---
# get_aggregate_price # 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") [[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/GetAggregatePrice.cpp "Source")

View File

@@ -1,6 +1,6 @@
# Oracle # 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") [[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. blurb: Delete an existing price oracle.
labels: labels:
- Oracle - Oracle
status: not_enabled
--- ---
# OracleDelete # 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") [[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. blurb: Create or update an existing price oracle.
labels: labels:
- Oracle - Oracle
status: not_enabled
--- ---
# OracleSet # 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") [[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 | | 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 %} | | [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 %} | | [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 %} | | [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 %} | | [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 | PriceOracle |
|:-------------|:------------| |:-------------|:------------|
| Amendment ID | 96FD2F293A519AE1DB6F8BED23E4AD9119342DA7CB6BAFD00953D16C54205D8B | | Amendment ID | 96FD2F293A519AE1DB6F8BED23E4AD9119342DA7CB6BAFD00953D16C54205D8B |
| Status | Open for Voting | | Status | Enabled |
| Default Vote (Latest stable release) | No | | Default Vote (Latest stable release) | No |
| Pre-amendment functionality retired? | No | | Pre-amendment functionality retired? | No |