Commit Graph

160 Commits

Author SHA1 Message Date
Oliver Eggert
1b32202fd6 first round of apiv2 updates 2024-01-11 19:32:47 -08:00
mDuo13
2032749af0 Update AMM discounted trading fee 2023-12-14 16:37:04 -08:00
tequ
b0692a0c9f [JA] update references 2023-12-06 19:30:17 +09:00
tequ
a029d08252 [JA] update nft contents 2023-11-30 17:14:16 +09:00
Rome Reginelli
443b48fb00 Merge pull request #2248 from XRPLF/ledger_remove_deprecated_fields
ledger method: update for 1.12.0
2023-11-13 13:28:32 -08:00
Arihant Kothari
c2fe0f666f fix typo 2023-11-13 14:04:14 -03:00
Arihant Kothari
e88b7f34d2 fix 2023-11-13 13:25:29 -03:00
Rome Reginelli
c0d7cd7881 account_tx only returns validated transactions
Per https://github.com/XRPLF/rippled/pull/4775#discussion_r1380587801 this command only returns transactions from validated ledgers, so this clarifies that detail
2023-11-02 16:09:08 -07:00
mDuo13
d470a0b490 ledger method: update for 1.12.0 2023-11-01 16:12:42 -07:00
mDuo13
4dfb703df6 Move/rename indexes and some other files
This makes no difference to how the site is built under Dactyl (other
than where the "Edit Page" links go) but changes the URLs that will
be used for the pages after the migration to Redocly.

In addition to renaming index pages to index.md, I updated the style
guide to reflect the updated conventions, and moved a couple files that
were not in the correct folders for their place in the nav hierarchy.
2023-10-31 16:07:43 -07:00
Sergey Kuznetsov
8392cb8da3 Fix clio 2.0 link in subscribe.md 2023-10-26 17:35:11 +01:00
Sergey Kuznetsov
5b23566f4f Fix clio 2.0 link in server_info-clio.md 2023-10-26 17:34:17 +01:00
Sergey Kuznetsov
4bb2048f19 Fix clio 2.0 link in account_tx.md 2023-10-26 17:21:50 +01:00
mDuo13
873c34df3c fix CTID links 2023-10-23 17:06:53 -07:00
mDuo13
153e17b4f6 Clarify ctid field availability 2023-10-18 17:01:40 -07:00
mDuo13
56ee6ad8bc Document CTID in tx method 2023-10-18 16:47:33 -07:00
Rome Reginelli
64aad0b2e7 Merge pull request #2215 from XRPLF/place_indexes
Add index md files
2023-10-18 13:44:23 -07:00
Rome Reginelli
ad9ca2e74b Merge pull request #2216 from ximinez/vl_fix
Update validator list method example
2023-10-16 16:55:40 -07:00
mDuo13
5ec8f96a67 Merge branch 'clio_server_info_libxrpl_version' 2023-10-16 16:37:00 -07:00
mDuo13
129ffbe46e Clio server_info: fix broken link 2023-10-16 16:35:21 -07:00
mDuo13
838225f798 Add line breaks after initial h1's consistently 2023-10-16 16:30:34 -07:00
Rome Reginelli
c58cfe23ed Merge pull request #2154 from godexsoft/clio_unsupported_subscription
Unsupported streams in Clio
2023-10-16 14:56:42 -07:00
Rome Reginelli
85818a47d2 Merge pull request #2147 from godexsoft/clio_ledger_accounts_not_supported
Document unsupported fields in ledger command
2023-10-16 14:56:10 -07:00
Rome Reginelli
bcd4be5aa4 Merge pull request #2138 from godexsoft/account_tx-tx_type
Add tx_type to request fields
2023-10-16 14:55:36 -07:00
Ed Hennis
72d054d643 Update validator list method example
* Add required public key to the HTTP request URL.
* Add "public_key" field to result JSON.
2023-10-16 16:24:39 -04:00
mDuo13
e5405d8946 Add/update some blurbs for index pages 2023-10-13 17:01:04 -07:00
mDuo13
70c3c8a1fa Add md files for auto index pages
Part of IA and Redocly migration work. Create simple .md files to
represent the automatic index pages that previously only existed in
the dactyl-config.yml file. (The code used to do this is also part
of the commit but is, hopefully, no longer needed.)
2023-10-12 17:07:04 -07:00
Rome Reginelli
35f267bd99 Merge pull request #2206 from XRPLF/migrate_ja
[JA] Move files to a dir compatible with Redocly
2023-10-10 14:17:02 -07:00
Amarantha Kulkarni
7f5c95c501 Merge pull request #2183 from ximinez/XRPFees_fee_ref
Note that `fee_ref` will be removed if XRPFees is enabled
2023-10-10 12:56:39 -07:00
Elliot Lee
2e1d5d32cc Update content/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>
2023-10-09 23:20:34 -07:00
mDuo13
26b3939747 [JA] Move files to a dir compatible with Redocly
The new folder will be compatible with both Dactyl and Redocly when it
comes to loading the Japanese translation for a given page.

