Commit Graph

1093 Commits

Author SHA1 Message Date
mDuo13
3abbe83110 Remove currentpage.md variables
As part of the Redocly migration, I'm removing syntax that isn't
compatible with the new portal. In many of these cases, the existing
if/else statements weren't working as intended anyway because they
hadn't been updated after the files had been renamed.

In the case of the Client Libraries page, I've removed mention of
editing the page to contribute client libraries for now; when someone
adds guidelines (issue #2266) it would make sense to add a link to those
guidelines in that place instead.
2023-11-14 16:32:08 -08: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
mDuo13
b37bccdbfb Fix AMM asset restrictions (no LP tokens) 2023-10-30 17:05:58 -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
Rome Reginelli
80ef0d6250 Merge pull request #2229 from elmurci/patch-1
fix(nftokenoffer): Update NFTokenOffer Transaction text
2023-10-19 13:50:45 -07:00
Rome Reginelli
0ef89ddfd2 Merge pull request #2225 from mDuo13/ctid_in_tx
Document CTID in tx method
2023-10-19 13:40:52 -07:00
elmurci
905b84a8b6 fix(nftokenoffer): Update NFTokenOffer Transaction text 2023-10-19 08:59:14 +01: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
94f1110458 Merge pull request #2220 from XRPLF/rr-patch-payment-types-table
Fix typo in payment types table
2023-10-18 14:09:01 -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
890e6b4b1d Fix typo in payment types table
It refers to the types of the transaction so it should be `Account` (the sender), not `Address` (not a real field).
2023-10-17 13:53:53 -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
0f474c2f93 AMM ledger entry: fix AMMAccount in example JSON 2023-10-16 16:48:45 -07:00
Caleb Kniffen
4a904ab887 docs: rename AMMAccount to Account for AMM
The correct field for an `AMM` ledger object is `Account`.
2023-10-16 16:48:45 -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
Rome Reginelli
c469dbc740 Merge pull request #2205 from XRPLF/rr-clawback-issuer-note
Clarify issuer note on Clawback
2023-10-09 15:42:15 -07:00
mDuo13
8d214553b4 Clawback note: fix typo 2023-10-09 15:41:54 -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
Rome Reginelli
0736841ea7 Clarify issuer note
The Clawback page had some "in this specification" language that was copied from the XLS spec, and was confusing in the new location. This rewrite should clarify.
2023-10-09 10:22:45 -07:00
Anurag
91f4c95320 Update RippleState Reserve description in ripplestate.md
'owner reserve of' text appears twice.
2023-10-07 01:38:12 +05:30
Rome Reginelli
4706ae1d3a Merge pull request #2189 from develoQ/ja-upd-amm
[JA] update AMM pages
2023-10-06 08:51:46 -07:00
Dennis Dawson
4ba0d693d0 Update clawback.md
Error codes had dashes rather than underscores.
2023-10-05 09:30:12 -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
Rome Reginelli
302c7ca588 Merge pull request #2177 from develoQ/ja-clawback
[JA] update Clawback
2023-09-28 19:17:57 -07:00
Rome Reginelli
1b3a739f5f Merge pull request #2176 from develoQ/ja-nftokenmint-fix
[JA] update nftokenmint.ja.md
2023-09-28 15:39:24 -07:00
Rome Reginelli
5f238ba1a0 Merge pull request #2173 from XRPLF/remove-xrpintel
fix: remove reference to api.xrpintel.com
2023-09-28 15:38:10 -07:00
tequ
6d1f31d9fa [JA] update Clawback 2023-09-27 11:15:19 +09:00
tequ
c241a00f32 [JA] update nftokenmint.ja.md
- #2170
2023-09-27 10:37:06 +09:00