Snippets are not moved for now because importing them would require
more complex changes to the actual Markdown pages, and wouldn't be
cross-compatible anyway (Redocly uses slightly different 'partial'
rather than 'include' syntax.)
2023-10-09 11:33:55 -07:00
tequ
c02ebc69c7 [JA] update AMM pages
- [JA] Add DisallowIncoming AccountRoot page
2023-10-05 15:29:45 +09:00
Ed Hennis
34a3d23cbc Take @intelliot's suggestion to reword.
Co-authored-by: Elliot Lee <github.public@intelliot.com>
2023-10-03 17:22:06 -04:00
Ed Hennis
d9f1141266 Note that fee_ref will be removed if XRPFees is enabled 2023-10-03 14:07:25 -04:00
tequ
12eb0a81d3 [JA] update concepts/ledgers 2023-09-26 21:27:12 +09:00
Rome Reginelli
27ef3b5a4a Merge pull request #2161 from develoQ/ja-xrp-ledger
[JA] Fix `XRPレジャー` to `XRP Ledger`
2023-09-25 10:33:23 -07:00
Elliot Lee
12a51b0769 account_info - describe current behavior of rippled
At time of writing, `rippled` stable only supports api_version 1, where the `signer_lists` is returned nested under `account_data`.
2023-09-25 08:52:47 -07:00
tequ
945cf804a1 [JA] fix XRPレジャー to XRP Ledger 2023-09-25 12:51:52 +09:00
Alex Kremer
2cb52758e4 Add note about Clio 2023-09-22 13:59:33 +01:00
Alex Kremer
b1a3e24652 Update with forwarding in mind 2023-09-22 13:40:58 +01:00
Alex Kremer
4426e04afd Move outdated_translation to config 2023-09-21 20:13:55 +01:00
Alex Kremer
14c59007b7 Refresh example requests and responses 2023-09-21 01:18:03 +01:00
Alex Kremer
77e49d30cc Update content/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
2023-09-21 00:49:08 +01:00
Alex Kremer
d4fb95e2b7 Fix review issues 2023-09-21 00:45:12 +01:00
Alex Kremer
86c59cb224 Update content/references/http-websocket-apis/public-api-methods/clio-methods/server_info-clio.md
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
2023-09-21 00:35:51 +01:00
Alex Kremer
9f68c39203 Update content/references/http-websocket-apis/public-api-methods/clio-methods/server_info-clio.md
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
2023-09-21 00:34:31 +01:00
Alex Kremer
896d10b510 Add missing fields to server_info doc 2023-09-20 01:09:15 +01:00
Alex Kremer
90ed92c52c Document unsupported fields in ledger command 2023-09-20 00:41:13 +01:00
Alex Kremer
92d2ab7c32 Apply suggestion by Elliot
Co-authored-by: Elliot Lee <github.public@intelliot.com>
2023-09-19 20:04:56 +01:00
Alex Kremer
72b0460be4 Add tx_type to request fields 2023-09-19 17:00:03 +01:00